It seems to be working now, but everytime I attempt to access another orion
server, from an orion server, I get a "domain was null" exception message.

Creating remote context to: ormi://sergio/symbiosis-server
java.lang.NullPointerException: domain was null at
com.evermind.server.rmi.RMIServer.fw(JAX)
        at com.evermind.server.rmi.RMIServer.e7(JAX)
        at
com.evermind.server.rmi.RMIInitialContextFactory.getInitialContext(JAX)
        at
com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext
(JAX)
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
        at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
        at javax.naming.InitialContext.init(InitialContext.java:222)
        at javax.naming.InitialContext.<init>(InitialContext.java:198)

Does any one know what is the problem.  The same exact code connects
correctly to the server, when running from a STANDALONE ejb client.  I am
not sure why this would not work from SERVER to SERVER, but works from
CLIENT to SERVER?

Any Ideas?

Thanks.
-AP_

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Claudio
Cordova
Sent: Thursday, March 22, 2001 5:54 PM
To: Orion-Interest
Subject: RE: Question regarding servers as clients to other servers...


META-INF is should be at the root of your client classes in the classpath.
claudio

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky
> Sent: Thursday, March 22, 2001 5:25 PM
> To: Orion-Interest
> Subject: RE: Question regarding servers as clients to other servers...
>
>
> Hi Claudio, what makes Orion look into WEB-INF/classes?  To find the
> META-INF?
>
> Thanks
> -AP_
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Claudio
> Cordova
> Sent: Thursday, March 22, 2001 4:30 PM
> To: Orion-Interest
> Subject: RE: Question regarding servers as clients to other servers...
>
>
> Hey Alex...How are you
>
> Have you tried in WEB-INF/classes/META-INF/application-client.xml
>
>
> Claudio
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky
> > Sent: Thursday, March 22, 2001 3:58 PM
> > To: Orion-Interest
> > Subject: RE: Question regarding servers as clients to other servers...
> >
> >
> > I have one application talking with another on a different
> server.  In the
> > first application I try to create a new InitialContext() with proper
> > parameters to talk to the other server, but Get the error saying that
> > META-INF/application-client.xml is not found. I do not know where in the
> > deployment of the first application I need to put a META-INF.
> >
> > Thanks.
> >
> > -AP_
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky
> > Sent: Thursday, March 22, 2001 12:41 PM
> > To: Orion-Interest
> > Subject: Question regarding servers as clients to other servers...
> >
> >
> > I am configuring two Orion application servers.  The first
> server (JSP) is
> > going to be a client of the second server (EJB).  In the
> > application running
> > on the first server, I try to create IntialContext with
> > parameters pointing
> > to the second server, but I get the following exception:
> >
> > javax.servlet.jsp.JspException: javax.naming.NamingException:
> > META-INF/application-client.xml resource not found
> >
> > I understand that I need to have META-INF/application-client.xml,
> > but where
> > do I put it?
> >
> > I tried putting it:
> >
> > 1. Directory where I start orion
> > 2. Directory under Application in which a call to new
> > IntialContext is made
> > 3. Directory under Module in the Application in which the new
> > IntialContext
> > is made
> >
> > None of these worked.
> >
> > Any ideas?
> >
> > -AP_
> >
> >
> >
>
>
>


Reply via email to