HELP:: Can't get server upgraded to 3.5.2 to see repository

Hi all,

we are in the middle of an upgrade from version 3.1.6 to 3.5.2 on Windows 2003. We can start developer on the server and it sees our repository fine.

When we try to start the server service we get

STATUS | wrapper | 2007/11/28 20:10:17 | on_exit trigger matched. Restarting the JVM. (Exit code: 1)
STATUS | wrapper | 2007/11/28 20:10:22 | Launching a JVM...
INFO | jvm 4 | 2007/11/28 20:10:22 | Wrapper (Version 3.1.2) http://wrapper.tanukisoftware.org
INFO | jvm 4 | 2007/11/28 20:10:22 | 
INFO | jvm 4 | 2007/11/28 20:10:22 | 0 [WrapperSimpleAppMain] INFO com.servoy.j2db.util.Debug - Loading servoy.properties from C:\Program Files\Servoy\servoy.properties
INFO | jvm 4 | 2007/11/28 20:10:22 | 0 [WrapperSimpleAppMain] INFO com.servoy.j2db.util.Debug - Loading - Failed (not found)
INFO | jvm 4 | 2007/11/28 20:10:23 | 
INFO | jvm 4 | 2007/11/28 20:10:23 | WrapperSimpleApp: Encountered an error running main: com.servoy.j2db.persistence.RepositoryException: Could not find repository server: 'repository_server'
INFO | jvm 4 | 2007/11/28 20:10:23 | com.servoy.j2db.persistence.RepositoryException: Could not find repository server: 'repository_server'
INFO | jvm 4 | 2007/11/28 20:10:23 | at com.servoy.j2db.persistence.ServerManager.getRepositoryServer(Unknown Source)
INFO | jvm 4 | 2007/11/28 20:10:23 | at com.servoy.j2db.server.ApplicationServer.main(Unknown Source)
INFO | jvm 4 | 2007/11/28 20:10:23 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 4 | 2007/11/28 20:10:23 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 4 | 2007/11/28 20:10:23 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
INFO | jvm 4 | 2007/11/28 20:10:23 | at java.lang.reflect.Method.invoke(Unknown Source)
INFO | jvm 4 | 2007/11/28 20:10:23 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:136)
INFO | jvm 4 | 2007/11/28 20:10:23 | at java.lang.Thread.run(Unknown Source)

I can also access repository remotely using developer on another computer.

I assume Developer and Server uses the same servoy.properties on Windows 2003…

Any ideas?

Few questions:

  • What happens if you start Servoy Server manually? According to the log you are trying now to start it as a Service

  • Are you running Developer and Servoy Server from the same installation, so you are 100% sure the servoy.properties are the same?

  • At the moment that you start it and you get these errors: Are you sure the database is still running? You are in charge pf making sure the database is running

  • How did you upgrade from 3.1 to 3.5? Clean installation?

Paul

Hi Paul,

we re-installed fresh and server now runs, but minus 10 of our 20 licenses…
will call the office now.

C.

Hi Paul,

OK, discovered that 10 of our licenses has reset themselves as Developer licenses… put them back to Client licenses and we are back to normal.

Thanks, for your help,