ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug

Hi

I have the following lines in the servoy_log. I upgraded from 5.2.10 to 5.2.11. I am not sure if it was already there in 5.2.10. What does it mean?

2012-02-12 21:29:01,484 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 2
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 3
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 4
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 5
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 6
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 7
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 8
2012-02-12 21:29:01,500 ERROR [WrapperSimpleAppMain] com.servoy.j2db.util.Debug - Invalid parameter in server: 9

Windows 2008R2 Server. Windows 7 client. Java 1.6_026.

The application seems to work correctly.

Thanks for hints, regards, Robert

quite weird that your application server works, because it seems to me that servers 2-9 are not read in correctly because one of these properties:

if (serverName != null && userName != null && userPassword != null && serverURL != null && driver != null)

is null…

Is my assumption correct that these are the server entries in the servoy properties file, i. e. something like C:.…\Servoy\application_server\servoy?

I have only 2 server entries in this file, like

server.0.URL=jdbc:sybase:Tds:localhost:2638?ServiceName=servoy_repository&CHARSET=utf8
server.0.catalog=
server.0.connectionValidationType=0
server.0.driver=com.sybase.jdbc3.jdbc.SybDriver
server.0.enabled=true
server.0.maxConnectionsActive=10

server.1.URL=jdbc:sybase:Tds:localhost:2638?ServiceName=Hades&CHARSET=utf8
server.1.catalog=
server.1.connectionValidationType=0
server.1.driver=com.sybase.jdbc3.jdbc.SybDriver
server.1.enabled=true
server.1.maxConnectionsActive=10
server.1.maxConnectionsIdle=10

There are no more server entries in this file.

jcompagner:
quite weird that your application server works, because it seems to me that servers 2-9 are not read in correctly because one of these properties:

if (serverName != null && userName != null && userPassword != null && serverURL != null && driver != null)

is null…

and how does the property ServerManager.numberOfServers look like?

It was set to 10. I set it to 2 and the errors do not appear any more. That means that when saving database serve connections in the Servoy application server, this value is NOT being updated. This is not nice as the result leads to errors and error messages should not easily dismissed, should they? Thanks for the hint. May be this is corrected in version 6?

patrick:
and how does the property ServerManager.numberOfServers look like?