users@glassfish.java.net

iiop and ssl

From: <forums_at_java.net>
Date: Tue, 3 Apr 2012 16:25:47 -0500 (CDT)

Hi guys, I'm writing a brief howto (GlassFIsh wiki) about IIOP and SSL. The
supposed scenario is: two different instances of GlassFish (3.1.2) on two
different jvms on two different nodes in a LAN. From an EJB I'm calling a
remote EJB. I bound, through glassfish admin console, orb-listener-1 to the
Network address on both machines. Firewalls disabled Here's the code: ic =
new InitialContext(); BankService bankservice = (BankService)
ic.lookup("java:comp/env/ejb/BankServiceBean"); Here's the
descriptor(glassfish-ejb-jar.xml): BankServiceBean
corbaname:iiop_at_192.168.0.4:3700#java:global/ServerEAR/ServerEjb/BankServiceBean
I tried also with
corbaname:iiop_at_192.168.0.4:3700#ServerEAR/ServerEjb/BankServiceBean Here's
the error I get: WARNING: This bean [CallEjbBean] has no ejb reference by the
name of [BankServiceBean] SEVERE: DPL8006: get/add descriptor failure :
ejb-ref TO BankServiceBean WARNING: DPL8007: Unsupported deployment
descriptors element jndi-name value
corbaname:iiop_at_192.168.0.4:3700#java:global/ServerEAR/ServerEjb/BankServiceBean
SEVERE: javax.naming.NamingException: Lookup failed for
'java:comp/env/ejb/BankServiceBean' in
SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory,
java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl,
java.naming.factory.url.pkgs=com.sun.enterprise.naming} [Root exception is
javax.naming.NameNotFoundException: No object bound to name
java:comp/env/ejb/BankServiceBean] Where did I go wrong???? Any suggestion
highly appreciated Regards Alessandro

--
[Message sent by forum member 'alessandrogentile']
View Post: http://forums.java.net/node/884788