You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/03 23:42:23 UTC

BugRat Report #693 has been filed.

Bug report #693 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/693>

REPORT #693 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.2
   JVM Release: 1.2.2
   Operating System: Linux
   OS Release: Redhat 6.2
   Platform: Intel

Synopsis: 
Possible NFS Conflict

Description:
I have upgraded from tomcat 3.1 to 3.2 and now generate 
what appears to be an unusual error. I can reproduce the 
error described below only when I attempt to create 
contexts that are references to mount points of nfs 
mounted file systems. I can not reproduce this behavior under
3.1 
  
The relevant information is as follows.
 
Context info from server.xml
  
         <Context path="/dlese_dw"
                 docBase="/home/httpd/html/dpc/www/dlese_dw"                 crossContext="true"
                 debug="0"
                 reloadable="true"
                 trusted="false" >
         </Context>
  
Tomcat startup and output

[root@oliver bin]# ./tomcat.sh start Using classpath:/usr/tomcat3.2/lib/ant.jar:/usr/tomcat3.2/lib/jasper.jar:/usr/tomcat3.2/lib/j
axp.jar:/usr/tomcat3.2/lib/parser.jar:/usr/tomcat3.2/lib/servlet.jar:/usr/tom
cat3.2/lib/test:/usr/tomcat3.2/lib/webserver.jar:/usr/java/jdk1.2.2/lib/tools .jar [root@oliver bin]# 2000-12-20 09:07:04 -
ContextManager: Adding context Ctx( /examples ) 2000-12-20 09:07:04 - ContextManager: Adding context Ctx( /admin ) Starting
tomcat. Check logs/tomcat.log for error messages 2000-12-20 09:07:04 - ContextManager: Adding context Ctx( /dlese_dw )
2000-12-20 09:07:04 - ContextManager: Adding context Ctx( ) 
2000-12-20 09:07:04 - ContextManager: Adding context Ctx( /test) 
2000-12-20 09:07:05 - Ctx( /dlese_dw ): Removing duplicate servlet jsp
 jsp(org.apache.jasper.runtime.JspServlet/null) Exception in thread "main" java.lang.InstantiationError: org/apache/jasper/Options at
 org.apache.jasper.runtime.JspServlet.init(JspServlet.java:201)        at
 org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java, Compiled Code)  at
 org.apache.tomcat.core.Handler.init(Handler.java, Compiled Code)     at
 org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java, Compiled Code)      at
 org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnStartupI nterceptor.java, Compiled Code)  at
 org.apache.tomcat.core.ContextManager.initContext(ContextManager.java, Compiled Code)      at
 org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)  at
 org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)    at
 org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

Tomcat is being run on Linux, the directory
/home/httpd/html/dpc/www/dlese_dw is a mount point for 
another directory on a SPARC station. I have run this 
experiment on numerous contexts. I generate the error 
on nfs mounted directories. I have not been able to 
reproduce on non-nfs mounted directories.