Hi Guys,

My external server is IIS4.0 while JRun version is 3.0.  I want to send some SVG
files to client side
Each time client side requests a svg file, the event.log file on the server side
will record a bunch of message like

04/27 14:50:29 error (file) Error while serving /myApp/file.svg
[java.net.SocketException: Connection reset by peer: socket write error]
java.net.SocketException: Connection reset by peer: socket write error
     at java.net.SocketOutputStream.socketWrite(Native Method)
     at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
     at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72)
     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
     at allaire.jrun.jrpp.JrppOutputStream.write(ProxyEndpoint.java:698)
     at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:126)
     at allaire.jrun.servlet.ServletBAOS.commit(ServletBAOS.java:163)
     at allaire.jrun.servlet.ServletBAOS.commit(ServletBAOS.java:140)
     at allaire.jrun.servlet.JRunOutputStream.write(JRunOutputStream.java:100)
     at allaire.jrun.file.FileServlet.service(FileServlet.java:177)
     at allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
     at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)

     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
     at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
     at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
     at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
     at allaire.jrun.WorkerThread.run(WorkerThread.java:74)

Although the client side can view the svg file correctly.

I think the mime type setting for svg is incorrect or some other reasons

Can any of you give me a hint?

Thank you.

Hongda



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to