You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cybersystem <cy...@web.de> on 2002/03/22 21:13:53 UTC

problem with a servlet

hello, i installed jakarta tomcat 4.0.3 last week, and now i wanna install a
servlet, but when i'll start the servlet, comes this error:

type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error)
that prevented it from fulfilling this request.
exception
java.io.FileNotFoundException: data/serial.dat (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.(FileInputStream.java:64)
	at java.io.FileReader.(FileReader.java:38)
	at fwchat.y(fwchat.java)
	at fwchat.doGet(fwchat.java)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java
:446)
	at
org.apache.catalina.servlets.InvokerServlet.doGet(InvokerServlet.java:180)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
	at filters.ExampleFilter.doFilter(ExampleFilter.java:149)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:213)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
	at filters.ExampleFilter.doFilter(ExampleFilter.java:149)
(...) and so on...
tomcat is installed to /chat/tomcat and i put the data directory with the
serial.dat in the /chat/tomcat/work directory... so i don't unterstand, what
i did wrong.. please help me...
bye



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>