Hello, I'm somewhat new to java applet programming and am maintaining someone else's applet. The signed applet records some voice and then uploads the file. In the upload, we sometimes get one of these exceptions(SocketException, ConnectException, even UnknownHostException). We trap them, and then report them via a Javascript call from the applet. The javascript call runs fine, which to me indicates that the connection is OK. How can it be that the applet can't open a socket or can't connect but there are no issues w/ the browser connecting?
The applet is signed and does have network access. This happens very occasionally.
Thanks