Error in Tomcat window when running X-Application

X-Application Version: 0.5
Tamino Version : 2.3.1.1
Platform : Windows 2000
WebContainer : Tomcat 3.2
JDK Version : 1.3.1

Hello,

I had been getting the below error in the window which comes up when Tomcat is started for some time now. The X-Application program is not showing any error. But this error message is appearing in the Tomcat window.

Anybody has any ideas about this??

Thankyou

All parameters are CODED :slight_smile:
Using TAMINO_URL=http://hqw2kweb1/tamino/ContentDB
registering 1. doctype=BEAT-INFORMATION collection=Beat
2001-12-20 04:59:24 - Ctx( /beat ): IOException in: R( /beat + /modify_r2_c2_f3.gif + null) Connection reset by peer: so
cket write error
2001-12-20 05:13:06 - Ctx( ): 400 R( /) null
2001-12-20 05:29:33 - Ctx( ): 400 R( /) null
2001-12-20 05:47:27 - ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection re
set by peer: JVM_recv in socket input stream read
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
at org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.java:115)
at org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInputStream.java:106)
at org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputStream.java:128)
at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
at org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpRequestAdapter.java:129)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:195)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)

Hello,

nothing to worry about. Itยดs a weak point in tomcat that can be ignored.

There exist several posts in the tomcat mailing lists discussion that topic e.g. http://w6.metronet.com/~wjm/tomcat/2000/Jun/msg00553.html or http://www.dfwuug.org/~wjm/tomcat/2000/Jul/msg00910.html

Regards, Harald

Thankyou very much for that.