Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WSIF error NoClassDef for the Trc.class

843833Jan 24 2008
We get this error when trying to invoke any webservice via a wsdl :
java.lang.NoClassDefFoundError: Could not initialize class org.apache.wsif.logging.Trc at org.apache.wsif.util.WSIFUtils.readWSDL(WSIFUtils.java:446)

The wsif.jar is in he right place for the classloader to find (apparently it is invoking one of the classes from wisf.jar(WSIFUtils.java), but it can't find the Trc.class, which is also present in the wsif.jar.

Anyone come across this issue with invoking a simple webservice using WSIF ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2008
Added on Jan 24 2008
0 comments
151 views