users@glassfish.java.net

Re: iiop and ssl

From: Kumar Jayanti <v.b.kumar.jayanti_at_oracle.com>
Date: Wed, 4 Apr 2012 07:40:23 +0530

Have you seen this : http://glassfish.java.net/javaee5/ejb/EJB_FAQ.html
On 04-Apr-2012, at 2:55 AM, forums_at_java.net wrote:

> 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
>
>