Tomcat startup error

2005-06-16 Thread marco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

if i start tomcat 5.5.9 i get the following AssertionError:
Exception in thread main java.lang.ExceptionInInitializerError
Caused by: org.apache.commons.logging.LogConfigurationException: 
java.lang.AssertionError (Caused by java.lang.AssertionError)
at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:538)
at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
at org.apache.catalina.startup.Bootstrap.clinit(Bootstrap.java:53)
Caused by: java.lang.AssertionError
at 
org.apache.juli.ClassLoaderLogManager$LogNode.findParentLogger(ClassLoaderLogManager.java:434)
at 
org.apache.juli.ClassLoaderLogManager.addLogger(ClassLoaderLogManager.java:118)
at java.util.logging.Logger.getLogger(Logger.java:232)
at 
org.apache.commons.logging.impl.Jdk14Logger.getLogger(Jdk14Logger.java:152)
at 
org.apache.commons.logging.impl.Jdk14Logger.init(Jdk14Logger.java:53)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
... 4 more

my JAVA_OPTS are
JAVA_OPTS=-Xms256m -Xmx384m -ea
assertions are enabled for my webapp-tests.

what's wrong?

marco machmer

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCsZ8POREMKO0oAdcRAozZAKCuHp/YihVRjAW/LNOx8mNfDZ1jTACgrmBk
PHUhV0HoKPvekbXXLyFrfb8=
=G+N9
-END PGP SIGNATURE-

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



tomcat startup error

2005-03-03 Thread t.n.a.
I'm using eclipse and sysdeo. I attempted to make a small prototype 
application, but I can't get tomcat to start.
This is what tomcat says when I try:

SEVERE: Error deploying configuration descriptor klapa9.xml
java.lang.NoClassDefFoundError: org/apache/log4j/Layout
klapa9.xml looks like this:
Context path=/klapa9 docBase=D:/posao/klapa9/context debug=6/
My project is obviously in D:/posao/klapa9/.
I started with tomcat 5.5.7 as well as 5.0.28 and got nowhere. Any ideas 
what I'm doing wrong?

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


Startup error Tomcat 5.5.4 and jdk1.5.0 on Fedora

2004-11-28 Thread Phill Ashworth
Hi
I'm running Tomcat 5.5.4 with jdk1.5.0 on a Fedora Core 3 system.
When I start Tomcat as a non-root user I get the Java HotSpot error 
below and then Tomcat loads.
I have changed the whole Tomcat directory permissions to the user and 
group I want Tomcat to run as, I'm using the supplied Tomcat5.sh with 
all the variables correctly set and the error doesn't occur when I 
start Tomcat as root.

Java HotSpot(TM) Client VM warning: Can't detect initial thread stack 
location - find_vma failed
28-Nov-2004 15:22:19 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8090
28-Nov-2004 15:22:19 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1245 ms
28-Nov-2004 15:22:20 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina


From Tomcat5.sh:
JAVA_HOME=/usr/local/java/jdk1.5.0
CATALINA_HOME=/usr/local/java/jakarta-tomcat-5.5.4
DAEMON_HOME=/usr/local/java/jakarta-tomcat-5.5.4/bin
TOMCAT_USER=tomcat5
TMP_DIR=/var/tmp
CATALINA_OPTS=-Xmx128m
CLASSPATH=\
$JAVA_HOME/lib/tools.jar:\
$CATALINA_HOME/bin/commons-daemon.jar:\
$CATALINA_HOME/bin/bootstrap.jar
  start)
#
# Start Tomcat
#
$DAEMON_HOME/jsvc \
-home $JAVA_HOME \
-Dcatalina.home=$CATALINA_HOME \
-Djava.io.tmpdir=$TMP_DIR \
-outfile $CATALINA_HOME/logs/catalina.out \
-errfile '1' \
$CATALINA_OPTS \
-cp $CLASSPATH \
-user $TOMCAT_USER \
org.apache.catalina.startup.Bootstrap
I'd be grateful for some suggestions.
Thanks
Phil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tomcat startup error.

2004-11-22 Thread g k
Hi
I am new to Tomcat. I have version 5.0.25 installed on my pc. When i startup 
tomcat using the startup.bat i get the following error (apologies for the 
long details).

22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8081
22-Nov-2004 16:13:54 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1762 ms
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.25
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL 
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\admin.xml
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=tru
e
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.struts.action.ActionResources', 
returnNul
l=true
22-Nov-2004 16:13:56 org.apache.struts.util.PropertyMessageResources init
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', 
retur
nNull=true
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL 
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\balancer.xml
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL 
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\manager.xml
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL 
file:C:\
jakarta-tomcat-5.0.25\webapps\jsp-examples
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /legacypas from URL 
file:C:\jak
arta-tomcat-5.0.25\webapps\legacypas
16:14:02,806 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:88] - 
DEBUG
- MessageHandler Using the following Properties :
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:89] - 
DEBUG
- Queue Name : et_LegacyAsyncWebRequest
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:90] - 
DEBUG
- Port Number : 24056
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:91] - 
DEBUG
- Host Name : localhost
16:14:08,284 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:118] - 
ERROR
- JMS Exception Encountered: javax.jms.JMSException: Could not connect to 
host:
localhost, port: 24056
Log4j : /tmp/log4j/log4j.properties
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL 
file:C:\jakarta-tomca
t-5.0.25\webapps\ROOT
22-Nov-2004 16:14:09 org.apache.commons.modeler.Registry registerComponent
SEVERE: Null component 
Catalina:type=JspMonitor,WebModule=//localhost/,J2EEAppli
cation=none,J2EEServer=none
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer install
INFO: Error installing
org.apache.commons.logging.LogConfigurationException: 
java.lang.ClassNotFoundExc
eption: org.apache.commons.logging.impl.Log4jFactory
   at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609)
   at java.security.AccessController.doPrivileged(Native Method)
   at 
org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561)

   at 
org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:298)

   at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
   at 
org.apache.catalina.session.ManagerBase.init(ManagerBase.java:63)
   at 
org.apache.catalina.session.StandardManager.init(StandardManager.ja
va:64)
   at 
org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig
.java:315)
   at 
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:63
5)
   at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfi
g.java:216)
   at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
   at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4
268)
   at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:823)
   at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
7)
   at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)

   at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDep
loyer.java:277)
   at 

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav

... and to add to my previous message, also check out the Tomcat FAQ's
section on logging with log4j and commons-logging.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: g k [mailto:[EMAIL PROTECTED]
Sent: Monday, November 22, 2004 11:16 AM
To: [EMAIL PROTECTED]
Subject: Tomcat startup error.

Hi

I am new to Tomcat. I have version 5.0.25 installed on my pc. When i
startup
tomcat using the startup.bat i get the following error (apologies for
the
long details).

22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8081
22-Nov-2004 16:13:54 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1762 ms
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.25
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\admin.xml
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=tru
e
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNul
l=true
22-Nov-2004 16:13:56 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources',
retur
nNull=true
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\balancer.xml
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\manager.xml
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /jsp-examples from URL
file:C:\
jakarta-tomcat-5.0.25\webapps\jsp-examples
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /legacypas from URL
file:C:\jak
arta-tomcat-5.0.25\webapps\legacypas
16:14:02,806 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:88]
-
DEBUG
- MessageHandler Using the following Properties :
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:89]
-
DEBUG
- Queue Name : et_LegacyAsyncWebRequest
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:90]
-
DEBUG
- Port Number : 24056
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:91]
-
DEBUG
- Host Name : localhost
16:14:08,284 [MessageAsyncHandler.java] [MessageAsyncHandler]
[init:118] -
ERROR
- JMS Exception Encountered: javax.jms.JMSException: Could not connect
to
host:
localhost, port: 24056
Log4j : /tmp/log4j/log4j.properties
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path  from URL
file:C:\jakarta-tomca
t-5.0.25\webapps\ROOT
22-Nov-2004 16:14:09 org.apache.commons.modeler.Registry
registerComponent
SEVERE: Null component
Catalina:type=JspMonitor,WebModule=//localhost/,J2EEAppli
cation=none,J2EEServer=none
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer
install
INFO: Error installing
org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundExc
eption: org.apache.commons.logging.impl.Log4jFactory
at
org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561)

at
org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:298)

at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
at
org.apache.catalina.session.ManagerBase.init(ManagerBase.java:63)
at
org.apache.catalina.session.StandardManager.init(StandardManager.ja
va:64)
at
org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig
.java:315)
at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:63
5)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfi
g.java:216)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4
268)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:823

RE: Tomcat startup error.

2004-11-22 Thread Shapira, Yoav

Hi,
This is not an out-of-the-box Tomcat.  Modify your log4j properties so
that they don't look for a non-existent (or not running) JMS server ;)

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: g k [mailto:[EMAIL PROTECTED]
Sent: Monday, November 22, 2004 11:16 AM
To: [EMAIL PROTECTED]
Subject: Tomcat startup error.

Hi

I am new to Tomcat. I have version 5.0.25 installed on my pc. When i
startup
tomcat using the startup.bat i get the following error (apologies for
the
long details).

22-Nov-2004 16:13:53 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8081
22-Nov-2004 16:13:54 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1762 ms
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.25
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
22-Nov-2004 16:13:54 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\admin.xml
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=tru
e
22-Nov-2004 16:13:55 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNul
l=true
22-Nov-2004 16:13:56 org.apache.struts.util.PropertyMessageResources
init
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources',
retur
nNull=true
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\balancer.xml
22-Nov-2004 16:14:00 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\jakarta-tomcat-5.0.25\co
nf\Catalina\localhost\manager.xml
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /jsp-examples from URL
file:C:\
jakarta-tomcat-5.0.25\webapps\jsp-examples
22-Nov-2004 16:14:01 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /legacypas from URL
file:C:\jak
arta-tomcat-5.0.25\webapps\legacypas
16:14:02,806 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:88]
-
DEBUG
- MessageHandler Using the following Properties :
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:89]
-
DEBUG
- Queue Name : et_LegacyAsyncWebRequest
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:90]
-
DEBUG
- Port Number : 24056
16:14:02,836 [MessageAsyncHandler.java] [MessageAsyncHandler] [init:91]
-
DEBUG
- Host Name : localhost
16:14:08,284 [MessageAsyncHandler.java] [MessageAsyncHandler]
[init:118] -
ERROR
- JMS Exception Encountered: javax.jms.JMSException: Could not connect
to
host:
localhost, port: 24056
Log4j : /tmp/log4j/log4j.properties
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path  from URL
file:C:\jakarta-tomca
t-5.0.25\webapps\ROOT
22-Nov-2004 16:14:09 org.apache.commons.modeler.Registry
registerComponent
SEVERE: Null component
Catalina:type=JspMonitor,WebModule=//localhost/,J2EEAppli
cation=none,J2EEServer=none
22-Nov-2004 16:14:09 org.apache.catalina.core.StandardHostDeployer
install
INFO: Error installing
org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundExc
eption: org.apache.commons.logging.impl.Log4jFactory
at
org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561)

at
org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:298)

at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
at
org.apache.catalina.session.ManagerBase.init(ManagerBase.java:63)
at
org.apache.catalina.session.StandardManager.init(StandardManager.ja
va:64)
at
org.apache.catalina.startup.ContextConfig.managerConfig(ContextConfig
.java:315)
at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:63
5)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfi
g.java:216)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4
268)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:823

Jni Error on Startup [error] workerEnv.initChannel() init failed for channel.jni:jni

