Hi,

I´ve been carefully following the instructions on how to create and deploy
beans in jboss (the interest example).  The first step works fine and the
interest.jar gets deployed successfully.

However when I try the next step  "ant intro-interest-client", I get the
following error message:

=====================================================================
interest-client:
     [java] Got context
     [java] Got reference
     [java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/logging/Logger
     [java]     at
org.jboss.invocation.MarshalledValueInputStream.<clinit>(MarshalledValueInpu
tStream.java:25)
     [java]     at java.lang.Class.forName0(Native Method)
     [java]     at java.lang.Class.forName(Class.java:130)
     [java]     at
org.jboss.invocation.MarshalledValueOutputStream.class$(MarshalledValueOutpu
tStream.java:23)
     [java]     at
org.jboss.invocation.MarshalledValueOutputStream.<clinit>(MarshalledValueOut
putStream.java:25)
     [java]     at
org.jboss.invocation.MarshalledValue.<init>(MarshalledValue.java:47)
     [java]     at
org.jboss.invocation.MarshalledInvocation.writeExternal(MarshalledInvocation
.java:317)
     [java]     at
java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1262)
     [java]     at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1243)
     [java]     at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
     [java]     at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
     [java]     at
sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:265)
     [java]     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:124)
     [java]     at
org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
     [java]     at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProx
y.java:128)
     [java]     at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
     [java]     at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73
)
     [java]     at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
     [java]     at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
     [java]     at
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
     [java]     at $Proxy0.create(Unknown Source)
     [java]     at
org.jboss.docs.interest.InterestClient.main(InterestClient.java:60)
     [java] Java Result: 1
====================================================================

What could this be?  My JBOSS_DIST is set to the jboss3.0.0RC2 base
directory.  Could the problem be that I´ve got the wrong j2ee version
running? (I´ve got j2sdkee1.3.1 in my classpath)

I would appreciate any help

Thanks Michael



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to