On Fri, 7 Jun 2002, Gerard BUNEL wrote:

> Francisco Reverbel a écrit :
> 
> > I have seen a stack trace like this before. Aren't you using an older
> > JacORB version at the client side by any chance?
> >
> 
> Don't  know. I downloaded the jboss-all which included the jacorb.jar. Is
> there mean to know the version ?

In case you have more than one jacorb.jar file in the client machine, 
you need to make sure that the right one is used. Put in the client 
classpath the jacorb.jar file provided with JBoss. Better yet, prepend 
it to the boot classpath, so you can be certain it will be seen before
any other: 

  java -Xbootclasspath/p:SOME_DIR/jacorb.jar ... YourClient

If you are using some script provided with JacORB (jaco or jaco.bat) 
to start you client, change the script so that uses the right jar 
file. There will be an Xbootclasspath in the script, make it point 
to the jacorb.jar file provided with JBoss.

Let me know if this works or not.

Best,

Francisco


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to