EJB client on Solaris.

2000-08-08 Thread Rick Bos
When I try to run a simple console client application accessing an EJB, I get this error : __Proxy1 ERROR! Shared library ioser12 could not be found. Exception in thread "main" java.lang.UnsatisfiedLinkError: specialLoadClass at

Re: EJB client on Solaris.

2000-08-08 Thread Karl Avedal
Hello Rick, You are using code from the J2EE RI it seems (com.sun.corba.ee.internal.* classes). Get rid of j2ee.jar or any other J2EE RI jars. Orion is not the one complaing, but the J2EE RI ORB. Regards, Karl Avedal Rick Bos wrote: When I try to run a simple console client

RE: EJB client on Solaris.

2000-08-08 Thread John Moore
:58 AM To: Orion-Interest Subject: EJB client on Solaris. When I try to run a simple console client application accessing an EJB, I get this error : __Proxy1 ERROR! Shared library ioser12 could not be found. Exception in thread "

RE: EJB client on Solaris.

2000-08-08 Thread Rick Bos
OK, removing the j2ee.jar fixed the ioser12 error. Now, I am getting this error: Exception in thread "main" java.lang.InstantiationError: No location specified for ejb-ref Applicant This is my application-client.xml : ?xml version="1.0"?