1 Reply Latest reply on Sep 6, 2005 1:27 AM by andrewi

    Tutorial wont run

    andrewi

      hi

      i'm trying to get anything working and to date nothing does.

      So i decided to go back to scratch and download the stateless tutorial and it compiles, deploys and after having to add some external libs i now get the following message.

      Exception in thread "main" java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ThreadFactory
      at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:38)
      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
      at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:44)
      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
      at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:38)
      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
      at org.jboss.aspects.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:32)
      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:66)
      at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:82)
      at $Proxy0.add(Unknown Source)
      at jboss.tutorial.stateless.client.Client.main(Client.java:21)


      I must be doing something wrong coz it just can't be this hard. I've spent days dicking around trying to get things to run but to no avail.

      help I don't have enough hair to lose any more.

      btw i'm using eclipse 3.1 & JB 1.5.0 M2