4 Replies Latest reply on Aug 15, 2002 8:26 PM by meghna

    Exception in thread "main" java.lang.NoClassDefFoundError:or

    sameer_menon

      cant get rid of these small problems...
      i am simutaneously testing my applications on JBoss 3.0 and jboss 2.4.4
      it is working absolutely fine ..but give so many java.lang.NoClassDefFoundError found errors...

      this is the latest i have :-
      Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/logging/Logger
      at org.jboss.invocation.MarshalledValueInputStream.(MarshalledValueInputStream.java:25)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:120)
      at org.jboss.invocation.MarshalledValueOutputStream.class$(MarshalledValueOutputStream.java:26)
      at org.jboss.invocation.MarshalledValueOutputStream.(MarshalledValueOutputStream.java:28)
      at org.jboss.invocation.MarshalledValue.(MarshalledValue.java:47) at org.jboss.invocation.MarshalledInvocation.writeExternal(MarshalledInvocation.java:317)
      at java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1172) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
      at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:268)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:106)
      at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
      at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:128)
      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
      at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
      at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
      at $Proxy0.create(Unknown Source)


      tried including log4j.jar..still giving problems..
      and also tried dowloading the latest log4j.jar..still giving the same problem...

      can anyone help..
      Priti, can u please rescue me this time.. ;)

      .............sameer