Ryan,
please, as Rachana mentioned it's sufficient to send e-mails to
gt-user. You don't need to additionally add us on cc.
The SocketTimeoutException means: The client tries to connect to
the server but doesn't get a response.
The default timeout value is 2min.
This can happen if you send too many requests to a server at a time.
Our server currently cannot handle burst submission very well.
That's why one of our clients (Condor-G) has some throttling values
to e.g. send max N requests to the same server at a time.
So if you run into that problem more often you should think about
throttling on the client-side.
Martin
> Hi,
> I got the following error when submitting jobs through Globus . I
> wonder if anyone knows what does that mean? Thank you very much!
>
> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
> Server.userException
> faultSubcode:
> faultString: java.net.SocketTimeoutException: Read timed out
> faultActor:
> faultNode:
> faultDetail:
> {http://xml.apache.org/axis/}
> stackTrace:java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:129)
> at org.globus.gsi.gssapi.SSLUtil.read(SSLUtil.java:37)
> at org.globus.gsi.gssapi.net.impl.GSIGssInputStream.readToken
> (GSIGssInputStream.java:64)
> at org.globus.gsi.gssapi.net.impl.GSIGssInputStream.readMsg
> (GSIGssInputStream.java:39)
> at org.globus.gsi.gssapi.net.GssInputStream.hasData
> (GssInputStream.java:81)
> at org.globus.gsi.gssapi.net.GssInputStream.read
> (GssInputStream.java:55)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:
> 218)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:
> 235)
> at
> org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket
> (HTTPSender.java:545)
> at org.apache.axis.transport.http.HTTPSender.invoke
> (HTTPSender.java:140)
> at org.apache.axis.strategies.InvocationStrategy.visit
> (InvocationStrategy.java:32)
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:
> 165)
> at org.apache.axis.client.Call.invokeEngine(Call.java:2727)
> at org.apache.axis.client.Call.invoke(Call.java:2710)
> at org.apache.axis.client.Call.invoke(Call.java:2386)
> at org.apache.axis.client.Call.invoke(Call.java:2309)
> at org.apache.axis.client.Call.invoke(Call.java:1766)
> at
> org.globus.exec.generated.bindings.ManagedJobFactoryPortTypeSOAPBindingS
> tub.createManagedJob(ManagedJobFactoryPortTypeSOAPBindingStub.java:1157)
> at org.globus.exec.client.GramJob.createJobEndpoint
> (GramJob.java:962)
> at org.globus.exec.client.GramJob.submit(GramJob.java:468)
>
> -Ryan
>
>