problem to connect me as client on server

Hello Servoy users,

I receive following errors at java console when I try to connect me as client to our server.

Java Web Start 1.5.0
Using JRE version 1.5.0_07 Java HotSpot™ Client VM
User home directory = /Users/dom

c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
0-5: set trace level to

Oct 12, 2007 4:50:15 PM com.servoy.j2db.util.Debug log
INFO: Starting Servoy from /
Oct 12, 2007 4:50:15 PM com.servoy.j2db.util.Debug log
INFO: Servoy 3.5.1 build-514 on Mac OS X using Java 1.5.0_07
Oct 12, 2007 4:50:52 PM com.servoy.j2db.util.Debug error
GRAVE: Throwable
java.lang.NullPointerException
at com.servoy.j2db.persistence.ai.getTable(Unknown Source)
at com.servoy.j2db.persistence.Form.getTable(Unknown Source)
at com.servoy.j2db.persistence.Form.getDataProvider(Unknown Source)
at com.servoy.j2db.dataui.ComponentFactory.a(Unknown Source)
at com.servoy.j2db.dataui.ComponentFactory.a(Unknown Source)
at com.servoy.j2db.dataui.ComponentFactory.createComponent(Unknown Source)
at com.servoy.j2db.dataui.DataRendererFactory.a(Unknown Source)
at com.servoy.j2db.dataui.DataRendererFactory.completeRenderers(Unknown Source)
at com.servoy.j2db.FormController.a(Unknown Source)
at com.servoy.j2db.FormController.try(Unknown Source)
at com.servoy.j2db.FormManager.goto(Unknown Source)
at com.servoy.j2db.FormManager.a(Unknown Source)
at com.servoy.j2db.FormManager.b(Unknown Source)
at com.servoy.j2db.FormManager.do(Unknown Source)
at com.servoy.j2db.j.do(Unknown Source)
at com.servoy.j2db.FormManager$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Oct 12, 2007 6:26:16 PM com.servoy.j2db.util.Debug error
GRAVE: Signalling channel of the 2 way socket read exception
java.net.SocketException: Operation timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:680)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:50)
at java.io.DataInputStream.readInt(DataInputStream.java:353)
at com.servoy.j2db.util.rmi.c.run(Unknown Source)
Oct 12, 2007 6:26:16 PM com.servoy.j2db.util.Debug error
GRAVE: Trying to reconnect to the server
Oct 12, 2007 6:26:17 PM com.servoy.j2db.util.Debug error
GRAVE: Reconnected to the server
Oct 13, 2007 8:14:24 AM com.servoy.j2db.util.Debug error
GRAVE: Signalling channel of the 2 way socket read exception
java.net.SocketException: Operation timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:680)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:50)
at java.io.DataInputStream.readInt(DataInputStream.java:353)
at com.servoy.j2db.util.rmi.c.run(Unknown Source)

What can I do ?

Thanks for your help.

:?:

DomTom

What Servoy version is this? Since when do you have that problem?

current version :

Servoy Developer
Version 3.5.1-build 514
Java version 1.5.0_07-87 (Mac OS X)

It seems that the server connection doesn’t exists on the server? but I don’t know how to create it remotely ?
(To develop in remote servoy use a server connection store on client but it look for the same connection on the server to connect as client).

:?:

It seems that the server connection doesn’t exists on the server? but I don’t know how to create it remotely ?

So, you don’t have a server connection (database) running?

I have a connection server (database) running as I can developp in remote. But I can not use the same for the client connection.

DomTom.

But I can not use the same for the client connection.

I am afraid I completely miss you point.
Can you clarify why you can’t use it or is that just your issue?

I am not really sure, but there is a problem with starting a Mac client off a 3.5.1 server. The problem is solved by upgrading Java to 1.6. In your case, server=client and there is no Java 1.6 for the Mac, at least none, that is usable. So maybe you are locked because of that?

Thanks for your time and info about java with mac.

Yes Marcel it’s just my issue.

No Patrick, client is not = server, I think I know how to solve, but as my server is down now, I can not test it.

You can consider the post as closed, I will post new one if still not working after test.

DomTom

If you say “from our server” its sounded like the server was setup and running. If you now say, you are not sure if the server has the DB connection, that sounds like a different story.

You can enter DB connections by modifiying the server.properties file. If you look into that file on developer you can see the DB connection settings. These are needed…