| java.lang.NoSuchMethodError: org.apache.naming.NamingContextBindingsEnumeration. <init> [message #195665] |
Wed, 04 July 2007 22:50 |
|
Originally posted by: eclipse.news.codefarm.com.au
I was running into this on starting Tomcat as I migrated an existing web app
forward some verions to Java 5/Tomcat 5.5/Eclipse 3.2 + WST:
> java.lang.NoSuchMethodError:
> org.apache.naming.NamingContextBindingsEnumeration.<init>
The issue was NOT related to WST or Eclipse. Tomcat 5.5 seemed to ship with
a naming-common.jar and a naming-resources.jar and both of these had a
NamingContextBindingsEnumeration class within. The version in
naming-common.jar was older, and was if your classloader picks it up instead
of the other one you'll start to get this problem.
Just thought I'd pass on my findings in case anyone else hit this one.
Ben
|
|
|
Powered by
FUDForum. Page generated in 0.01860 seconds