You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by mroosendaal <mr...@sogyo.nl> on 2001/06/20 14:24:18 UTC

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" <jo...@murphyfutures.com>
To: <tu...@jakarta.apache.org>
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:/usr/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: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>

RE: unknown protocol: jndi (John Menke)

Posted by John Menke <jo...@murphyfutures.com>.
Maarten,

Here are my directory listings: (ls is dir on unix)



[root@remote /root]# cd /usr/local/tdk
[root@remote tdk]# ls
#RELEASE-NOTES-4.0-B1.txt#  README_FIRST.txt          jasper
murphy.props   newapp.sh~  win98.sh
#murphy-schema.xml#         RELEASE-NOTES-4.0-B1.txt  lib
newapp.bat     newapp.xml  work
#newapp.sh#                 bin                       logs
newapp.props   server
LICENSE                     conf                      murphy-schema.xml
newapp.props~  share
NEW_SPECS.txt               examples                  murphy.properties
newapp.sh      webapps
[root@remote tdk]# cd bin
[root@remote bin]# ls
#catalina.sh#  catalina.sh   cpappend.bat  jndi.jar      jspc.sh
shutdown.bat  startup.sh
bootstrap.jar  catalina.sh~  jasper.bat    jpappend.bat  naming.jar
shutdown.sh   startup.sh~
catalina.bat   core          jasper.sh     jspc.bat      servlet.jar
startup.bat
[root@remote bin]# cd ..
[root@remote tdk]# ls
#RELEASE-NOTES-4.0-B1.txt#  README_FIRST.txt          jasper
murphy.props   newapp.sh~  win98.sh
#murphy-schema.xml#         RELEASE-NOTES-4.0-B1.txt  lib
newapp.bat     newapp.xml  work
#newapp.sh#                 bin                       logs
newapp.props   server
LICENSE                     conf                      murphy-schema.xml
newapp.props~  share
NEW_SPECS.txt               examples                  murphy.properties
newapp.sh      webapps
[root@remote tdk]# cd server
[root@remote server]# ls
catalina.jar  crimson.jar  jakarta-regexp-1.2.jar  jaxp.jar  warp.jar
[root@remote server]# cd ..
[root@remote tdk]# cd lib
[root@remote lib]# ls
ant.jar  jasper-runtime.jar  namingfactory.jar
[root@remote lib]# cd server
bash: server: No such file or directory
[root@remote lib]# cd ..
[root@remote tdk]# cd server
[root@remote server]# ls
catalina.jar  crimson.jar  jakarta-regexp-1.2.jar  jaxp.jar  warp.jar
[root@remote server]# cd ..
[root@remote tdk]# cd share
[root@remote share]# ls
common  conf  flux  tdk-lib  velocity
[root@remote share]# cd common
[root@remote common]# ls
build  turbine-web.xml  web.xml
[root@remote common]# cd ..
[root@remote share]# cd tdk-lib
[root@remote tdk-lib]# ls
README.txt                  jdbc-se2.0.jar      log4j-1.0.4.jar
village-1.5.1-dev.jar
activation-1.0.1.jar        jdbc2_0-stdext.jar  mail-1.2.jar
xalan-1.2.1.jar
ecs-1.4.1.jar               jndi-1.2.1.jar      mm.mysql-2.0.4.jar
xerces-1.3.0.jar
hsql.jar                    jta1.0.1.jar
turbine-2.1-dev-unreleased.jar  xmlrpc.jar
jakarta-regexp-1.3-dev.jar  junit-3.2.jar       velocity-1.0b2-dev.jar
[root@remote tdk-lib]# cd webapps
bash: webapps: No such file or directory
[root@remote tdk-lib]# cd ..
[root@remote share]# cd /usr/local/tdk/webapps
[root@remote webapps]# ls
eagle  murphy  newapp  site
[root@remote webapps]# cd eagle
[root@remote eagle]# ls
WEB-INF  images  logs  resources  templates
[root@remote eagle]# ls WEB-INF
bak      conf                    eagleinfosystems.html~1~
eagleinfosystems.jpr.local~  src
build    eagleinfosystems.html   eagleinfosystems.jpr
eagleinfosystems.jpr~        web.xml
classes  eagleinfosystems.html~  eagleinfosystems.jpr.local  lib
web.xml~
[root@remote eagle]# cd lib
bash: lib: No such file or directory
[root@remote eagle]# ls
WEB-INF  images  logs  resources  templates
[root@remote eagle]# cd WEB-INF
[root@remote WEB-INF]# ls
bak      conf                    eagleinfosystems.html~1~
eagleinfosystems.jpr.local~  src
build    eagleinfosystems.html   eagleinfosystems.jpr
eagleinfosystems.jpr~        web.xml
classes  eagleinfosystems.html~  eagleinfosystems.jpr.local  lib
web.xml~
[root@remote WEB-INF]# cd lib
[root@remote lib]# ls
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
[root@remote lib]# cd ..
[root@remote WEB-INF]#



