You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Bandi Hare Ram Balaji <ba...@sol.net.in> on 2000/09/18 17:10:52 UTC

problem with tomcat3.1 and with apache

hi all

iam trying to deploy the tomcat with apache
what i was done intially is i installed ( mean extarcted the tomcat)
when iam starting it was like below
[root@dns1 conf]# /usr/local/tomcat/bin/startup.sh
Guessing TOMCAT_HOME from tomcat.sh to /usr/local/tomcat/bin/..
Setting TOMCAT_HOME to /usr/local/tomcat/bin/..
Using classpath:
.:/usr/local/tomcat/bin/../lib/ant.jar:/usr/local/tomcat/bin/../lib/jasper.jar:/usr/local/tomcat/bin/../lib/servlet.jar:/usr/local/tomcat/bin/../lib/test:/usr/local/tomcat/bin/../lib/webserver.jar:/usr/local/tomcat/bin/../lib/xml.jar

[root@dns1 conf]# Context log: path="/examples" Adding context
path="/examples"  docBase="webapps/examples"
Context log: path="" Adding context path=""  docBase="webapps/ROOT"
Context log: path="/test" Adding context path="/test"
docBase="webapps/test"
Starting tomcat. Check logs/tomcat.log for error messages
Starting tomcat install="/usr/local/tomcat/bin/.."
home="/usr/local/tomcat"
classPath=".:/usr/local/tomcat/bin/../lib/ant.jar:/usr/local/tomcat/bin/../lib/jasper.jar:/usr/local/tomcat/bin/../lib/servlet.jar:/usr/local/tomcat/bin/../lib/test:/usr/local/tomcat/bin/../lib/webserver.jar:/usr/local/tomcat/bin/../lib/xml.jar"

Context log: path="/admin" Automatic context load
docBase="/usr/local/tomcat/webapps/admin"
Context log: path="/admin" Adding context path="/admin"
docBase="/usr/local/tomcat/webapps/admin"

iam try to to see from my browser http://domain:8080/

iam gettting some debug error on the console screen

java.net.SocketException: Interrupted system call
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Compiled Code)
        at java.net.ServerSocket.implAccept(Compiled Code)
        at java.net.ServerSocket.accept(Compiled Code)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled Code)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled
Code)
        at org.apache.tomcat.service.TcpListenerThread.run(Compiled
Code)
        at java.lang.Thread.run(Compiled Code)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8007]
shutdown due to exception: java.net.SocketException: Interrupted system
call
java.net.SocketException: Interrupted system call
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(Compiled Code)
        at java.net.ServerSocket.implAccept(Compiled Code)
        at java.net.ServerSocket.accept(Compiled Code)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptSocket(Compiled Code)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.acceptConnections(Compiled
Code)
        at org.apache.tomcat.service.TcpListenerThread.run(Compiled
Code)
        at java.lang.Thread.run(Compiled Code)
Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]
shutdown due to exception: java.net.SocketException: Interrupted system
call
Unhandled error! You might want to consider having an error page to
report such errors more gracefully
java.lang.NoClassDefFoundError: sun/tools/javac/Main
        at org.apache.jasper.compiler.SunJavaCompiler.compile(Compiled
Code)
        at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
        at org.apache.jasper.runtime.JspServlet.loadJSP(Compiled Code)
        at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(Compiled
Code)
        at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Compiled
Code)
        at org.apache.jasper.runtime.JspServlet.serviceJspFile(Compiled
Code)
        at org.apache.jasper.runtime.JspServlet.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled
Code)
        at org.apache.tomcat.core.ContextManager.service(Compiled Code)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Compiled
Code)
        at org.apache.tomcat.service.TcpConnectionThread.run(Compiled
Code)
        at java.lang.Thread.run(Compiled Code)


any help will be appriciate.

balaji