You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/04 00:26:37 UTC

[Bug 280] New - J2EE.JAR from j2sdkee1.2.1 not compatible with Tomcat-3.2 BugRat Report#524

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=280

*** shadow/280	Sat Feb  3 15:26:37 2001
--- shadow/280.tmp.26210	Sat Feb  3 15:26:37 2001
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | J2EE.JAR from j2sdkee1.2.1 not compatible with Tomcat-3.2 BugRat Report#52 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 280                         Product: Tomcat 3                |
+ |       Status: RESOLVED                    Version: 3.2 Final               |
+ |   Resolution: WORKSFORME                 Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Unknown                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: bugzilla@apache.org                                          |
+ |  Reported By: anonymous-bug@cortexity.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When using the latest version of the J2EE.JAR tomcat 3.2 fails during startup with the following error.
+ 
+ 
+ Exception in thread "main" java.lang.NoSuchMethodError: org.apache.tomcat.core.ContextManager: method 
+ setInstallDir(Ljava/lang/String;)V not found
+         at org.apache.tomcat.startup.Tomcat.getConfigFile(Tomcat.java:155)
+         at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:185)
+         at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
+ 
+ ------- Additional Comments From Larry.Isaacs@sas.com  2001-02-03 15:26 -------
+ I am able to include the j2ee.jar provided it is last in the classpath,
+ after all Tomcat related jars. j2ee.jar contains an old version of Tomcat 3.0
+ with conflicting classes. The error below suggests that j2ee.jar was ahead of
+ webserver.jar.