[jira] Issue Comment Edited: (WSIF-92) NoClassDefFound error - Could not initialize class org.apache.wsif.logging.Trc - Although wsif.jar is visible in classpath (by classloader)

"Randy Kahn (JIRA)" <[email protected]> Thu, 24 Jan 2008 14:17:34 -0800 (PST)
Newsgroups gmane.comp.apache.webservices.wsif.devel
Message-ID <30294575.1201213054594.JavaMail.jira@brutus>
    [ https://issues.apache.org/jira/browse/WSIF-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562248#action_12562248 ] 

randykahn edited comment on WSIF-92 at 1/24/08 2:15 PM:
---------------------------------------------------------

Thanks for your comment, I am beginning to see some light in the tunnel. We have been struggling with this issue here at Oracle for several days now. The mystery is that both the classes seem to be in any and all types of classpaths/shared libraries as possible.
You mention "commons-loggin or log4j " not in the classpath. We do have commons-logging in the classpath already. And if that's the case, why isn't it telling me the exact root class that it's looking for, it simply says Trc not found.
Is there another case like this (bug) similar to this issue with more details.
If you know more about it then please share with us it would help a lot.

In fact we have several shared libraries that include commons-logging.jar and visible in the classpath and the classloader.

      was (Author: randykahn):
    Thanks for your comment, I am beginning to see some light in the tunnel. We have been struggling with this issue here at Oracle for several days now. The mystery is that both the classes seem to be in any and all types of classpaths/shared libraries as possible.
You mention "commons-loggin or log4j " not in the classpath. We do have commons-logging in the classpath already. And if that's the case, why isn't it telling me the exact root class that it's looking for, it simply says Trc not found.
Is there another case like this (bug) similar to this issue with more details.
If you know more about it then please share with us it would help a lot.


  
> NoClassDefFound error - Could not initialize class org.apache.wsif.logging.Trc - Although wsif.jar is visible in classpath (by classloader)
> -------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WSIF-92
>                 URL: https://issues.apache.org/jira/browse/WSIF-92
>             Project: Axis-WSIF
>          Issue Type: Bug
>          Components: Basic Architecture
>    Affects Versions: 2.0
>         Environment: Redhat Linux, Oracle Application Server 10g (OC4J 10.1.3.1)
>            Reporter: Randy Kahn
>            Priority: Blocker
>
> Version number of WSIF - 2.0
> Version number of JDK (enter "java -fullversion") java full version "1.5.0_06-b"
> Trying to invoke any webservice (via wsdl) using WSIF, the NoClassDef error points to Trc.class from WSIFUtils.class.
> Both these classes are in wsif.jar, how come it fines WSIFUtils but not Trc ?
> Here's the full error message:
>  Error 
>  
> java.lang.NoClassDefFoundError: Could not initialize class org.apache.wsif.logging.Trc at org.apache.wsif.util.WSIFUtils.readWSDL(WSIFUtils.java:446) at oracle.apps.fnd.wf.test.webui.WSIFTestCO.processFormRequest(WSIFTestCO.java:55) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.