2 Replies Latest reply on Sep 20, 2002 7:13 AM by emil

    WARNING: SocketException

    emil

      Hello,
      I'm trying Jboss for the first time. I've deployed a simple jsp application, it runs very well, it seems there are no problems but if I give a look at the dos shell or server.log I find this warning:

      WARN [org.jboss.jbossweb] WARNING: Exception for /path_to_image/xxxxxx.jpg: java.net.SocketException: Connection reset by peer: socket write error

      the same warning for different images... without any reason infact the request.log return an HTTP code of 200 for the same images.

      which is the cause of this warning? what does it means?

      thanks in advance

      Jboss version 3.0.2
      OS: winNt
      jdk: 1.3.1

        • 1. Re: WARNING: SocketException
          joelvogt

          From my fading memory this is due to the caching used in some browsers, in particular IE.... the details escape me but from my understanding it isn't anything to worry about. (although could be wrong ;))

          • 2. Re: WARNING: SocketException
            emil

            > From my fading memory this is due to the caching used
            > in some browsers, in particular IE....

            yes it seems you are right... there is no warning using Mozilla
            so I ask you: is this warning important??