Help with D2JC
Help with D2JC
- Subject: Help with D2JC
- From: Daniel Mejia <email@hidden>
- Date: Wed, 14 Jul 2004 11:27:18 -0500
Hi all,
I'm developing a small system using D2JC and I have a problem when I
lunch the application if the computer is connected to internet, if the
computer is not connected to internet the application is launched
correctly.
Please if somebody has fixed this problem let me know what I need to do
to make the application be launched with the computer connected to
Internet.
Thanks in advance,
Daniel.
The exception that I get is this:
Exception in thread "main" com.webobjects.foundation.NSForwardException
for java.io.IOException: Timed out trying to create Socket
at
com.webobjects.foundation.NSSocketUtilities._getSocketWithTimeout(NSSock
etUtilities.java:145)
at
com.webobjects.foundation.NSSocketUtilities.getSocketWithTimeout(NSSocke
tUtilities.java:100)
at
com.webobjects.foundation.NSSocketUtilities.getSocketWithTimeout(NSSocke
tUtilities.java:58)
at
com.webobjects.eodistribution.client.EOHTTPChannel.createSocket(EOHTTPCh
annel.java:401)
at
com.webobjects.eodistribution.client.EOHTTPChannel._openSocketToServer(E
OHTTPChannel.java:409)
at
com.webobjects.eodistribution.client.EOHTTPChannel._responseToMessage(EO
HTTPChannel.java:458)
at
com.webobjects.eodistribution.client.EOHTTPChannel.establishConnection(E
OHTTPChannel.java:309)
at
com.webobjects.eoapplication.client.EOClientApplicationSupport.channelWi
thParameters(EOClientApplicationSupport.java:113)
at
com.webobjects.eoapplication.client.EOClientApplicationSupport.prepareCl
asses(EOClientApplicationSupport.java:234)
at
com.webobjects.eoapplication.EOApplication.startApplication(EOApplicatio
n.java:479)
at
com.webobjects.eoapplication.client.EOClientApplicationSupport.main(EOCl
ientApplicationSupport.java:55)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.