Hi everyone, I just downloaded JBoss 2.2 with Tomcat and ran through the
first example in the documentation for deploying the InterestBean.
Deployment went fine but when I tried to run the InterestClient I get the
following exception. I am running on WinNT 4.0 with JDK1.3 that comes with
JBuilder. I did not use JBuilder to build, I simply compiled at the command
line. The command line used to execute the InterestClient.class is also
below.

I included all the jars I could think of in the class path but it seems to
have a problem finding ioser12. Can anyone tell me what my problem is or
offer any suggestions in finding a solution. As you can see I installed
JBoss in a directory called d:\jboss-tomcat-2.2\jboss-2.2. I would
appreciate any help. Thanks in advance.


D:\Jboss\Examples\interest>java -classpath
d:\jbuilder4\jdk1.3\jre\lib\rt.jar;d:\jboss-tomcat-2.2\jboss-2.2\client\jbos
s-client.jar;d:\jboss-tomcat-2.2\jboss-2.2\client\jbosssx-client.jar;d:\jbos
s-tomcat-2.2\jboss-2.2\client\jnp-client.jar;.\interest.jar;. InterestClient
Got context
Got reference
ERROR! Shared library ioser12 could not be found.
Exception in thread "main" java.lang.UnsatisfiedLinkError: specialLoadClass
        at
com.sun.corba.se.internal.util.JDKClassLoader.loadClass(JDKClassLoader.java:
58)

        at com.sun.corba.se.internal.util.JDKBridge.loadClassM(JDKBridge.java:23)
        at com.sun.corba.se.internal.util.JDKBridge.loadClass(JDKBridge.java:105)
        at javax.rmi.CORBA.Util.loadClass(Util.java:215)
        at javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:306)
        at javax.rmi.CORBA.Util.<clinit>(Util.java:53)
        at
javax.rmi.PortableRemoteObject.createDelegateIfSpecified(PortableRemoteObjec
t.java:172)
        at javax.rmi.PortableRemoteObject.<clinit>(PortableRemoteObject.java:61)
        at InterestClient.main(InterestClient.java:48)

Doal Miller
[EMAIL PROTECTED]


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

Reply via email to