Hi All,
   I got the following error when tried to invoke the bean from the client app. Please 
help me out. Any kind of help is appreciated. Thanks!


ERROR [main] (Test.java:96) - Naming exception: null
javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundEx
ception: org.jboss.ejb.plugins.local.LocalHomeProxy (no security manager: RMI cl
ass loader disabled)]
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:652)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
        at javax.naming.InitialContext.lookup(Unknown Source)
        at net.clearbridge.dxs.data.FileDataFacade.init(Test.java:88)
        at net.clearbridge.dxs.data.FileDataFacade.find(Test.java:51)
        at net.clearbridge.dxs.EDIToXML.translateEDIToXML(Go.java:85)
        at net.clearbridge.dxs.EDITest.run(Go.java:35)
        at net.clearbridge.dxs.EDITest.main(Go.java:25)
Caused by: java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.LocalHo
meProxy (no security manager: RMI class loader disabled)
        at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
        at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
        at java.rmi.server.RMIClassLoader$2.loadClass(Unknown Source)
        at java.rmi.server.RMIClassLoader.loadClass(Unknown Source)
        at sun.rmi.server.MarshalInputStream.resolveClass(Unknown Source)
        at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
        at java.io.ObjectInputStream.readClassDesc(Unknown Source)
        at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
        at java.io.ObjectInputStream.readObject0(Unknown Source)
        at java.io.ObjectInputStream.defaultReadFields(Unknown Source)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837730#3837730

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837730


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to