> -----Original Message-----
> From: mroosendaal [mailto:mroosendaal@sogyo.nl]
> Sent: Friday, June 22, 2001 8:33 AM
> To: turbine-user@jakarta.apache.org
> Subject: Re: unknown protocol: jndi (John Menke)
>
>
> Nothing seems to be working. I tried juggling the
> jndi.jar's,changing code,
> etc..
> I've attached the client.java, maybe there is something wrong but i don;t
> think so (it worked via a Test.java).
>
> Can it have something to do with J2EE (i installed it and put the
> J2EE_HOME
> in the classpath).
> There's also one thing that's a bit strange (i'll try anything at this
> point). When starting up Jboss the following seqence appears in
> the start-up
> sequence.
> [J2EE Deployer Default] Starting
> [J2EE Deployer Default] No web container found - only EJB deployment
> available.
> [J2EE Deployer Default] Cleaning up deployment directory
> [J2EE Deployer Default] Started
>
> I did a netstat to see if there was something strange. I know i'm
> pushing it
> here but could you send me some screenshots of you dir-structure
> in TDK for:
> bin
> common\lib
> lib
> server
> server\lib
> share\lib
> If this doesn't work i don't know what will.
>
> Thanks,
> Maarten
> ----- Original Message -----
> From: "John Menke" <jo...@murphyfutures.com>
> To: <tu...@jakarta.apache.org>
> Sent: Thursday, June 21, 2001 4:21 PM
> Subject: RE: unknown protocol: jndi (John Menke)
>
>
> > Maarten, here is the TR.p file.
> >
> >
> > > -----Original Message-----
> > > From: mroosendaal [mailto:mroosendaal@sogyo.nl]
> > > Sent: Thursday, June 21, 2001 6:48 AM
> > > To: turbine-user@jakarta.apache.org
> > > Subject: Re: unknown protocol: jndi (John Menke)
> > >
> > >
> > > Could you sent me your TurbineProperties file?
> > >
> > > Thanks,
> > > Maarten
> > > ----- Original Message -----
> > > From: "John Menke" <jo...@murphyfutures.com>
> > > To: <tu...@jakarta.apache.org>
> > > Sent: Wednesday, June 20, 2001 4:40 PM
> > > Subject: RE: unknown protocol: jndi (John Menke)
> > >
> > >
> > > > 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:mroosendaal@sogyo.nl]
> > > > > Sent: Wednesday, June 20, 2001 9:33 AM
> > > > > To: turbine-user@jakarta.apache.org
> > > > > 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" <jo...@murphyfutures.com>
> > > > > To: <tu...@jakarta.apache.org>
> > > > > 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:mroosendaal@sogyo.nl]
> > > > > > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > > > > > To: turbine-user@jakarta.apache.org
> > > > > > > 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" <jo...@murphyfutures.com>
> > > > > > > To: <tu...@jakarta.apache.org>
> > > > > > > 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:
> > > turbine-user-unsubscribe@jakarta.apache.org
> > > > > > > > For additional commands, e-mail:
> > > > > turbine-user-help@jakarta.apache.org
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> turbine-user-unsubscribe@jakarta.apache.org
> > > > > > For additional commands, e-mail:
> > > turbine-user-help@jakarta.apache.org
> > > > >
> > > > >
> > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> turbine-user-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
>
>
> ------------------------------------------------------------------
> ----------
> ----
>
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: unknown protocol: jndi (John Menke)

Posted by mroosendaal <mr...@sogyo.nl>.
Nothing seems to be working. I tried juggling the jndi.jar's,changing code,
etc..
I've attached the client.java, maybe there is something wrong but i don;t
think so (it worked via a Test.java).

Can it have something to do with J2EE (i installed it and put the J2EE_HOME
in the classpath).
There's also one thing that's a bit strange (i'll try anything at this
point). When starting up Jboss the following seqence appears in the start-up
sequence.
[J2EE Deployer Default] Starting
[J2EE Deployer Default] No web container found - only EJB deployment
available.
[J2EE Deployer Default] Cleaning up deployment directory
[J2EE Deployer Default] Started

I did a netstat to see if there was something strange. I know i'm pushing it
here but could you send me some screenshots of you dir-structure in TDK for:
bin
common\lib
lib
server
server\lib
share\lib
If this doesn't work i don't know what will.

Thanks,
Maarten
----- Original Message -----
From: "John Menke" <jo...@murphyfutures.com>
To: <tu...@jakarta.apache.org>
Sent: Thursday, June 21, 2001 4:21 PM
Subject: RE: unknown protocol: jndi (John Menke)


