[SourceJammer-users] Re: Tomcat OK
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-03-07 14:50:56
|
Hi, Daniele. This error is unrelated to your "can't lock node" error. The web interface for SJ uses JSP. If you want to display JSP pages under Tomcat, you need to have the JDK (and not just the JRE) installed on your server. The JDK comes with the tools required to compile Java files to Java classes. If you want to use the web interface, download the JDK from Sun. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > Hi Robert > > Here's some info which maybe is more useful, about > the same problem I > told you before. > When I go to the url http://mysite/sourcejammer, I > get this displayed: > > Error: 500 > Location: /sourcejammer/index.jsp > Internal Servlet Error: > > javax.servlet.ServletException: sun/tools/javac/Main > at org.apache.jasper.servlet.JspServlet.service > (JspServlet.java:508) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at org.apache.tomcat.core.ServletWrapper.doService > (ServletWrapper.java:405) > at > org.apache.tomcat.core.Handler.service(Handler.java:287) > at org.apache.tomcat.core.ServletWrapper.service > (ServletWrapper.java:372) > at > org.apache.tomcat.core.ContextManager.internalService > (ContextManager.java:806) > at org.apache.tomcat.core.ContextManager.service > (ContextManager.java:752) > at > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection > (HttpConnectionHandler.java:213) > at org.apache.tomcat.service.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run > (ThreadPool.java:501) > at java.lang.Thread.run(Thread.java:484) > > Root cause: > java.lang.NoClassDefFoundError: sun/tools/javac/Main > at > org.apache.jasper.compiler.SunJavaCompiler.compile > (SunJavaCompiler.java:136) > at org.apache.jasper.compiler.Compiler.compile > (Compiler.java:273) > at org.apache.jasper.servlet.JspServlet.doLoadJSP > (JspServlet.java:612) > at org.apache.jasper.servlet.JasperLoader12.loadJSP > (JasperLoader12.java:146) > at org.apache.jasper.servlet.JspServlet.loadJSP > (JspServlet.java:542) > at > org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary > (JspServlet.java:258) > at > org.apache.jasper.servlet.JspServlet$JspServletWrapper.service > (JspServlet.java:268) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile > (JspServlet.java:429) > at org.apache.jasper.servlet.JspServlet.service > (JspServlet.java:500) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at org.apache.tomcat.core.ServletWrapper.doService > (ServletWrapper.java:405) > at > org.apache.tomcat.core.Handler.service(Handler.java:287) > at org.apache.tomcat.core.ServletWrapper.service > (ServletWrapper.java:372) > at > org.apache.tomcat.core.ContextManager.internalService > (ContextManager.java:806) > at org.apache.tomcat.core.ContextManager.service > (ContextManager.java:752) > at > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection > (HttpConnectionHandler.java:213) > at org.apache.tomcat.service.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run > (ThreadPool.java:501) > at java.lang.Thread.run(Thread.java:484) > > I tried to do the same in your site, and get a login > form, so I think > the problem is on my server. > > Daniele > > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |