There's no tomcat in my task manager b/c this computer's not the server - I'm on a company computer. Tomcat seems to be crashing and I want to shut it down and restart it. What do I do? Please help.
Tomcat is running on a unix server. My computer is not that server. I was told to "sudo tomcat" and then run the shutdown script in order to shut the server down. How do I do this? I'm not acquainted with the sudo command on unix.
./shutdown.sh: /proj/bo/apps/db-dev/apps/jakarta-tomcat-5.0.28-bo/bin/catalina.s: bad interpreter: No such file or directory
./shutdown.sh: line 38: /proj/bo/apps/db-dev/apps/jakarta-tomcat-5.0.28-bo/bin/catalina.sh: Success
I then tried accessing the tomcat server from a browser, and it was still up. So the shut down must not have worked.
I run shutdown again, and now I get this message:
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 18134; nested exception is:
java.net.BindException: Address already in use
i was hoping that restarting it would fix this problem, but for some reason a handful - about 1/2 - of the webapps suddenly can't start. when i run the admin program, and examine the contexts for any programs that are not running, there is always an error saying that an attribute could not be retrieved.
]]
2006-05-24 14:08:54 StandardContext[/demo]Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError: javax/faces/el/VariableResolver
at java.lang.ClassLoader.defineClass1(Native Method)
at..at..at...at.......at...
also, here's something that is really weird and might be related.
in my catalina.properties file, common.loader is originally:
common.loader=${catalina.home}/common/classes,\
${catalina.home}/common/endorsed/*.jar,\
${catalina.home}/common/lib/*.jar
Then, when I append one line at the end:
common.loader=${catalina.home}/common/classes,\
${catalina.home}/common/endorsed/*.jar,\
${catalina.home}/common/lib/*.jar,\
${catalina.home}/common/lib/ext/*.jar
Suddenly the tomcat server is missing like 5 web apps and, if u look in the admin program, many more contexts. How weird is that...
Looks like the "demo" webapp is missing a .jar file which contains the class ""javax/faces/el/VariableResolver", which by the sounds of it is a JavaServerFaces framework class
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.