Hey John

> Yes, I have tried that, and I still get the error.  (It seems 
> like it has no
> effect)  Do you have this configuration working?

Not exactly. I'm using Catalina with another server application that has its
own Naming service, and at the beginning I got the same error on startup,
but it went away with the -nonaming option.
We then have other problems with this jndi: protocol, also from previous
discussions it seems to me a Catalina bug: with us, every class loaded from
web-inf/classes or web-inf/lib has a codebase like "jndi:/WEB-INF/classes/"
or "jar:jndi:/WEB-INF/lib/xxx.jar!/", so that if objects of these classes
are passed as arguments to any rmi method invocation, on the other side the
class annotation is taken from the stream, but of course the classloader
cannot understand the Catalina-specific jndi: protocol.
The context class loader should take care of that probably, but I did not
figured it out yet why it doesn't. I miss Rickard !

Will live, will see.

Cheers

Simon

> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Bordet,
> > Simone
> > Sent: Thursday, May 10, 2001 6:15 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: R: [JBoss-user] Catalina and Jboss2.2.1 
> InitialContext error
> >
> >
> > Do you start Catalina with the -nonaming option, so that from it
> > you connect
> > to JBoss' Naming service ?
> >
> > Simon
> >
> > > -----Messaggio originale-----
> > > Da: John Menke [mailto:[EMAIL PROTECTED]]
> > > Inviato: mercoled� 9 maggio 2001 23:30
> > > A: jboss
> > > Oggetto: [JBoss-user] Catalina and Jboss2.2.1 InitialContext error
> > >
> > >
> > > This error is produced when I try to get an initial JNDI context.
> > >
> > > The error is:
> > >
> > > javax.naming.CommunicationException[Root exeption is
> > > java.rmi.ServerException: RemoteException occured in server
> > > thread; nested
> > > exception is java.rmi.UnmarshalException: error unmarshalling
> > > arguments;
> > > nested exception is java.net.MalformedURL exception: unknown
> > > protocol: jndi
> > >
> > >
> > > I can get InitalContext in Tomcat 3.2, but Catalina produces
> > > the error.
> > >
> > > Is there a workaround?
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

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

Reply via email to