2004-09-24 Thread Curles, Michael L
Trying to run Apache 2.0.50 mod_jk2 Tomcat 5.0.28 on Windows 2000 as 
in-process... Receive the following
in Apache error log.  Any ideas on what I may be missing/doing wrong?

[error] workerEnv.initChannel() init failed for channel.jni:jni
[Fri Sep 24 15:40:11 2004] [error] workerEnv.initWorkers() init failed for 
worker.jni:onStartup
[Fri Sep 24 15:40:11 2004] [error] workerEnv.initWorkers() init failed for 
worker.jni:onShutdown


workers.properties:



[config:]
file=c:/Program Files/Apache Group/Apache2/conf/workers2.properties
debug=0
debugEnv=0

[shm]
file=c:/Program Files/Apache Group/Apache2/logs/jk2.shm
size=10485760

# Define the communication channel
[channel.socket:192.62.22.154:8009]
tomcatId=192.62.22.154:8009
[ajp13:192.62.22.154:8009]
channel=channel.socket:192.62.22.154:8009

# Define the comunication channel 
[channel.jni:jni]
info=The jni channel, used if tomcat is started inprocess

# Define the parameters for the Java Virtual Machine
[vm:]
info=Parameters used to load a JVM in the server process

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar
OPT=-Dtomcat.home=c:/tomcat
OPT=-Dcatalina.home=c:/tomcat
OPT=-Xmx128M

# JNI worker startup handler
[worker.jni:onStartup]
info=Command to be executed by the VM on startup. This one will start tomcat. 
class=org/apache/jk/apr/TomcatStarter
ARG=start
stdout=c:/Program Files/Apache Group/Apache2/logs/stdout.log 
stderr=c:/Program Files/Apache Group/Apache2/logs/stderr.log

# JNI worker shutdown handler
[worker.jni:onShutdown]
info=Command to be executed by the VM on shutdown. This one will stop tomcat. 
class=org/apache/jk/apr/TomcatStarter
ARG=stop

[status:]
info=Status worker, displays runtime information
channel=channel.socket:192.62.22.154:8009

