Thankyou for testing.
Can you put the results up here:
http://www.telscenter.org/confluence/display/SAIL/Webstart+Proxy+Results
These were all Macs? What kind of network were they on? If it was
wireless, do you know if it is 10mbit (802.11b) or 54mbit (802.11a/g)
I would guess most of the problems with the 9 machines are due to bugs
in jmdns. Hopefully with my changes, those will go way.
However the following exception is odd:
2008-01-25 16:44:33.520:/:WARN: proxy
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.Socket.connect(Socket.java:516)
at java.net.Socket.connect(Socket.java:466)
at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
at sun.net.www.http.HttpClient.New(HttpClient.java:287)
at sun.net.www.http.HttpClient.New(HttpClient.java:299)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:795)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:747)
at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:672)
at
net.sf.sail.jetty.WebstartProxyServlet.service(WebstartProxyServlet.java:235)
This means that the proxy was trying to download something that it
couldn't find in the webstart, and then it was timing out. When that
exception happens the WebstartProxyServlet should log the url, so we
possibly figure out what happened. Geoff or Tony, can you go into the
WebstartProxyServlet and add that logging?
Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---