My best guess is that it has something to do with different versions of the
jndi classes being available.  This leads to the error.  Maybe try taking
the jndi jars TOTALLY out of your tdk installation? then take naming.jar
out.... etc...   If moving around jars in Linux fixed the problem then it
should do the same thing in Windows.



> -----Original Message-----
> From: mroosendaal [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 9:33 AM
> To: [EMAIL PROTECTED]
> Subject: Re: unknown protocol: jndi (John Menke)
>
>
> Okay thanks, but what does the error mean? Can't Catalina find a
> jndi-package or can it have something to do with the browser?
>
> Maarten
> ----- Original Message -----
> From: "John Menke" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 20, 2001 3:04 PM
> Subject: RE: unknown protocol: jndi (John Menke)
>
>
> > Maarten, I'm really not an expert on the Catalina startup process.  I
> can't
> > believe it's still not running.  It's obviously something to do with
> Windows
> > vs. Linux configuration as I have it running on Linux on 2 different
> boxes.
> > If you have removed the jndi jars from the WEB-INF/lib I cannot
> figure out
> > why it's confused...
> >
> >
> > > -----Original Message-----
> > > From: mroosendaal [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: unknown protocol: jndi (John Menke)
> > >
> > >
> > > John,
> > >
> > > i used the -debug option from the startup.bat and inserted the
> > > result in the
> > > attached catalina_debug.txt-file. Could you take a quick look at
> > > it and see
> > > if you see anything strange?
> > >
> > > Thanks,
> > > Maarten
> > > ----- Original Message -----
> > > From: "John Menke" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, June 19, 2001 4:07 PM
> > > Subject: RE: unknown protocol: jndi
> > >
> > >
> > > > > The jndi.jar files are in (even tried including them in the
> > > classpath):
> > > > > tdk\bin\jndi.jar
> > > > > tdk\common\lub\jndi.jar
> > > > > tdk\share\lib\jndi-1.2.1.jar
> > > > > But not in the lib-directory of the application. Why does is
> > > not see the
> > > > > jndi protocol?
> > > > >
> > > >
> > > > Maarten,  here is what I have... It's working on my Box with
> > > Catalina and
> > > > Tomcat with the 2.1 version of the TDK.  Are you sure that
> don't have
> > > > jndi.jar or jndi-1.2.jar in the WEB-INF/lib directory?
> > > >
> > > > BELOW IS A SUMMARY OF MY CONFIGURATION THAT IS RUNNING:
> > > >
> > > > I also have:
> > > >
> > > > tdk\bin\jndi.jar
> > > > tdk\share\lib\jndi-1.2.1.jar
> > > >
> > > > I don't have:
> > > >
> > > > tdk\common\lub\jndi.jar
> > > >
> > > >
> > > > I have the following configuration working with TDK2.1 and Catalina.
> (I
> > > am
> > > > able to do JNDI lookups and work with my EJB's)
> > > >
> > > > Here is the updated file list for TDK 2.1
> > > >
> > > > Files in WEB-INF/lib
> > > >
> > > > README.txt            jakarta-regexp-1.3-dev.jar  junit-3.2.jar
> > > > velocity-1.2-dev.jar
> > > > activation-1.0.1.jar  jboss-client.jar            log4j-1.1.jar
> > > > village-1.5.1.jar
> > > > eaglebeans.jar        jbossmq-client.jar          mail-1.2.jar
> > > > xalan-1.2.1.jar
> > > > ecs-1.4.1.jar         jbosssx-client.jar          mm.mysql-2.0.4.jar
> > > > xerces-1.3.0.jar
> > > > ejb.jar               jdbc-se2.0.jar              oro.jar
> > > > xmlrpc.jar
> > > > hsql.jar              jdbc2_0-stdext.jar          postgresql.jar
> > > > httpunit.jar          jnp-client.jar              sapdbc.jar
> > > > idb.jar               jta1.0.1.jar                turbine-2.1.jar
> > > >
> > > > -eaglebeans.jar is the jar file containing my EJB's
> > > > -the files moved from jboss/client are:
> > > > -ejb.jar
> > > > -jboss-client.jar
> > > > -jbossmq-client.jar
> > > > -jbosssx-client.jar
> > > > -jnp-client.jar
> > > > - everything else should be standard to the TDK install.
> > > >
> > > >
> > > > THIS IS THE CLASSPATH USED WITH CATALINA:
> > > >
> > > > [root@remote bin]# ./startup.sh
> > > > Guessing CATALINA_HOME from catalina.sh to ./..
> > > > Setting CATALINA_HOME to ./..
> > > > Using CLASSPATH:
> > > >
> > > ./../bin/bootstrap.jar:./../bin/servlet.jar:./../bin/naming.jar:/u
> > > sr/java/jd
> > > > k1.3/lib/tools.jar
> > > > Using CATALINA_HOME: ./..
> > > > Starting service Tomcat-Standalone
> > > > Apache Tomcat/4.0-dev
> > > > Starting service Tomcat-Apache
> > > > Apache Tomcat/4.0-dev
> > > >
> > > >
> > > > THIS IS THE STARTUP SCRIPT USED
> > > >
> > > >
> > > > #!/bin/sh
> > > >
> > > #
> >
> >
> --------------------------------------------------------------------------
>
> > > > ---
> > > > # startup.sh - Start Script for the CATALINA Server
> > > > #
> > > > # $Id: startup.sh,v 1.1 2000/08/11 05:22:16 craigmcc Exp $
> > > >
> > > #
> >
> >
> --------------------------------------------------------------------------
> > > > ---
> > > >
> > > > BASEDIR=`dirname $0`
> > > > $BASEDIR/catalina.sh run -nonaming "$@"
> > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to