[uri:/status/*]
worker=status:192.62.22.154:8009
group=status:

# Uri mapping
[uri:/examples]
info=Example webapp in the default context.
context=/examples

[uri:/examples/*]
info=Map the whole webapp

# Uri mapping
[uri:/cmplus]
info=Example webapp in the default context.
context=/cmplus

[uri:/cmplus/*]
info=Map the whole webapp


j2.properties



#Shared memory directive
shm.file=c:/Program Files/Apache Group/Apache2/logs/jk2.shm
size=10485760

# Set the desired handler list 
handler.list=apr,request,channelJni

# If set to inprocess the mod_jk2 will Register natives itself 
# This will enable the starting of the Tomcat from mod_jk2
apr.jniModeSo=inprocess





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



RE: Tomcat startup error

2004-08-13 Thread Shapira, Yoav
Hola,
Also make sure you installed Tomcat properly, specifically using gtar
(the GNU tar) instead of the normal tar if unpacking a .tar.gz
distribution.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 12, 2004 6:28 PM
To: Tomcat Users List
Subject: Re: Tomcat startup error

On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote:
: We're running tomcat 4.1 on redhat linux 9, when I try to start the
service
: it it fails. The following is located in the catalina.out file:
:
: java.util.zip.ZipException: No such file or directory
: at java.util.zip.ZipFile.open(Native Method)
: at java.util.zip.ZipFile.init(ZipFile.java:112)
: at java.util.jar.JarFile.init(JarFile.java:127)
: at java.util.jar.JarFile.init(JarFile.java:65)
: at
:
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Un
know
n
: Source)

Likely a permissions problem in one of the directories mentioned below.
This has bitten me before...


: Anybody have a clue? I haven't really working with tomcat before,
don't
know
: where to start to look? If it gave the name of a conf file error or
the
: actual file that was missing that would be a help...

Given the class, likely it's one of the Tomcat standard repositories
(common/lib or shared/lib) or your webapp's WEB-INF/lib.

(This is based on a hunch; I have *not* read the code ;)

-QM


--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



Tomcat startup error

2004-08-12 Thread Techs
We're running tomcat 4.1 on redhat linux 9, when I try to start the service
it it fails. The following is located in the catalina.out file:
 
java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.init(ZipFile.java:112)
at java.util.jar.JarFile.init(JarFile.java:127)
at java.util.jar.JarFile.init(JarFile.java:65)
at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Unknown
Source)
at org.apache.catalina.loader.StandardClassLoader.init(Unknown
Source)
at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Unknown
Source)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
Bootstrap: Class loader creation threw exception
java.lang.IllegalArgumentException: addRepositoryInternal:
java.util.zip.ZipException: No such file or directory
at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Unknown
Source)
at org.apache.catalina.loader.StandardClassLoader.init(Unknown
Source)
at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Unknown
Source)
at org.apache.catalina.startup.Bootstrap.main(Unknown Source)
 
Anybody have a clue? I haven't really working with tomcat before, don't know
where to start to look? If it gave the name of a conf file error or the
actual file that was missing that would be a help...
 
---
Ryan Bohn
Sys Admin  Tech Support
 


Re: Tomcat startup error

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 02:30:37PM -0700, Techs wrote:
: We're running tomcat 4.1 on redhat linux 9, when I try to start the service
: it it fails. The following is located in the catalina.out file:
:  
: java.util.zip.ZipException: No such file or directory
: at java.util.zip.ZipFile.open(Native Method)
: at java.util.zip.ZipFile.init(ZipFile.java:112)
: at java.util.jar.JarFile.init(JarFile.java:127)
: at java.util.jar.JarFile.init(JarFile.java:65)
: at
: org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Unknown
: Source)

Likely a permissions problem in one of the directories mentioned below.
This has bitten me before...


: Anybody have a clue? I haven't really working with tomcat before, don't know
: where to start to look? If it gave the name of a conf file error or the
: actual file that was missing that would be a help...

Given the class, likely it's one of the Tomcat standard repositories
(common/lib or shared/lib) or your webapp's WEB-INF/lib.

(This is based on a hunch; I have *not* read the code ;)

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



startup error

2004-06-28 Thread Mendo, Anthony J.
I am new to Tomcat and need some help just getting started.
The error I am getting is:
The CATALINA_HOME environment variable is not defined correctly...

In the RUNNING.txt file states:

There are two techniques by which Tomcat 4.0 can be started:

* Via an environment variable:
  - Set an environment variable CATALINA_HOME to the path of the directory
into which you have installed Tomcat 4.0.
  - Execute the shell command:

  %CATALINA_HOME%\bin\startup (Windows)


* By modifying your current working directory:
  - Execute the following shell commands:

  cd %CATALINA_HOME%\bin  (Windows)
  startup (Windows)

 
But where am I suppost to point?
my install is:
c:\tomcat

thanks in advance

AJ

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



Re: startup error

2004-06-28 Thread Woodchuck
hi,

i would recommend you do the first technique, which is to set an
environment variable in windows called CATALINA_HOME.  the value in
your case would be c:\tomcat (without the quotes)

do you know how to do this?  (which operating system are you using?)


--- Mendo, Anthony J. [EMAIL PROTECTED] wrote:
 I am new to Tomcat and need some help just getting started.
 The error I am getting is:
 The CATALINA_HOME environment variable is not defined correctly...
 
 In the RUNNING.txt file states:
 
 There are two techniques by which Tomcat 4.0 can be started:
 
 * Via an environment variable:
   - Set an environment variable CATALINA_HOME to the path of the
 directory
 into which you have installed Tomcat 4.0.
   - Execute the shell command:
 
   %CATALINA_HOME%\bin\startup (Windows)
 
 
 * By modifying your current working directory:
   - Execute the following shell commands:
 
   cd %CATALINA_HOME%\bin  (Windows)
   startup (Windows)
 
  
 But where am I suppost to point?
 my install is:
 c:\tomcat
 
 thanks in advance
 
 AJ
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 




__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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



Re: startup error

2004-06-28 Thread Giuseppe Briotti
 But where am I suppost to point?
 my install is:
 c:\tomcat
 

Thus for you %CATALINA_HOME% = C:\tomcat

G


--

Giuseppe Briotti
[EMAIL PROTECTED]

Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius.
 (Orazio)



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



RE: startup error

2004-06-28 Thread Mendo, Anthony J.
thanks but no joy. I had that.


-Original Message-
From: Giuseppe Briotti [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 2:56 PM
To: [EMAIL PROTECTED]
Subject: Re: startup error


 But where am I suppost to point?
 my install is:
 c:\tomcat
 

Thus for you %CATALINA_HOME% = C:\tomcat

G


--

Giuseppe Briotti
[EMAIL PROTECTED]

Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius.
 (Orazio)



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



RE: startup error

2004-06-28 Thread Hans
Hi,
when in your command prompt and you execute echo %CATALINA_HOME% do you 
actually see c:\tomcat being printed?
Because I don't think that %CATALINA_HOME%=c:\tomcat is going to work.

Should be something like SET CATALINA_HOME=c:\tomcat
greetz
Hans
At 12:09 28/06/2004 -0700, you wrote:
thanks but no joy. I had that.
-Original Message-
From: Giuseppe Briotti [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 2:56 PM
To: [EMAIL PROTECTED]
Subject: Re: startup error
 But where am I suppost to point?
 my install is:
 c:\tomcat

Thus for you %CATALINA_HOME% = C:\tomcat
G
--
Giuseppe Briotti
[EMAIL PROTECTED]
Alme Sol, curru nitido diem qui
promis et celas aliusque et idem
nasceris, possis nihil urbe Roma
visere maius.
 (Orazio)

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


Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote:
thanks but no joy. I had that.
? So you open a command window and enter
C: echo %CATALINA_HOME%
and get what?
What version of Win* are you running?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

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


RE: startup error

2004-06-28 Thread Mendo, Anthony J.
Now I am getting different errors:

the variable value when opening the window is:
Variable Name: %CATALINA_HOME%
Variable Value: C:\tomcat

this is what displays...

C:\%CATALINA_HOME%
'C:\tomcat\bin\' is not recognized as an internal or external command,
operable program or batch file.

so if I try this...

C:\%CATALINA_HOME%startup
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

I am running on a windows machine.

Thanks,
AJ

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



RE: startup error

2004-06-28 Thread Hans
Hi,
your startup script might not be correct.
It can be found, however the script tells you, the CATALINA HOME is not 
set, but it is.
Correct the error in the startup script or fix the inconsistency in your 
output:

Variable Value: C:\tomcat
this is what displays...
C:\%CATALINA_HOME%
'C:\tomcat\bin\' is not recognized as an internal or external command,
means the value for CATALINA_HOME is tomcat\bin and not tomcat\ as you say
greetz,
Hans
At 12:45 28/06/2004 -0700, you wrote:
Now I am getting different errors:
the variable value when opening the window is:
Variable Name: %CATALINA_HOME%
Variable Value: C:\tomcat
this is what displays...
C:\%CATALINA_HOME%
'C:\tomcat\bin\' is not recognized as an internal or external command,
operable program or batch file.
so if I try this...
C:\%CATALINA_HOME%startup
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
I am running on a windows machine.
Thanks,
AJ
-
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]


Re: startup error

2004-06-28 Thread Hassan Schroeder
Mendo, Anthony J. wrote:
Now I am getting different errors:
the variable value when opening the window is:
Variable Name: %CATALINA_HOME%
Variable Value: C:\tomcat
this is what displays...
C:\%CATALINA_HOME%
'C:\tomcat\bin\' is not recognized as an internal or external command,
operable program or batch file.
Something's not matching up above; either you have CATALINA_HOME
set to C:\tomcat or C:\tomcat\bin -- which is it? It should be
the former...
so if I try this...
C:\%CATALINA_HOME%startup
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
What you'd enter, once your environment's correct, is
C: %CATALINA_HOME%\bin\startup.bat
or
C: %CATALINA_HOME%\bin\catalina.bat run
if you want to watch the messages in that window...
But mind the \s  :-)
I am running on a windows machine.
Yeah, got it -- what *version* of Windows?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.

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


Re: RE: startup error

2004-06-28 Thread Giuseppe Briotti
 Hi,
 when in your command prompt and you execute echo %CATALINA_HOME% 
 do you
 actually see c:\tomcat being printed?
 Because I don't think that %CATALINA_HOME%=c:\tomcat is going 
 to work.
 
 Should be something like SET CATALINA_HOME=c:\tomcat
 
 greetz
 Hans

Of course Hans, you're right :-
The problem is that the guy didn't tell us wich SO he's running :-)))

Thus my post means: put C:\tomcat in CATALINA_HOME 

 :-D

G


--

Giuseppe Briotti
[EMAIL PROTECTED]

Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius.
 (Orazio)



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



RE: startup error

2004-06-28 Thread FRANCOIS Dufour
try to add  java_home environement variable pointing to your jdk instalation 
directory
(drive leter:\folder that\ hold your jdk)
then add catalina_home  pointing to your tomcat folder
(drive leter:\folder that\ hold your tomcat container
should work im running 4.0 on my server it runs prety well here

[EMAIL PROTECTED]
administrateur http://entre-nous.qc.tc


From: Mendo, Anthony J. [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List (E-mail) [EMAIL PROTECTED]
Subject: startup error
Date: Mon, 28 Jun 2004 11:23:11 -0700
I am new to Tomcat and need some help just getting started.
The error I am getting is:
The CATALINA_HOME environment variable is not defined correctly...
In the RUNNING.txt file states:
There are two techniques by which Tomcat 4.0 can be started:
* Via an environment variable:
  - Set an environment variable CATALINA_HOME to the path of the directory
into which you have installed Tomcat 4.0.
  - Execute the shell command:
  %CATALINA_HOME%\bin\startup (Windows)
* By modifying your current working directory:
  - Execute the following shell commands:
  cd %CATALINA_HOME%\bin  (Windows)
  startup (Windows)
But where am I suppost to point?
my install is:
c:\tomcat
thanks in advance
AJ
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/

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


Tomcat 4.0.6 service startup error

2004-04-14 Thread rtfrench1
I'm receiving the following startup error for the Tomcat 4.0.6. It's loaded but just 
not starting either set up as a service or manual startup. This is the stdout.log file.

Create Catalina server
Exception during startup processing
java.lang.ClassNotFoundException: org.apache.catalina.startup.CatalinaService
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:1127)
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
at org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:397)


Any ideas where to start looking? My jarkarta virtual directory has a Not loaded 
status but it has priortiy high and green arrow pointing down. It's also set for 
executable access. 

Thank you,

Roger 
Houston,TX

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



Startup error Tomcat 4.

2003-11-21 Thread Bruchem, A. van (Alexander)
I have setup a Sun Solaris v9 system with Java 2 SDK 1.4.2 and Tomcat 4.1.29

Also updated from Sun the Recommended versions for v9.

 

I try to run Tomcat without Apache, so stand-alone. I set the JAVA_HOME to
/usr/j2se

This however won't work, if I look in catalina.out I have:

 

java.util.zip.ZipException: invalid END header (bad central directory
offset)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.init(ZipFile.java:112)

at java.util.jar.JarFile.init(JarFile.java:117)

at java.util.jar.JarFile.init(JarFile.java:55)

at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(

StandardClassLoader.java:1082)

at
org.apache.catalina.loader.StandardClassLoader.init(StandardClassLo

ader.java:200)

at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Clas

sLoaderFactory.java:202)

at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)

Bootstrap: Class loader creation threw exception

java.lang.IllegalArgumentException: addRepositoryInternal:
java.util.zip.ZipExce

ption: invalid END header (bad central directory offset)

at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(

StandardClassLoader.java:1110)

at
org.apache.catalina.loader.StandardClassLoader.init(StandardClassLo

ader.java:200)

at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Clas

sLoaderFactory.java:202)

at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)

 

 

I tried to run it as a user and as root.

 

Thanks in advance,

Alexander


This message, including attached files, may contain confidential
information and is intended only for the use by the individual
and/or the entity to which it is addressed. Any unauthorized use,
dissemination of, or copying of the information contained herein is
not allowed and may lead to irreparable harm and damage for which
you may be held liable. If you receive this message in error or if
it is intended for someone else please notify the sender by
returning this e-mail immediately and delete the message.



RE: Startup error Tomcat 4.

2003-11-21 Thread Shapira, Yoav

Howdy,
How did you install tomcat?  You used GNU tar if you expanding a
tarball, right?

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Bruchem, A. van (Alexander)
[mailto:[EMAIL PROTECTED]
Sent: Friday, November 21, 2003 9:57 AM
To: '[EMAIL PROTECTED]'
Subject: Startup error Tomcat 4.

I have setup a Sun Solaris v9 system with Java 2 SDK 1.4.2 and Tomcat
4.1.29

Also updated from Sun the Recommended versions for v9.



I try to run Tomcat without Apache, so stand-alone. I set the JAVA_HOME
to
/usr/j2se

This however won't work, if I look in catalina.out I have:



java.util.zip.ZipException: invalid END header (bad central directory
offset)

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.init(ZipFile.java:112)

at java.util.jar.JarFile.init(JarFile.java:117)

at java.util.jar.JarFile.init(JarFile.java:55)

at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(

StandardClassLoader.java:1082)

at
org.apache.catalina.loader.StandardClassLoader.init(StandardClassLo

ader.java:200)

at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Clas

sLoaderFactory.java:202)

at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)

Bootstrap: Class loader creation threw exception

java.lang.IllegalArgumentException: addRepositoryInternal:
java.util.zip.ZipExce

ption: invalid END header (bad central directory offset)

at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(

StandardClassLoader.java:1110)

at
org.apache.catalina.loader.StandardClassLoader.init(StandardClassLo

ader.java:200)

at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(Clas

sLoaderFactory.java:202)

at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140)





I tried to run it as a user and as root.



Thanks in advance,

Alexander


This message, including attached files, may contain confidential
information and is intended only for the use by the individual
and/or the entity to which it is addressed. Any unauthorized use,
dissemination of, or copying of the information contained herein is
not allowed and may lead to irreparable harm and damage for which
you may be held liable. If you receive this message in error or if
it is intended for someone else please notify the sender by
returning this e-mail immediately and delete the message.




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Tomcat startup error

2003-08-14 Thread vikas jain
try this:
http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH

From: krishnakumar kumaraswamypillai [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Tomcat startup error
Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT)
hi all
i have installed JAVA 2 SDK 1.3.1_08
 Apache HTTP server 2.0.47
 Apache Tomcat 4.1
on starting tomcat i get the  error:
Created catalinaLoader in: C:\Program Files\Apache
Group\Tomcat 4.1\server\lib
java.lang.NoClassDefFoundError:
org/xml/sax/InputSource
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at
org.apache.catalina.startup.BootstrapService.init(BootstrapService.java:201)
at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:297)
I browsed google and found that my CLASSPATH has to be
set.
But to what path should it point?
which jar files?
Where will i get information.

Thank u for considering
Krishna Kumar K
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Are you Unmarried? http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d 
Register in India's No 1 Matrimony.

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


Re: Tomcat startup error

2003-08-14 Thread Jeff Tulley
I have seen this before when running Tomcat on Windows when I have not
had the XML parsing jars anywhere on my path.  Either install and use a
1.4.1 JVM, setting JAVA_HOME appropriately, or (I think) it should be
sufficient to get the right XML parsing jars in your tomcat
common\endorsed directory, or on the default classpath.

I know that two of the jars are xercesImpl.jar, and xmlParserAPIs.jar. 
With those two Tomcat 5 still doesn't start for me, it looks like it
needs some javax.xml.transform classes.  It looks like that is taken
care of in jaxp-api.jar, from the Java XML pack.  Tomcat 4 doesn't need
all three though, I think, only the first two.

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

 [EMAIL PROTECTED] 8/8/03 12:08:29 PM 
try this:
http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH 


From: krishnakumar kumaraswamypillai [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED] 
Subject: Tomcat startup error
Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT)

hi all
i have installed JAVA 2 SDK 1.3.1_08
  Apache HTTP server 2.0.47
  Apache Tomcat 4.1
on starting tomcat i get the  error:

Created catalinaLoader in: C:\Program Files\Apache
Group\Tomcat 4.1\server\lib
java.lang.NoClassDefFoundError:
org/xml/sax/InputSource
   at java.lang.Class.newInstance0(Native Method)
   at java.lang.Class.newInstance(Class.java:232)
   at
org.apache.catalina.startup.BootstrapService.init(BootstrapService.java:201)
   at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:297)


I browsed google and found that my CLASSPATH has to be
set.
But to what path should it point?
which jar files?

Where will i get information.

Thank u for considering
Krishna Kumar K

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com 

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


_
Are you Unmarried?
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d 
Register in India's No 1 Matrimony.


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



RE: Tomcat startup error

2003-08-14 Thread Shapira, Yoav

Howdy,
CLASSPATH does not have to be set, if you mean the environment variable
CLASSPATH.  See the RELEASE-NOTES for tomcat's section on XML Parsers.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: krishnakumar kumaraswamypillai [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2003 6:20 AM
To: [EMAIL PROTECTED]
Subject: Tomcat startup error

hi all
i have installed JAVA 2 SDK 1.3.1_08
 Apache HTTP server 2.0.47
 Apache Tomcat 4.1
on starting tomcat i get the  error:

Created catalinaLoader in: C:\Program Files\Apache
Group\Tomcat 4.1\server\lib
java.lang.NoClassDefFoundError:
org/xml/sax/InputSource
   at java.lang.Class.newInstance0(Native Method)
   at java.lang.Class.newInstance(Class.java:232)
   at
org.apache.catalina.startup.BootstrapService.init(BootstrapService.java
:201
)
   at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java
:297
)


I browsed google and found that my CLASSPATH has to be
set.
But to what path should it point?
which jar files?

Where will i get information.

Thank u for considering
Krishna Kumar K

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Tomcat startup error

2003-08-09 Thread krishnakumar kumaraswamypillai
hi all
i have installed JAVA 2 SDK 1.3.1_08
 Apache HTTP server 2.0.47
 Apache Tomcat 4.1
on starting tomcat i get the  error:

Created catalinaLoader in: C:\Program Files\Apache
Group\Tomcat 4.1\server\lib
java.lang.NoClassDefFoundError:
org/xml/sax/InputSource
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:232)
at
org.apache.catalina.startup.BootstrapService.init(BootstrapService.java:201)
at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:297)


I browsed google and found that my CLASSPATH has to be
set.
But to what path should it point?
which jar files?

Where will i get information.

Thank u for considering
Krishna Kumar K

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



startup error

2003-07-24 Thread Bradley Haughn
I found someone had posted the same error that I'm having but I'm having
trouble finding the answer. Heres what Yakov Belov had posted:
 
Dear All,
 
when I try to start up tomcat I receive the following exception:
 
Exception during startup processing
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:

org/apache/naming/JndiPermission
at 
org.apache.naming.resources.DirContextURLStreamHandler.openConnection(DirCon
textURLStreamHandler.java:135)
at java.net.URL.openConnection(URL.java:781)
at
sun.net.www.protocol.jar.JarURLConnection.init(JarURLConnection.java:67)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:27)
at java.net.URL.openConnection(URL.java:781)
at 
org.apache.catalina.startup.ContextConfig.tldConfigJar(ContextConfig.java:10
91)
at
org.apache.catalina.startup.ContextConfig.tldConfig(ContextConfig.java:1042)
at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:828)
at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:
224)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:155)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3334)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
 
am I missing a jar file somewhere or something else is wrong?
 
Best Regards,
Yakov Belov
 
Hope someone has that answer on file somewhere for me.
 
Brad Haughn
 
If a tree falls in the woods and no one is around to see it and it lands
on a mime, does anybody care?
 


startup error

2003-06-12 Thread Sandra Williams
Hi,

I've just installed jakarta-tomcat-4.1.24 on Windows 2000
(I'm upgrading from jakarta-tomcat-3.2.1 which I have not deleted yet).

I have jdk version 1.3.1

When I run startup.bat I get the following error in the log file:

2003-06-11 19:06:21 Error compiling file:
D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac]
D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext
cannot be applied to (java.lang.Throwable)
[javac]   if (pageContext != null)
pageContext.handlePageException(t);
[javac]   ^
[javac] 1 error

I hope someone can help me.
Thanks

Sandra
_
Sandra Williams
Department of Computing Science,
University of Aberdeen,
Aberdeen AB24 3UE
UK
Tel: +44 (0)1224 274207
Email: [EMAIL PROTECTED]
Web: www.csd.abdn.ac.uk/~swilliam


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



Re: startup error

2003-06-12 Thread Daniel Ost
Hi,

you have to set a additional parameter in the
{CATALINA-HOME}/conf/web.xml file.

Add in the jsp - servlet section the following:

init-param
param-namefork/param-name
param-valuefalse/param-value
/init-param

CU
Daniel


 --- Sandra Williams [EMAIL PROTECTED]
schrieb:  Hi,
 
 I've just installed jakarta-tomcat-4.1.24 on Windows
 2000
 (I'm upgrading from jakarta-tomcat-3.2.1 which I
 have not deleted yet).
 
 I have jdk version 1.3.1
 
 When I run startup.bat I get the following error in
 the log file:
 
 2003-06-11 19:06:21 Error compiling file:

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
 [javac] Since fork is true, ignoring compiler
 setting.
 [javac] Compiling 1 source file
 [javac] Since fork is true, ignoring compiler
 setting.
 [javac]

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
 handlePageException(java.lang.Exception) in
 javax.servlet.jsp.PageContext
 cannot be applied to (java.lang.Throwable)
 [javac]   if (pageContext != null)
 pageContext.handlePageException(t);
 [javac] 
  ^
 [javac] 1 error
 
 I hope someone can help me.
 Thanks
 
 Sandra
 _
 Sandra Williams
 Department of Computing Science,
 University of Aberdeen,
 Aberdeen AB24 3UE
 UK
 Tel: +44 (0)1224 274207
 Email: [EMAIL PROTECTED]
 Web: www.csd.abdn.ac.uk/~swilliam
 
 

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

__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de

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



Re: startup error

2003-06-12 Thread Sandra Williams
Hi,

Thanks. I added the code as you suggested and now I get this error:

2003-06-12 10:38:37 Error compiling file:
D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
[javac] Compiling 1 source file

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext
cannot be applied to (java.lang.Throwable)
  if (pageContext != null) pageContext.handlePageException(t);
  ^
1 error

Sandra
- Original Message -
From: Daniel Ost [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 10:28 AM
Subject: Re: startup error


 Hi,

 you have to set a additional parameter in the
 {CATALINA-HOME}/conf/web.xml file.

 Add in the jsp - servlet section the following:

 init-param
 param-namefork/param-name
 param-valuefalse/param-value
 /init-param

 CU
 Daniel


  --- Sandra Williams [EMAIL PROTECTED]
 schrieb:  Hi,
 
  I've just installed jakarta-tomcat-4.1.24 on Windows
  2000
  (I'm upgrading from jakarta-tomcat-3.2.1 which I
  have not deleted yet).
 
  I have jdk version 1.3.1
 
  When I run startup.bat I get the following error in
  the log file:
 
  2003-06-11 19:06:21 Error compiling file:
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
  [javac] Since fork is true, ignoring compiler
  setting.
  [javac] Compiling 1 source file
  [javac] Since fork is true, ignoring compiler
  setting.
  [javac]
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
  handlePageException(java.lang.Exception) in
  javax.servlet.jsp.PageContext
  cannot be applied to (java.lang.Throwable)
  [javac]   if (pageContext != null)
  pageContext.handlePageException(t);
  [javac]
   ^
  [javac] 1 error
 
  I hope someone can help me.
  Thanks
 
  Sandra
  _
  Sandra Williams
  Department of Computing Science,
  University of Aberdeen,
  Aberdeen AB24 3UE
  UK
  Tel: +44 (0)1224 274207
  Email: [EMAIL PROTECTED]
  Web: www.csd.abdn.ac.uk/~swilliam
 
 
 
 -
  To unsubscribe, e-mail:
  [EMAIL PROTECTED]
  For additional commands, e-mail:
  [EMAIL PROTECTED]
 

 __

 Gesendet von Yahoo! Mail - http://mail.yahoo.de
 Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de

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



Re: startup error

2003-06-12 Thread Daniel Ost
Hi,

mmh, no idea, sorry. After adding the additional
rows into web.xml, every of my jsps run smoothly.

Did you eleminate the usual suspects like 
classpath, every needed jar is in place
(especially inside the common/lib folder, etc.

Maybe, a re-install of the tomcat-engine would
help... Did you already look into google.groups?
That's a good source of information, too. But first,
try out a re-install of the whole stuff, and install
Tomcat as a service!
Btw, I use actually JDK 1.4.x

CU
Daniel
 --- Sandra Williams [EMAIL PROTECTED]
schrieb:  Hi,
 
 Thanks. I added the code as you suggested and now I
 get this error:
 
 2003-06-12 10:38:37 Error compiling file:

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
 [javac] Compiling 1 source file
 

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
 handlePageException(java.lang.Exception) in
 javax.servlet.jsp.PageContext
 cannot be applied to (java.lang.Throwable)
   if (pageContext != null)
 pageContext.handlePageException(t);
   ^
 1 error
 
 Sandra
 - Original Message -
 From: Daniel Ost [EMAIL PROTECTED]
 To: Tomcat Users List
 [EMAIL PROTECTED]
 Sent: Thursday, June 12, 2003 10:28 AM
 Subject: Re: startup error
 
 
  Hi,
 
  you have to set a additional parameter in the
  {CATALINA-HOME}/conf/web.xml file.
 
  Add in the jsp - servlet section the following:
 
  init-param
  param-namefork/param-name
  param-valuefalse/param-value
  /init-param
 
  CU
  Daniel
 
 
   --- Sandra Williams [EMAIL PROTECTED]
  schrieb:  Hi,
  
   I've just installed jakarta-tomcat-4.1.24 on
 Windows
   2000
   (I'm upgrading from jakarta-tomcat-3.2.1 which I
   have not deleted yet).
  
   I have jdk version 1.3.1
  
   When I run startup.bat I get the following error
 in
   the log file:
  
   2003-06-11 19:06:21 Error compiling file:
  
 

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
   [javac] Since fork is true, ignoring
 compiler
   setting.
   [javac] Compiling 1 source file
   [javac] Since fork is true, ignoring
 compiler
   setting.
   [javac]
  
 

D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
   handlePageException(java.lang.Exception) in
   javax.servlet.jsp.PageContext
   cannot be applied to (java.lang.Throwable)
   [javac]   if (pageContext != null)
   pageContext.handlePageException(t);
   [javac]
^
   [javac] 1 error
  
   I hope someone can help me.
   Thanks
  
   Sandra
   _
   Sandra Williams
   Department of Computing Science,
   University of Aberdeen,
   Aberdeen AB24 3UE
   UK
   Tel: +44 (0)1224 274207
   Email: [EMAIL PROTECTED]
   Web: www.csd.abdn.ac.uk/~swilliam
  
  
  
 

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

__
 
  Gesendet von Yahoo! Mail - http://mail.yahoo.de
  Logos und Klingeltöne fürs Handy bei
 http://sms.yahoo.de
 
 

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

__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de

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



Re: startup error

2003-06-12 Thread Sandra Williams
Thanks for your help.
I've tried re-installing tomcat vs 4.1.24  three times and no luck.
Instead, I've installed vs 3.3.1a which works just fine and I'll stick with
that for a while until I've upgraded  jdk.

Sandra

- Original Message -
From: Daniel Ost [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 1:35 PM
Subject: Re: startup error


 Hi,

 mmh, no idea, sorry. After adding the additional
 rows into web.xml, every of my jsps run smoothly.

 Did you eleminate the usual suspects like
 classpath, every needed jar is in place
 (especially inside the common/lib folder, etc.

 Maybe, a re-install of the tomcat-engine would
 help... Did you already look into google.groups?
 That's a good source of information, too. But first,
 try out a re-install of the whole stuff, and install
 Tomcat as a service!
 Btw, I use actually JDK 1.4.x

 CU
 Daniel
  --- Sandra Williams [EMAIL PROTECTED]
 schrieb:  Hi,
 
  Thanks. I added the code as you suggested and now I
  get this error:
 
  2003-06-12 10:38:37 Error compiling file:
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
  [javac] Compiling 1 source file
 
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
  handlePageException(java.lang.Exception) in
  javax.servlet.jsp.PageContext
  cannot be applied to (java.lang.Throwable)
if (pageContext != null)
  pageContext.handlePageException(t);
^
  1 error
 
  Sandra
  - Original Message -
  From: Daniel Ost [EMAIL PROTECTED]
  To: Tomcat Users List
  [EMAIL PROTECTED]
  Sent: Thursday, June 12, 2003 10:28 AM
  Subject: Re: startup error
 
 
   Hi,
  
   you have to set a additional parameter in the
   {CATALINA-HOME}/conf/web.xml file.
  
   Add in the jsp - servlet section the following:
  
   init-param
   param-namefork/param-name
   param-valuefalse/param-value
   /init-param
  
   CU
   Daniel
  
  
--- Sandra Williams [EMAIL PROTECTED]
   schrieb:  Hi,
   
I've just installed jakarta-tomcat-4.1.24 on
  Windows
2000
(I'm upgrading from jakarta-tomcat-3.2.1 which I
have not deleted yet).
   
I have jdk version 1.3.1
   
When I run startup.bat I get the following error
  in
the log file:
   
2003-06-11 19:06:21 Error compiling file:
   
  
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
[javac] Since fork is true, ignoring
  compiler
setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring
  compiler
setting.
[javac]
   
  
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266:
handlePageException(java.lang.Exception) in
javax.servlet.jsp.PageContext
cannot be applied to (java.lang.Throwable)
[javac]   if (pageContext != null)
pageContext.handlePageException(t);
[javac]
 ^
[javac] 1 error
   
I hope someone can help me.
Thanks
   
Sandra
_
Sandra Williams
Department of Computing Science,
University of Aberdeen,
Aberdeen AB24 3UE
UK
Tel: +44 (0)1224 274207
Email: [EMAIL PROTECTED]
Web: www.csd.abdn.ac.uk/~swilliam
   
   
   
  
 
 -
To unsubscribe, e-mail:
[EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]
   
  
  
 
 __
  
   Gesendet von Yahoo! Mail - http://mail.yahoo.de
   Logos und Klingeltöne fürs Handy bei
  http://sms.yahoo.de
  
  
 
 -
   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]
 

 __

 Gesendet von Yahoo! Mail - http://mail.yahoo.de
 Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de

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



RE: startup error

2003-06-12 Thread Shapira, Yoav

Howdy,
It looks like you're passing a Throwable to something that expects a
subclass, Exception.  Check you index.jsp page to make sure you pass
exceptions, or throws exception, or whatever you do to get the
handlePageException method doesn't give it a Throwable.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Sandra Williams [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 5:23 AM
To: [EMAIL PROTECTED]
Subject: startup error

Hi,

I've just installed jakarta-tomcat-4.1.24 on Windows 2000
(I'm upgrading from jakarta-tomcat-3.2.1 which I have not deleted yet).

I have jdk version 1.3.1

When I run startup.bat I get the following error in the log file:

2003-06-11 19:06:21 Error compiling file:
D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac]
D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp.java:266
:
handlePageException(java.lang.Exception) in
javax.servlet.jsp.PageContext
cannot be applied to (java.lang.Throwable)
[javac]   if (pageContext != null)
pageContext.handlePageException(t);
[javac]   ^
[javac] 1 error

I hope someone can help me.
Thanks

Sandra
_
Sandra Williams
Department of Computing Science,
University of Aberdeen,
Aberdeen AB24 3UE
UK
Tel: +44 (0)1224 274207
Email: [EMAIL PROTECTED]
Web: www.csd.abdn.ac.uk/~swilliam


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: startup error

2003-06-12 Thread Angus Mezick
Ignore the last advice, set it back to allow forking, and fix your code.  At 
http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/javax/servlet/jsp/PageContext.html it 
is stated that handlePageException requires a parameter of type Exception, not of 
Throwable.  Exception implements Throwable but not the other way around. 
--Angus

 -Original Message-
 From: Sandra Williams [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 12, 2003 5:48 AM
 To: Tomcat Users List
 Subject: Re: startup error
 
 
 Hi,
 
 Thanks. I added the code as you suggested and now I get this error:
 
 2003-06-12 10:38:37 Error compiling file:
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
 [javac] Compiling 1 source file
 
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp
 .java:266:
 handlePageException(java.lang.Exception) in 
 javax.servlet.jsp.PageContext
 cannot be applied to (java.lang.Throwable)
   if (pageContext != null) pageContext.handlePageException(t);
   ^
 1 error
 
 Sandra
 - Original Message -
 From: Daniel Ost [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Thursday, June 12, 2003 10:28 AM
 Subject: Re: startup error
 
 
  Hi,
 
  you have to set a additional parameter in the
  {CATALINA-HOME}/conf/web.xml file.
 
  Add in the jsp - servlet section the following:
 
  init-param
  param-namefork/param-name
  param-valuefalse/param-value
  /init-param
 
  CU
  Daniel
 
 
   --- Sandra Williams [EMAIL PROTECTED]
  schrieb:  Hi,
  
   I've just installed jakarta-tomcat-4.1.24 on Windows
   2000
   (I'm upgrading from jakarta-tomcat-3.2.1 which I
   have not deleted yet).
  
   I have jdk version 1.3.1
  
   When I run startup.bat I get the following error in
   the log file:
  
   2003-06-11 19:06:21 Error compiling file:
  
  D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\/index_jsp.java
   [javac] Since fork is true, ignoring compiler
   setting.
   [javac] Compiling 1 source file
   [javac] Since fork is true, ignoring compiler
   setting.
   [javac]
  
  
 D:\jakarta-tomcat-4.1.24\work\Standalone\localhost\_\index_jsp
 .java:266:
   handlePageException(java.lang.Exception) in
   javax.servlet.jsp.PageContext
   cannot be applied to (java.lang.Throwable)
   [javac]   if (pageContext != null)
   pageContext.handlePageException(t);
   [javac]
^
   [javac] 1 error
  
   I hope someone can help me.
   Thanks
  
   Sandra
   _
   Sandra Williams
   Department of Computing Science,
   University of Aberdeen,
   Aberdeen AB24 3UE
   UK
   Tel: +44 (0)1224 274207
   Email: [EMAIL PROTECTED]
   Web: www.csd.abdn.ac.uk/~swilliam
  
  
  
  
 -
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
  
 
  __
 
  Gesendet von Yahoo! Mail - http://mail.yahoo.de
  Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de
 
  
 -
  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]



RE: Startup error

2003-06-06 Thread Luc Foisy
Nobody can point me in the right direction?
Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm
OR this?
glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that what I need)
I am lost here, every other install of tomcat that I have done was fine. I am thinking 
when I installed Netscape or Mozilla it installed the needed stuff, but I did't 
install them this time, and don't think I want to. I just want the right package...

Hmm.. I found this one now. can someone confirm if this is what I need?
Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler 
RedHat-9 for i386 
compat-libstdc++-7.3-2.96.118.i386.rpm 

Thanks for looking at my ramblings :)


-Original Message-
From: Luc Foisy 
Sent: Wednesday, June 04, 2003 9:03 AM
To: Tomcat User List (E-mail)
Subject: Startup error



I am getting the following error in my catalina.out
Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because 
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

I am using RedHat 9.0
Which package do I need to install to get this to function?


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



Re: Startup error

2003-06-06 Thread Tim Shaw
FWIW. RH 8.0 'Server' install also had this problem. I had to install 
'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation 
CDs). Workstation install was fine (already did it I guess. Looks like 
RH 9 has the same quirk?

tim

Luc Foisy wrote:
Nobody can point me in the right direction?
Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm
OR this?
glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that what I need)
I am lost here, every other install of tomcat that I have done was fine. I am thinking 
when I installed Netscape or Mozilla it installed the needed stuff, but I did't 
install them this time, and don't think I want to. I just want the right package...
Hmm.. I found this one now. can someone confirm if this is what I need?
Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler 
RedHat-9 for i386 
compat-libstdc++-7.3-2.96.118.i386.rpm 

Thanks for looking at my ramblings :)

-Original Message-
From: Luc Foisy 
Sent: Wednesday, June 04, 2003 9:03 AM
To: Tomcat User List (E-mail)
Subject: Startup error



I am getting the following error in my catalina.out
Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because 
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
I am using RedHat 9.0
Which package do I need to install to get this to function?
-
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]


Re: Startup error

2003-06-06 Thread John Turner
I didn't encounter it with RH 9, but I think I did a custom install.

John

On Thu, 05 Jun 2003 20:41:34 +0100, Tim Shaw [EMAIL PROTECTED] wrote:

FWIW. RH 8.0 'Server' install also had this problem. I had to install 
'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation 
CDs). Workstation install was fine (already did it I guess. Looks like RH 
9 has the same quirk?

tim

Luc Foisy wrote:
Nobody can point me in the right direction?
Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm
OR this?
glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that 
what I need)
I am lost here, every other install of tomcat that I have done was fine. 
I am thinking when I installed Netscape or Mozilla it installed the 
needed stuff, but I did't install them this time, and don't think I want 
to. I just want the right package...

Hmm.. I found this one now. can someone confirm if this is what I need?
Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler 
RedHat-9 for i386 compat-libstdc++-7.3-2.96.118.i386.rpm

Thanks for looking at my ramblings :)

-Original Message-
From: Luc Foisy Sent: Wednesday, June 04, 2003 9:03 AM
To: Tomcat User List (E-mail)
Subject: Startup error


I am getting the following error in my catalina.out
Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, 
because libstdc++-libc6.1-1.so.2: cannot open shared object file: No 
such file or directory

I am using RedHat 9.0
Which package do I need to install to get this to function?
-
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]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Startup error

2003-06-06 Thread Luc Foisy
I bet the workstation install worked because it installed Netscape or Mozilla in the 
newer versions.
So it is in fact the compatibility rpm, thanks

-Original Message-
From: Tim Shaw [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 3:42 PM
To: Tomcat Users List
Subject: Re: Startup error


FWIW. RH 8.0 'Server' install also had this problem. I had to install 
'compat-libstdc++-7.3-2.96.110.i386.rpm' by hand (off the installation 
CDs). Workstation install was fine (already did it I guess. Looks like 
RH 9 has the same quirk?

tim

Luc Foisy wrote:
 Nobody can point me in the right direction?
 Would this be the right RPM to fix this? libstdc++-3.2.2-5.i386.rpm
 OR this?
 glibc-2.3.2-11.9.i686.rpm (this package supplies libc.so.6, that that what I need)
 I am lost here, every other install of tomcat that I have done was fine. I am 
 thinking when I installed Netscape or Mozilla it installed the needed stuff, but I 
 did't install them this time, and don't think I want to. I just want the right 
 package...
 
 Hmm.. I found this one now. can someone confirm if this is what I need?
 Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler 
 RedHat-9 for i386 
 compat-libstdc++-7.3-2.96.118.i386.rpm 
 
 Thanks for looking at my ramblings :)
 
 
 -Original Message-
 From: Luc Foisy 
 Sent: Wednesday, June 04, 2003 9:03 AM
 To: Tomcat User List (E-mail)
 Subject: Startup error
 
 
 
 I am getting the following error in my catalina.out
 Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because 
 libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
 
 I am using RedHat 9.0
 Which package do I need to install to get this to function?
 
 
 -
 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]



Startup error

2003-06-05 Thread Luc Foisy

I am getting the following error in my catalina.out
Error: failed /usr/java/j2sdk1.4.0_03/jre/lib/i386/client/libjvm.so, because 
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

I am using RedHat 9.0
Which package do I need to install to get this to function?

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



Startup Error

2003-03-27 Thread Luis A
Hi, I am running for the first time Tomcat 5, and I am getting the following
exception on startup - the index page opens fine, but I wonder if there is
something wrong:

Thanks,

Luis.


Mar 26, 2003 6:59:02 PM org.apache.catalina.core.StandardContext
loadOnStartup
SEVERE: Servlet /openejb_loader-0.9.1 threw load() exception
javax.servlet.ServletException: Servlet.init() for servlet loader threw
exception
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:10
31)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:867)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:
3682)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3927)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8
31)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:817)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:305)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:825)
at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:562)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:814)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:428)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1235)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:791)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1227)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:351)
at
org.apache.catalina.core.StandardService.start(StandardService.java:516)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2291)
at org.apache.catalina.startup.Catalina.start(Catalina.java:540)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:394)


Luis A Q Araujo

(21) 2422-0168
(21) 9131-4989
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


Startup Error

2003-01-09 Thread Nathan McMinn
First, thanks to everyone for all the help.  I just have one more question.
When starting tomcat (4.1.18 on win xp, jdk 1.4.1_01).  I receive this error
message:

WebappClassLoader:
validateJarFile(C:\TomcatTest\webapps\wwxchange\WEB-INF\lib\s
ervlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
class: javax/servlet/Servlet.class

Has anyone ever seen this before?

-Nathan McMinn



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




RE: Startup Error

2003-01-09 Thread Donie Kelly
Try removing the servlet.jar from you WEB-INF/lib directory as it's already
in the tomcat/common/lib directory

Donie

-Original Message-
From: Nathan McMinn [mailto:[EMAIL PROTECTED]]
Sent: 09 January 2003 13:47
To: Tomcat Users List
Subject: Startup Error

First, thanks to everyone for all the help.  I just have one more question.
When starting tomcat (4.1.18 on win xp, jdk 1.4.1_01).  I receive this error
message:

WebappClassLoader:
validateJarFile(C:\TomcatTest\webapps\wwxchange\WEB-INF\lib\s
ervlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
class: javax/servlet/Servlet.class

Has anyone ever seen this before?

-Nathan McMinn



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

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




Re: Startup Error

2003-01-09 Thread Nathan McMinn
DOH! thanks

- Original Message -
From: Donie Kelly [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 7:41 AM
Subject: RE: Startup Error


 Try removing the servlet.jar from you WEB-INF/lib directory as it's
already
 in the tomcat/common/lib directory

 Donie

 -Original Message-
 From: Nathan McMinn [mailto:[EMAIL PROTECTED]]
 Sent: 09 January 2003 13:47
 To: Tomcat Users List
 Subject: Startup Error

 First, thanks to everyone for all the help.  I just have one more
question.
 When starting tomcat (4.1.18 on win xp, jdk 1.4.1_01).  I receive this
error
 message:

 WebappClassLoader:
 validateJarFile(C:\TomcatTest\webapps\wwxchange\WEB-INF\lib\s
 ervlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
Offending
 class: javax/servlet/Servlet.class

 Has anyone ever seen this before?

 -Nathan McMinn



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

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





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




Startup error

2002-10-15 Thread Mihai Gheorghiu

TC4.0.2 jdk1.4.1 RH7.1
Everything went fine until this morning, when TC stopped loading my
application when started.
Catalina.out shows:

ERROR reading java.io.FileInputStream@88e2dd
At Line 2340 /web-app/servlet-mapping

It seems to come from web.xml, because if I add a blank line, the error line
changes.
But I cannot figure out why: line 2340 is
/servlet-mapping
and closes a well-formatted servlet-mapping declaration.
Please help.
Thank you all.


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




HELP! Tomcat startup error

2002-03-19 Thread Kwan, William

Hi,

Here is a debug of my startup.  Could someone please help me??

C:\catalina run -debug
Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
4.0\common\clas
ses
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\n
aming-common.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\n
aming-resources.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\s
ervlet.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\t
ools.jar
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
4.0\server\clas
ses
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\c
atalina.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\j
akarta-regexp-1.2.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-common.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-default.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-invoker.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-manager.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-snoop.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-webdav.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\t
omcat-ajp.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\t
omcat-util.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\w
arp.jar
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT 4.0\classes
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\jasper-c
ompiler.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\jasper-r
untime.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\naming-f
actory.jar
Bootstrap: Loading startup class
Bootstrap: Setting startup class properties
Bootstrap: Calling startup class process() method
Exception during startup processing
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:
org
/xml/sax/HandlerBase
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
org.apache.catalina.loader.StandardClassLoader.findClass(StandardClas
sLoader.java:674)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:1093)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:992)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at
org.apache.catalina.startup.Catalina.createStartMapper(Catalina.java:
280)
at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)

thanks,
Will


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: HELP! Tomcat startup error

2002-03-19 Thread matt


Looks like you don't have xerces-j installed. You can download it here:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/

Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a good place.

Matt

 Hi,
 
 Here is a debug of my startup.  Could someone please help me??
 
 C:\catalina run -debug
 Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
 Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\common\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-resources.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\s
 ervlet.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\t
 ools.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\server\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\c
 atalina.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\j
 akarta-regexp-1.2.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-default.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-invoker.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-manager.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-snoop.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-webdav.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-ajp.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-util.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\w
 arp.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT 4.0\classes
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-c
 ompiler.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-r
 untime.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\naming-f
 actory.jar
 Bootstrap: Loading startup class
 Bootstrap: Setting startup class properties
 Bootstrap: Calling startup class process() method
 Exception during startup processing
 java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:
 org
 /xml/sax/HandlerBase
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
 at
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
 1)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at
 org.apache.catalina.loader.StandardClassLoader.findClass(StandardClas
 sLoader.java:674)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:1093)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:992)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
 at
 org.apache.catalina.startup.Catalina.createStartMapper(Catalina.java:
 280)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
 at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
 at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
 
 thanks,
 Will
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William

I figured it out.  I needed jdk1.4 because there are extra classes being
called in tomcat 4.03.

talk to you later,
Will


-Original Message-
From: Kwan, William [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 11:54 AM
To: Tomcat user (E-mail)
Subject: HELP! Tomcat startup error


Hi,

Here is a debug of my startup.  Could someone please help me??

C:\catalina run -debug
Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
4.0\common\clas
ses
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\n
aming-common.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\n
aming-resources.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\s
ervlet.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\common\lib\t
ools.jar
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
4.0\server\clas
ses
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\c
atalina.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\j
akarta-regexp-1.2.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-common.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-default.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-invoker.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-manager.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-snoop.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\s
ervlets-webdav.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\t
omcat-ajp.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\t
omcat-util.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\server\lib\w
arp.jar
ClassLoaderFactory:  Creating new class loader
ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT 4.0\classes
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\jasper-c
ompiler.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\jasper-r
untime.jar
ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
4.0\lib\naming-f
actory.jar
Bootstrap: Loading startup class
Bootstrap: Setting startup class properties
Bootstrap: Calling startup class process() method
Exception during startup processing
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:
org
/xml/sax/HandlerBase
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
org.apache.catalina.loader.StandardClassLoader.findClass(StandardClas
sLoader.java:674)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:1093)
at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:992)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at
org.apache.catalina.startup.Catalina.createStartMapper(Catalina.java:
280)
at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)

thanks,
Will


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: HELP! Tomcat startup error

2002-03-19 Thread Andy Eastham

William,

Try renaming the tomcat directory so that it has no spaces in it.  This
usually breaks anything written in java.

Andy

 -Original Message-
 From: Kwan, William [mailto:[EMAIL PROTECTED]]
 Sent: 19 March 2002 19:54
 To: Tomcat user (E-mail)
 Subject: HELP! Tomcat startup error


 Hi,

 Here is a debug of my startup.  Could someone please help me??

 C:\catalina run -debug
 Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
 Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\common\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-resources.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\s
 ervlet.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\t
 ools.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\server\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\c
 atalina.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\j
 akarta-regexp-1.2.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-default.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-invoker.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-manager.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-snoop.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-webdav.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-ajp.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-util.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\w
 arp.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\classes
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-c
 ompiler.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-r
 untime.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\naming-f
 actory.jar
 Bootstrap: Loading startup class
 Bootstrap: Setting startup class properties
 Bootstrap: Calling startup class process() method
 Exception during startup processing
 java.lang.reflect.InvocationTargetException:
 java.lang.NoClassDefFoundError:
 org
 /xml/sax/HandlerBase
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
 at
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
 1)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at
 org.apache.catalina.loader.StandardClassLoader.findClass(StandardClas
 sLoader.java:674)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:1093)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:992)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
 at
 org.apache.catalina.startup.Catalina.createStartMapper(Catalina.java:
 280)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
 at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
 at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)

 thanks,
 Will


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: HELP! Tomcat startup error

2002-03-19 Thread Kwan, William

Thanks Matt.  That made me realize I downloaded the light version.  I
downloaded the full version and it works great.

Will


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 7:04 AM
To: [EMAIL PROTECTED]
Subject: Re: HELP! Tomcat startup error



Looks like you don't have xerces-j installed. You can download it here:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/

Make sure the xerces.jar file is in your classpath. $CATALINA_HOME/lib is a
good place.

Matt

 Hi,
 
 Here is a debug of my startup.  Could someone please help me??
 
 C:\catalina run -debug
 Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
 Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\common\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\n
 aming-resources.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\s
 ervlet.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\common\lib\t
 ools.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
 4.0\server\clas
 ses
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\c
 atalina.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\j
 akarta-regexp-1.2.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-common.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-default.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-invoker.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-manager.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-snoop.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\s
 ervlets-webdav.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-ajp.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\t
 omcat-util.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\server\lib\w
 arp.jar
 ClassLoaderFactory:  Creating new class loader
 ClassLoaderFactory:Including directory C:\JAVA\APACHE TOMCAT
4.0\classes
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-c
 ompiler.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\jasper-r
 untime.jar
 ClassLoaderFactory:Including jar file C:\JAVA\APACHE TOMCAT
 4.0\lib\naming-f
 actory.jar
 Bootstrap: Loading startup class
 Bootstrap: Setting startup class properties
 Bootstrap: Calling startup class process() method
 Exception during startup processing
 java.lang.reflect.InvocationTargetException:
java.lang.NoClassDefFoundError:
 org
 /xml/sax/HandlerBase
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
 at
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
 1)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at
 org.apache.catalina.loader.StandardClassLoader.findClass(StandardClas
 sLoader.java:674)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:1093)
 at
 org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
 sLoader.java:992)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
 at
 org.apache.catalina.startup.Catalina.createStartMapper(Catalina.java:
 280)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:722)
 at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
 at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
 
 thanks,
 Will
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list

Startup error: no userdatabase

2002-02-02 Thread www.custos.de Information

hello,

I have an major error while starting tomcat 4.0 on a apache webserver on
win2k.
After install tomcat, the first startup works fine.
After I shutdown the servlet and the start it again an error message occurs
No UserDatabase
component found...
So the tomcat doesn't start up.
I reinstalled everything, same problem.
Can anyone hlp we??

Thanks in advance

Friedemann Enderlein
---
dresden . germany


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat startup error

2001-11-15 Thread Srinivas Velidanda

Following error is occuring while starting up the Tomcat server.

I have downloaded tomcat archive for 2 times still i am not able to work
with JSPs. Server is working fine with Servlets.
Please suggest me the solution.

java.lang.ClassNotFoundException:
org/apache/tomcat/service/http/HttpConnectionH
andler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Compiled Code)
at
org.apache.tomcat.service.SimpleTcpConnector.setProperty(SimpleTcpCon
nector.java:180)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.tomcat.util.xml.MethodSetter.end(Compiled Code)
at org.apache.tomcat.util.xml.XmlMapper.matchEnd(Compiled Code)
at
org.apache.tomcat.util.xml.XmlMapper.endElement(XmlMapper.java:96)
at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
at com.sun.xml.parser.Parser.content(Compiled Code)
at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
at com.sun.xml.parser.Parser.content(Compiled Code)
at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
at com.sun.xml.parser.Parser.content(Compiled Code)
at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
at com.sun.xml.parser.Parser.parseInternal(Compiled Code)
at com.sun.xml.parser.Parser.parse(Parser.java:283)
at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:198)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
Context log: path=/MyApps Adding context path=/MyApps
docBase=webapps/MyAp
ps
Context log: path=/examples Adding context path=/examples
docBase=webapps/
examples
Context log: path= Adding context path=  docBase=webapps/ROOT
Context log: path=/test Adding context path=/test
docBase=webapps/test
Starting tomcat. Check logs/tomcat.log for error messages
Starting tomcat install=c:\Tomcat\Binary home=C:\Tomcat\Binary
classPath=c:
\Tomcat\Binary\classes;c:\Tomcat\Binary\lib\webserver.jar;c:\Tomcat\Binary\l
ib\j
asper.jar;c:\Tomcat\Binary\lib\xml.jar;c:\Tomcat\Binary\lib\servlet.jar;\lib
\too
ls.jar
Context log: path=/admin Automatic context load
docBase=C:\Tomcat\Binary\weba
pps\admin
Context log: path=/admin Adding context path=/admin
docBase=C:\Tomcat\Bina
ry\webapps\admin

Thank you,
Srinivas


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat startup error

2001-11-15 Thread Larry Isaacs

This is likely a CLASSPATH problem.  For example, having
j2ee.jar on your CLASSPATH.  Remove any non-Tomcat entries
from your CLASSPATH and see if Tomcat will start.  Add
them back it one at a time until you see which one is
causing the problem.

Larry

 -Original Message-
 From: Srinivas Velidanda [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 15, 2001 5:03 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat startup error
 Importance: High
 
 
 Following error is occuring while starting up the Tomcat server.
 
 I have downloaded tomcat archive for 2 times still i am not 
 able to work
 with JSPs. Server is working fine with Servlets.
 Please suggest me the solution.
 
 java.lang.ClassNotFoundException:
 org/apache/tomcat/service/http/HttpConnectionH
 andler
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Compiled Code)
 at
 org.apache.tomcat.service.SimpleTcpConnector.setProperty(SimpleTcpCon
 nector.java:180)
 at java.lang.reflect.Method.invoke(Native Method)
 at org.apache.tomcat.util.xml.MethodSetter.end(Compiled Code)
 at 
 org.apache.tomcat.util.xml.XmlMapper.matchEnd(Compiled Code)
 at
 org.apache.tomcat.util.xml.XmlMapper.endElement(XmlMapper.java:96)
 at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
 at com.sun.xml.parser.Parser.content(Compiled Code)
 at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
 at com.sun.xml.parser.Parser.content(Compiled Code)
 at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
 at com.sun.xml.parser.Parser.content(Compiled Code)
 at com.sun.xml.parser.Parser.maybeElement(Compiled Code)
 at com.sun.xml.parser.Parser.parseInternal(Compiled Code)
 at com.sun.xml.parser.Parser.parse(Parser.java:283)
 at 
 org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:198)
 at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
 Context log: path=/MyApps Adding context path=/MyApps
 docBase=webapps/MyAp
 ps
 Context log: path=/examples Adding context path=/examples
 docBase=webapps/
 examples
 Context log: path= Adding context path=  docBase=webapps/ROOT
 Context log: path=/test Adding context path=/test
 docBase=webapps/test
 Starting tomcat. Check logs/tomcat.log for error messages
 Starting tomcat install=c:\Tomcat\Binary home=C:\Tomcat\Binary
 classPath=c:
 \Tomcat\Binary\classes;c:\Tomcat\Binary\lib\webserver.jar;c:\T
 omcat\Binary\l
 ib\j
 asper.jar;c:\Tomcat\Binary\lib\xml.jar;c:\Tomcat\Binary\lib\se
 rvlet.jar;\lib
 \too
 ls.jar
 Context log: path=/admin Automatic context load
 docBase=C:\Tomcat\Binary\weba
 pps\admin
 Context log: path=/admin Adding context path=/admin
 docBase=C:\Tomcat\Bina
 ry\webapps\admin
 
 Thank you,
 Srinivas
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU

Please assist with correcting the following tomcat startup error ...

# startup.sh  
Using classpath: ./../lib/tomcat.jar  
Using JAVA_HOME: /usr/java130  
Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3  
# Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tomcat/s
tartup/Main  

AIX 4.3.3, Tomcat 3.3, Java130
Apache 1.3.22 mod_jk

I installed the Tomcat binary

Thanks in advance

Sean McGrath
[EMAIL PROTECTED]
Data Services
828-6950



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs

Unfortunately, I don't see an obvious reason why a class
in tomcat.jar isn't found when it appears to be in the
classpath.  Can you display the tomcat.jar's contents with
the jar program to see if it might be corrupt?

Larry

 -Original Message-
 From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 15, 2001 4:33 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat 3.3 Startup error
 
 
 Please assist with correcting the following tomcat startup error ...
 
 # startup.sh  
 Using classpath: ./../lib/tomcat.jar  
 Using JAVA_HOME: /usr/java130  
 Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3  
 # Exception in thread main java.lang.NoClassDefFoundError: 
 org/apache/tomcat/s
 tartup/Main  
 
 AIX 4.3.3, Tomcat 3.3, Java130
 Apache 1.3.22 mod_jk
 
 I installed the Tomcat binary
 
 Thanks in advance
 
 Sean McGrath
 [EMAIL PROTECTED]
 Data Services
 828-6950
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU

Larry et al

Ignorance is bliss
How does one go about displaying the contents with the  jar program?
I install proprietary software and am not a developer so bear with me


Sean McGrath
[EMAIL PROTECTED]
Data Services
828-6950






Larry Isaacs [EMAIL PROTECTED]
11/15/01 04:51 PM
Please respond to Tomcat Users List

 
To: 'Tomcat Users List' [EMAIL PROTECTED]
cc: 
Subject:RE: Tomcat 3.3 Startup error


Unfortunately, I don't see an obvious reason why a class
in tomcat.jar isn't found when it appears to be in the
classpath.  Can you display the tomcat.jar's contents with
the jar program to see if it might be corrupt?

Larry

 -Original Message-
 From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 15, 2001 4:33 PM
 To: [EMAIL PROTECTED]
 Subject: Tomcat 3.3 Startup error
 
 
 Please assist with correcting the following tomcat startup error ...
 
 # startup.sh 
 Using classpath: ./../lib/tomcat.jar 
 Using JAVA_HOME: /usr/java130 
 Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3 
 # Exception in thread main java.lang.NoClassDefFoundError: 
 org/apache/tomcat/s
 tartup/Main 
 
 AIX 4.3.3, Tomcat 3.3, Java130
 Apache 1.3.22 mod_jk
 
 I installed the Tomcat binary
 
 Thanks in advance
 
 Sean McGrath
 [EMAIL PROTECTED]
 Data Services
 828-6950
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 3.3 Startup error

2001-11-15 Thread Larry Isaacs

I'm a Windows user, but I would expect you could do something
like:

/usr/java130/bin/jar -tf /usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar

and maybe just:

jar -tf /usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar

Larry

 -Original Message-
 From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 15, 2001 5:02 PM
 To: Tomcat Users List
 Subject: RE: Tomcat 3.3 Startup error
 
 
 Larry et al
 
 Ignorance is bliss
 How does one go about displaying the contents with the  jar program?
 I install proprietary software and am not a developer so bear with me
 
 
 Sean McGrath
 [EMAIL PROTECTED]
 Data Services
 828-6950
 
 
 
 
 
 
 Larry Isaacs [EMAIL PROTECTED]
 11/15/01 04:51 PM
 Please respond to Tomcat Users List
 
  
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 cc: 
 Subject:RE: Tomcat 3.3 Startup error
 
 
 Unfortunately, I don't see an obvious reason why a class
 in tomcat.jar isn't found when it appears to be in the
 classpath.  Can you display the tomcat.jar's contents with
 the jar program to see if it might be corrupt?
 
 Larry
 
  -Original Message-
  From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, November 15, 2001 4:33 PM
  To: [EMAIL PROTECTED]
  Subject: Tomcat 3.3 Startup error
  
  
  Please assist with correcting the following tomcat startup error ...
  
  # startup.sh 
  Using classpath: ./../lib/tomcat.jar 
  Using JAVA_HOME: /usr/java130 
  Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3 
  # Exception in thread main java.lang.NoClassDefFoundError: 
  org/apache/tomcat/s
  tartup/Main 
  
  AIX 4.3.3, Tomcat 3.3, Java130
  Apache 1.3.22 mod_jk
  
  I installed the Tomcat binary
  
  Thanks in advance
  
  Sean McGrath
  [EMAIL PROTECTED]
  Data Services
  828-6950
  
  
  
  --
  To unsubscribe:   
 mailto:[EMAIL PROTECTED]
  For additional commands: 
 mailto:[EMAIL PROTECTED]
  Troubles with the list: 
 mailto:[EMAIL PROTECTED]
  
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat 3.3 Startup error

2001-11-15 Thread Sean M McGrath/AC/VCU

Output 

org/  
org/apache/  
org/apache/tomcat/  
org/apache/tomcat/util/  
org/apache/tomcat/util/compat/  
org/apache/tomcat/util/compat/jar/  
org/apache/tomcat/util/depend/  
java.util.zip.ZipException: invalid entry size (expected 474 but got 478 
bytes)
at java.lang.Throwable.init(Throwable.java:96)  
at java.lang.Exception.init(Exception.java:44)  
at java.io.IOException.init(IOException.java:49)  
at java.util.zip.ZipException.init(ZipException.java:48)  
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:356)   
 
at java.util.zip.ZipInputStream.read(ZipInputStream.java:145)  
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:94) 
 
at sun.tools.jar.Main.list(Main.java:748)  
at sun.tools.jar.Main.run(Main.java:197)  
at sun.tools.jar.Main.main(Main.java:908)  





Sean McGrath
[EMAIL PROTECTED]
Data Services
828-6950






Larry Isaacs [EMAIL PROTECTED]
11/15/01 04:59 PM
Please respond to Tomcat Users List

 
To: 'Tomcat Users List' [EMAIL PROTECTED]
cc: 
Subject:RE: Tomcat 3.3 Startup error


I'm a Windows user, but I would expect you could do something
like:

/usr/java130/bin/jar -tf 
/usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar

and maybe just:

jar -tf /usr/local/jakarta/jakarta-tomcat-3.3/lib/tomcat.jar

Larry

 -Original Message-
 From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 15, 2001 5:02 PM
 To: Tomcat Users List
 Subject: RE: Tomcat 3.3 Startup error
 
 
 Larry et al
 
 Ignorance is bliss
 How does one go about displaying the contents with the  jar program?
 I install proprietary software and am not a developer so bear with me
 
 
 Sean McGrath
 [EMAIL PROTECTED]
 Data Services
 828-6950
 
 
 
 
 
 
 Larry Isaacs [EMAIL PROTECTED]
 11/15/01 04:51 PM
 Please respond to Tomcat Users List
 
 
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 cc: 
 Subject:RE: Tomcat 3.3 Startup error
 
 
 Unfortunately, I don't see an obvious reason why a class
 in tomcat.jar isn't found when it appears to be in the
 classpath.  Can you display the tomcat.jar's contents with
 the jar program to see if it might be corrupt?
 
 Larry
 
  -Original Message-
  From: Sean M McGrath/AC/VCU [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, November 15, 2001 4:33 PM
  To: [EMAIL PROTECTED]
  Subject: Tomcat 3.3 Startup error
  
  
  Please assist with correcting the following tomcat startup error ...
  
  # startup.sh 
  Using classpath: ./../lib/tomcat.jar 
  Using JAVA_HOME: /usr/java130 
  Using TOMCAT_HOME: /usr/local/jakarta/jakarta-tomcat-3.3 
  # Exception in thread main java.lang.NoClassDefFoundError: 
  org/apache/tomcat/s
  tartup/Main 
  
  AIX 4.3.3, Tomcat 3.3, Java130
  Apache 1.3.22 mod_jk
  
  I installed the Tomcat binary
  
  Thanks in advance
  
  Sean McGrath
  [EMAIL PROTECTED]
  Data Services
  828-6950
  
  
  
  --
  To unsubscribe: 
 mailto:[EMAIL PROTECTED]
  For additional commands: 
 mailto:[EMAIL PROTECTED]
  Troubles with the list: 
 mailto:[EMAIL PROTECTED]
  
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat 3.2.3 Startup Error Ctx() socket write error..What going on?

2001-08-12 Thread Bryan Lentz

Hi all,

using w2k, jdk1.3,tomcat 3.2.3, peer to peer network


2001-08-12 22:49:35 - ContextManager: Adding context Ctx( /examples )
2001-08-12 22:49:35 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-08-12 22:49:35 - ContextManager: Adding context Ctx(  )
2001-08-12 22:49:35 - ContextManager: Adding context Ctx( /test )
2001-08-12 22:49:35 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-08-12 22:49:35 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007

2001-08-12 22:53:55 - Ctx(  ): IOException in: R(  + /index.html + null)
Connect
ion aborted by peer: socket write error
2001-08-12 22:53:55 - Ctx(  ): IOException in: R(  + /tomcat-power.gif +
null) C
onnection aborted by peer: socket write error

Anyone know what's going on here 

Thanks
Bryan




Tomcat Startup Error

2001-06-06 Thread Mike Alba



Hi,

 Sorry for the beginner question but at least 
it is a tomcat
question ;)
 Anyway when I try to start tomcat on port 
80
I get a 

java.net.BindException: Permission 
denied

Error and it fails can someone please tell me 
why?

Thanks in advance for yor 
help!


RE: Tomcat Startup Error

2001-06-06 Thread Ryan Thompson



you 
must be root to start it on a port below 1024
run it 
on 8080 or start it when you are root

  -Original Message-From: Mike Alba 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 06, 2001 2:55 
  PMTo: [EMAIL PROTECTED]Subject: Tomcat 
  Startup Error
  Hi,
  
   Sorry for the beginner question but at 
  least it is a tomcat
  question ;)
   Anyway when I try to start tomcat on port 
  80
  I get a 
  
  java.net.BindException: Permission 
  denied
  
  Error and it fails can someone please tell me 
  why?
  
  Thanks in advance for yor 
help!


Re: Tomcat Startup Error

2001-06-06 Thread Michael Jennings



Hi,

What operating system are you using? Which version 
of Java are you launching it with?
What version of tomcat are you using?
What user are you logged in as when you try to 
launch it?
When you say you started tomcat on port 80, do you 
mean you
modified the configuration file or files to use 
port 80?
Do you prefer pepsi or coke?
Any information you can send along 
helps!
-Mike



  - Original Message - 
  From: 
  Mike Alba 

  To: [EMAIL PROTECTED] 
  Sent: Wednesday, June 06, 2001 2:55 
  PM
  Subject: Tomcat Startup Error
  
  Hi,
  
   Sorry for the beginner question but at 
  least it is a tomcat
  question ;)
   Anyway when I try to start tomcat on port 
  80
  I get a 
  
  java.net.BindException: Permission 
  denied
  
  Error and it fails can someone please tell me 
  why?
  
  Thanks in advance for yor 
help!


Re: Tomcat Startup Error

2001-06-06 Thread Milt Epstein


Sounds like they're trying to use a port they don't have permission
for.  On UNIX systems, using any port below 1024 requires root
permission.  But you probably don't want to be running tomcat as root.
Best bet is to use tomcat on a port higher than 1024 (or use it with
apache, which knows how to use port 80).  This has come up on the list
before.


On Wed, 6 Jun 2001, Michael Jennings wrote:

 Hi,

 What operating system are you using? Which version of Java are you launching it with?
 What version of tomcat are you using?
 What user are you logged in as when you try to launch it?
 When you say you started tomcat on port 80, do you mean you
 modified the configuration file or files to use port 80?
 Do you prefer pepsi or coke?
 Any information you can send along helps!
 -Mike


   - Original Message -
   From: Mike Alba
   To: [EMAIL PROTECTED]
   Sent: Wednesday, June 06, 2001 2:55 PM
   Subject: Tomcat Startup Error


   Hi,

 Sorry for the beginner question but at least it is a tomcat
   question ;)
 Anyway when I try to start tomcat on port 80
   I get a

   java.net.BindException: Permission denied

   Error and it fails can someone please tell me why?

   Thanks in advance for yor help!


Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]




Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Web master

Hello,

I am using Tomcat as my server and it was working fine till yesterday. 
Somebody was in my system to install bunch of stuff and after that, when 
I tried to start the server, it starts and the JAVA console comes and it 
disappears in a second,. Since I couldn't see, what was in the console, 
I couldn't figure out, what is causing the tomcat not to start.

IS there any way, I can find out why tomcat is not starting. I checked 
my CLASSPATH , PATH and server.log nothing helps.

Thank you for your time.




Re: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Noel E. Lecaros

Hi, (your-name-here)

Assuming it's Windows, just open a DOS prompt and type the command startup
located in the bin subdirectory.  If you get an exception filling up the
console, on NT you can simply increase the window size, reduce the console
screen font, and increase the console buffer.  On Win 9x, you're hosed.

Regards,
Noel Lecaros

Web master wrote:

 Hello,

 I am using Tomcat as my server and it was working fine till yesterday.
 Somebody was in my system to install bunch of stuff and after that, when
 I tried to start the server, it starts and the JAVA console comes and it
 disappears in a second,. Since I couldn't see, what was in the console,
 I couldn't figure out, what is causing the tomcat not to start.

 IS there any way, I can find out why tomcat is not starting. I checked
 my CLASSPATH , PATH and server.log nothing helps.

 Thank you for your time.




RE: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Craig O'Brien

Sounds like you are using Windows and double clicking on the startup.bat
file

Open your dos shell.

type java -version enterthis will confirm the presence of your java
environment with your java version

cd \location\of\tomcat\bin  enter
startup.bat enter  (I think its called startup.bat -- confirm this)

your window will stay open and you will get your error messages.

confirm that tomcat is not running by calling the tomcat homepage.
(http://localhost:8080/)  check that a different jdk was not inserted in
your classpath before the one you want. Check that permissions weren't
changed.

Regards,
Craig

-Original Message-
From: Web master [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 10:20 AM
To: [EMAIL PROTECTED]
Subject: Tomcat is not starting - How to trap the startup error?


Hello,

I am using Tomcat as my server and it was working fine till yesterday.
Somebody was in my system to install bunch of stuff and after that, when
I tried to start the server, it starts and the JAVA console comes and it
disappears in a second,. Since I couldn't see, what was in the console,
I couldn't figure out, what is causing the tomcat not to start.

IS there any way, I can find out why tomcat is not starting. I checked
my CLASSPATH , PATH and server.log nothing helps.

Thank you for your time.





RE: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread Chris Andreou

go under bin 

and type tomcat run

also make sure that you have Normal Http for tomcat on



-Original Message-
From: Web master [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 12:20 PM
To: [EMAIL PROTECTED]
Subject: Tomcat is not starting - How to trap the startup error?


Hello,

I am using Tomcat as my server and it was working fine till yesterday. 
Somebody was in my system to install bunch of stuff and after that, when 
I tried to start the server, it starts and the JAVA console comes and it 
disappears in a second,. Since I couldn't see, what was in the console, 
I couldn't figure out, what is causing the tomcat not to start.

IS there any way, I can find out why tomcat is not starting. I checked 
my CLASSPATH , PATH and server.log nothing helps.

Thank you for your time.



Re: Tomcat is not starting - How to trap the startup error?

2001-05-04 Thread MTiffany71
If you are using Win9x AND you're starting Tomcat from the DOS batch file 
script (which it sounds like you are...), when the DOS console appears, just 
click the "properties" button: When the properties dialog box pops up it will 
prevent the DOS box from closing. You'll be able to read the error output on 
the console. 

YMMV

Good Luck,
Michael Tiffany


tomcat startup error

2000-12-23 Thread utsab koirala

hi, i am using tomcat server in linux platform. It was working well but
afterwards i tried to install xml in my linux box. then xml was also working
well. but when i reboot the system and tried to startup the tomcat-apache
server i got this type of error: and also i tried by removing the directories
which was used during unzipping the xml it also doesnot work.

[root@host user]# Using classpath:
.:/usr/software/jakarta-tomcat/lib/ant.jar:
/usr/software/jakarta-tomcat/lib/jasper.jar:
/usr/software/jakarta-tomcat/lib/servlet.jar:
/usr/software/jakarta-tomcat/lib/test:
/usr/software/jakarta-tomcat/lib/webserver.jar:/
usr/software/jakarta-tomcat/lib/xml.jar:
/usr/software/jdk1.2.2/bin/../lib/tools.jar::
/usr/software/jakarta-tomcat/lib/servlet.jar:
/usr/software:/usr/software/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar:
/usr/software/Energy/eol/java:
/usr/software/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar
[root@host user]#FATAL: configuration error
java.lang.ClassNotFoundException: com.sun.xml.parser.Parser
at java.net.URLClassLoader$1.run(URLClassLoader.java:201)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:311)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
org.xml.sax.helpers.ParserFactory.makeParser(ParserFactory.java:124)
at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:191)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
FATAL: configuration error
java.lang.Exception: Error creating sax parser
at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:207)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163) 


please any one can help me thanx in advance.
utsab


regards,
utsab koirala
world distribution nepal
243706

res. phone 479605


Get free email and a permanent address at http://www.netaddress.com


Re: tomcat startup error

2000-12-23 Thread javabettin

You need to put parser.jar in your classpath. 
Download at: http://java.sun.com/xml

Dave
--- utsab koirala [EMAIL PROTECTED] wrote:
 hi, i am using tomcat server in linux platform. It
 was working well but
 afterwards i tried to install xml in my linux box.
 then xml was also working
 well. but when i reboot the system and tried to
 startup the tomcat-apache
 server i got this type of error: and also i tried by
 removing the directories
 which was used during unzipping the xml it also
 doesnot work.
 
 [root@host user]# Using classpath:
 .:/usr/software/jakarta-tomcat/lib/ant.jar:
 /usr/software/jakarta-tomcat/lib/jasper.jar:
 /usr/software/jakarta-tomcat/lib/servlet.jar:
 /usr/software/jakarta-tomcat/lib/test:
 /usr/software/jakarta-tomcat/lib/webserver.jar:/
 usr/software/jakarta-tomcat/lib/xml.jar:
 /usr/software/jdk1.2.2/bin/../lib/tools.jar::
 /usr/software/jakarta-tomcat/lib/servlet.jar:

/usr/software:/usr/software/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar:
 /usr/software/Energy/eol/java:

/usr/software/mysql/mm.mysql.jdbc-1.2c/mysql_comp.jar
 [root@host user]#FATAL: configuration error
 java.lang.ClassNotFoundException:
 com.sun.xml.parser.Parser
 at

java.net.URLClassLoader$1.run(URLClassLoader.java:201)
 at
 java.security.AccessController.doPrivileged(Native
 Method)
 at

java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at

java.lang.ClassLoader.loadClass(ClassLoader.java:295)
 at

java.lang.ClassLoader.loadClass(ClassLoader.java:252)
 at

java.lang.ClassLoader.loadClassInternal(ClassLoader.java:311)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:120)
 at

org.xml.sax.helpers.ParserFactory.makeParser(ParserFactory.java:124)
 at

org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:191)
 at

org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
 at

org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
 FATAL: configuration error
 java.lang.Exception: Error creating sax parser
 at

org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:207)
 at

org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:143)
 at

org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)
 
 
 
 please any one can help me thanx in advance.
 utsab
 
HR
br
regards,brbrbr
utsab koiralabr
world distribution nepalbr
243706br
br
font color=maroon size=5res. phone 479605/fontbr
BR
HR noshade width="90%"
Get free email and a permanent address at a
href=http://www.netaddress.com/?N=1http://www.netaddress.com/a



__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/