Posted By:
Vinni_Voldsgaard
Posted On:
Tuesday, April 5, 2005 11:50 PM
Hello, I have a problem making a server connection - sometimes. That means sometimes especially the first connection I get the Exception below, but then the program retries and get it right. When the first connection is made I can normally make new connections without any problems. I am new to TINI and Java so I have a hard time finding out what the message below means. Please can anyone help me with that? Regards, Vinni com.dalsemi.tininet.http.HTTPServerException: Socket failure in java.lang.Throwable.??? in java.lang.Throwable.<init>(@JPC=90004) in java.lang.Exception.<init>(@JPC=90003)
More>>
Hello,
I have a problem making a server connection - sometimes. That means sometimes
especially the first connection I get the Exception below, but then the program
retries and get it right. When the first connection is made I can normally make
new connections without any problems.
I am new to TINI and Java so I have a hard time finding out what the message
below means.
Please can anyone help me with that?
Regards,
Vinni
com.dalsemi.tininet.http.HTTPServerException:
Socket failure
in java.lang.Throwable.???
in java.lang.Throwable.<init>(@JPC=90004)
in java.lang.Exception.<init>(@JPC=90003)
in java.lang.RuntimeException.<init>(@JPC=90003)
in com.dalsemi.tininet.http.HTTPServerException.<init>(@JPC=90003)
in com.dalsemi.tininet.http.HTTPWorker.processGetRequest(@JPC=1600cc)
in com.dalsemi.tininet.http.HTTPWorker.processRequest(@JPC=18003f)
in com.dalsemi.tininet.http.HTTPWorker.run(@JPC=d0006)
in java.lang.Thread.run(@JPC=22001a)
<<Less