> Maarten, here is the TR.p file.
>
>
> > -----Original Message-----
> > From: mroosendaal [mailto:mroosendaal@sogyo.nl]
> > Sent: Thursday, June 21, 2001 6:48 AM
> > To: turbine-user@jakarta.apache.org
> > Subject: Re: unknown protocol: jndi (John Menke)
> >
> >
> > Could you sent me your TurbineProperties file?
> >
> > Thanks,
> > Maarten
> > ----- Original Message -----
> > From: "John Menke" <jo...@murphyfutures.com>
> > To: <tu...@jakarta.apache.org>
> > Sent: Wednesday, June 20, 2001 4:40 PM
> > Subject: RE: unknown protocol: jndi (John Menke)
> >
> >
> > > 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:mroosendaal@sogyo.nl]
> > > > Sent: Wednesday, June 20, 2001 9:33 AM
> > > > To: turbine-user@jakarta.apache.org
> > > > 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" <jo...@murphyfutures.com>
> > > > To: <tu...@jakarta.apache.org>
> > > > 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:mroosendaal@sogyo.nl]
> > > > > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > > > > To: turbine-user@jakarta.apache.org
> > > > > > 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" <jo...@murphyfutures.com>
> > > > > > To: <tu...@jakarta.apache.org>
> > > > > > 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:
> > turbine-user-unsubscribe@jakarta.apache.org
> > > > > > > For additional commands, e-mail:
> > > > turbine-user-help@jakarta.apache.org
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
turbine-user-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> > turbine-user-help@jakarta.apache.org
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
turbine-user-help@jakarta.apache.org
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

RE: unknown protocol: jndi (John Menke)

Posted by John Menke <jo...@murphyfutures.com>.
Maarten, here is the TR.p file.


> -----Original Message-----
> From: mroosendaal [mailto:mroosendaal@sogyo.nl]
> Sent: Thursday, June 21, 2001 6:48 AM
> To: turbine-user@jakarta.apache.org
> Subject: Re: unknown protocol: jndi (John Menke)
>
>
> Could you sent me your TurbineProperties file?
>
> Thanks,
> Maarten
> ----- Original Message -----
> From: "John Menke" <jo...@murphyfutures.com>
> To: <tu...@jakarta.apache.org>
> Sent: Wednesday, June 20, 2001 4:40 PM
> Subject: RE: unknown protocol: jndi (John Menke)
>
>
> > 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:mroosendaal@sogyo.nl]
> > > Sent: Wednesday, June 20, 2001 9:33 AM
> > > To: turbine-user@jakarta.apache.org
> > > 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" <jo...@murphyfutures.com>
> > > To: <tu...@jakarta.apache.org>
> > > 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:mroosendaal@sogyo.nl]
> > > > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > > > To: turbine-user@jakarta.apache.org
> > > > > 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" <jo...@murphyfutures.com>
> > > > > To: <tu...@jakarta.apache.org>
> > > > > 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:
> turbine-user-unsubscribe@jakarta.apache.org
> > > > > > For additional commands, e-mail:
> > > turbine-user-help@jakarta.apache.org
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

Re: unknown protocol: jndi (John Menke)

Posted by mroosendaal <mr...@sogyo.nl>.
Could you sent me your TurbineProperties file?

Thanks,
Maarten
----- Original Message -----
From: "John Menke" <jo...@murphyfutures.com>
To: <tu...@jakarta.apache.org>
Sent: Wednesday, June 20, 2001 4:40 PM
Subject: RE: unknown protocol: jndi (John Menke)


> 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:mroosendaal@sogyo.nl]
> > Sent: Wednesday, June 20, 2001 9:33 AM
> > To: turbine-user@jakarta.apache.org
> > 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" <jo...@murphyfutures.com>
> > To: <tu...@jakarta.apache.org>
> > 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:mroosendaal@sogyo.nl]
> > > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > > To: turbine-user@jakarta.apache.org
> > > > 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" <jo...@murphyfutures.com>
> > > > To: <tu...@jakarta.apache.org>
> > > > 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:
turbine-user-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> > turbine-user-help@jakarta.apache.org
> > > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: unknown protocol: jndi (John Menke)

Posted by John Menke <jo...@murphyfutures.com>.
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:mroosendaal@sogyo.nl]
> Sent: Wednesday, June 20, 2001 9:33 AM
> To: turbine-user@jakarta.apache.org
> 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" <jo...@murphyfutures.com>
> To: <tu...@jakarta.apache.org>
> 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:mroosendaal@sogyo.nl]
> > > Sent: Wednesday, June 20, 2001 8:24 AM
> > > To: turbine-user@jakarta.apache.org
> > > 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" <jo...@murphyfutures.com>
> > > To: <tu...@jakarta.apache.org>
> > > 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: turbine-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> > > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: unknown protocol: jndi (John Menke)

Posted by mroosendaal <mr...@sogyo.nl>.
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" <jo...@murphyfutures.com>
To: <tu...@jakarta.apache.org>
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:mroosendaal@sogyo.nl]
> > Sent: Wednesday, June 20, 2001 8:24 AM
> > To: turbine-user@jakarta.apache.org
> > 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" <jo...@murphyfutures.com>
> > To: <tu...@jakarta.apache.org>
> > 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: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> > >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: unknown protocol: jndi (John Menke)

Posted by John Menke <jo...@murphyfutures.com>.
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:mroosendaal@sogyo.nl]
> Sent: Wednesday, June 20, 2001 8:24 AM
> To: turbine-user@jakarta.apache.org
> 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" <jo...@murphyfutures.com>
> To: <tu...@jakarta.apache.org>
> 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: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org