Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Milan,

On 11/9/2009 6:32 AM, Milan Tomic wrote:
 I have just installed it and moved some apps from tomcat 5.0.

You should start over with the server.xml that came with Tomcat 6.0 and
add whatever configuration you need.

TC 5.0 server.xml is unlikely to be compatible with 6.0.

As Pid says, you should remove Context elements from server.xml to
avoid all kinds of problems.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr501UACgkQ9CaO5/Lv0PDpeQCeN8N2bafd76hqSoC0nkL0HrrB
IPcAniLwedtgKdxAFucoSzQ1hAex+iLn
=TvCB
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pid,

On 11/9/2009 11:08 AM, Pid wrote:
 On 09/11/2009 15:46, André Warnier wrote:
 and mimsy were the borogroves
 
 Aha!  You've employed the Inclined Sandle Variation presuming that will
 flummox me; but I have the perfect riposte: marmoset singlehat.

Sadly, this mailing list is mirrored multiple places.

Otherwise, Inclined Sandle Variation would be a Google Thwack.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr51CMACgkQ9CaO5/Lv0PDKeACgsI4TYH9NaXtIdz488lPD3GHh
RbIAoMOHrtM63KldQolT7X6C31yThVxT
=fOM2
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-09 Thread Pid

On 09/11/2009 09:40, Milan Tomic wrote:



I got this excpetion while starting Tomcat 6.0.20:

INFO: Starting service Catalina
9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)

I have already used Google, but it didn't helped me.

What could be wrong? Exception messege here is not descriptive enough.


Post the full stacktrace please.

Your server.xml with comments removed and any other pertinent config, 
e.g. META-INF/context.xml would also be useful, as would some 
information about your setup.


Is this a vanilla install?

On which OS/version?



p



Thank you in advance,
Milan




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
Hi Pid,


 Post the full stacktrace please.
At the end of this mail.

 Your server.xml with comments removed
At the end of this mail.

 Is this a vanilla install?
I have just installed it and moved some apps from tomcat 5.0.

 On which OS/version?
Windows 2003 Server

Thank you! :)


LOG:
Using CATALINA_BASE:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_HOME:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_TMPDIR: D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20\temp
Using JRE_HOME:    D:\LPIS_0\jdk_jRockIt\jrrt-3.1.0-1.6.0
9.11.2009 9:22:49 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Realm} Setting property
'debug' to '1' did not find a matching property.
9.11.2009 9:22:49 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: D:\LPIS_0\j
dk_jRockIt\jrrt-3.1.0-1.6.0\bin;.;C:\WINDOWS\system32;C:\Documents and Settings\
Administrator\WINDOWS;D:\oracle\product\10.2.0\bin;D:\oracle\product\10.1.0\db\j
re\1.4.2\bin\client;D:\oracle\product\10.1.0\db\jre\1.4.2\bin;D:\oracle\product\
10.1.0\db\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS
\system32\nls;C:\WINDOWS\system32\nls\ENGLISH
9.11.2009 9:22:49 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8082
9.11.2009 9:22:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1088 ms
9.11.2009 9:22:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    at org.josso.Lookup.clinit(Lookup.java:55)
    at com.sinergise.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java
:201)
    at org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
:233)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1050)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445
)
    at org.apache.catalina.core.StandardService.start(StandardService.java:5
16)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710
)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:290)
    ... 1 more




SERVER.XML:
?xml version='1.0' encoding='utf-8'?
Server port=8008 shutdown=SHUTDOWN
  Listener className=org.apache.catalina.core.AprLifecycleListener 
SSLEngine=on /
  Listener className=org.apache.catalina.core.JasperListener /
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener 
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
  GlobalNamingResources
    Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
  description=User database that can be updated and saved
  factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /
  /GlobalNamingResources
  Service name=Catalina
  
    Connector port=8082 maxThreads=800 maxKeepAliveRequests=999 
minSpareThreads=200 maxSpareThreads=400 enableLookups=false 
protocol=HTTP/1.1 
   connectionTimeout=2 acceptCount=100 debug=0 
disableUploadTimeout=true
   redirectPort=8443 /
    Connector port=8011 protocol=AJP/1.3 redirectPort=8443 /

    Engine name=Catalina defaultHost=localhost
  Realm className=org.apache.catalina.realm.UserDatabaseRealm
 resourceName=UserDatabase/
  Host name=localhost  appBase=webapps
    unpackWARs=true autoDeploy=true
    xmlValidation=false xmlNamespaceAware=false
 

Re: Tomcat startup exception

2009-11-09 Thread Milan Tomic
Oh, I have missed this line:

Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

it seems that Log4J is missing.

Best regards,
Milan



- Original Message 
From: Milan Tomic tomicmi...@yahoo.com
To: Tomcat Users List users@tomcat.apache.org
Sent: Mon, November 9, 2009 12:32:47 PM
Subject: Re: Tomcat startup exception

Hi Pid,


 Post the full stacktrace please.
At the end of this mail.

 Your server.xml with comments removed
At the end of this mail.

 Is this a vanilla install?
I have just installed it and moved some apps from tomcat 5.0.

 On which OS/version?
Windows 2003 Server

Thank you! :)


LOG:
Using CATALINA_BASE:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_HOME:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_TMPDIR: D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20\temp
Using JRE_HOME:    D:\LPIS_0\jdk_jRockIt\jrrt-3.1.0-1.6.0
9.11.2009 9:22:49 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Realm} Setting property
'debug' to '1' did not find a matching property.
9.11.2009 9:22:49 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: D:\LPIS_0\j
dk_jRockIt\jrrt-3.1.0-1.6.0\bin;.;C:\WINDOWS\system32;C:\Documents and Settings\
Administrator\WINDOWS;D:\oracle\product\10.2.0\bin;D:\oracle\product\10.1.0\db\j
re\1.4.2\bin\client;D:\oracle\product\10.1.0\db\jre\1.4.2\bin;D:\oracle\product\
10.1.0\db\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS
\system32\nls;C:\WINDOWS\system32\nls\ENGLISH
9.11.2009 9:22:49 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8082
9.11.2009 9:22:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1088 ms
9.11.2009 9:22:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
    at org.josso.Lookup.clinit(Lookup.java:55)
    at com.sinergise.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java
:201)
    at org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
:233)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1050)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445
)
    at org.apache.catalina.core.StandardService.start(StandardService.java:5
16)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710
)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:290)
    ... 1 more




SERVER.XML:
?xml version='1.0' encoding='utf-8'?
Server port=8008 shutdown=SHUTDOWN
  Listener className=org.apache.catalina.core.AprLifecycleListener 
SSLEngine=on /
  Listener className=org.apache.catalina.core.JasperListener /
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener 
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
  GlobalNamingResources
    Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
  description=User database that can be updated and saved
  factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /
  /GlobalNamingResources
  Service name=Catalina
  
    Connector port=8082 maxThreads=800 maxKeepAliveRequests=999 
minSpareThreads=200 maxSpareThreads=400 enableLookups=false 
protocol=HTTP/1.1 
   connectionTimeout=2 acceptCount=100 debug=0 
disableUploadTimeout=true
   redirectPort=8443 /
    Connector port=8011

Re: Tomcat startup exception

2009-11-09 Thread Pid

On 09/11/2009 11:49, Milan Tomic wrote:

Oh, I have missed this line:

Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

it seems that Log4J is missing.

Best regards,
Milan



- Original Message 
From: Milan Tomictomicmi...@yahoo.com
To: Tomcat Users Listusers@tomcat.apache.org
Sent: Mon, November 9, 2009 12:32:47 PM
Subject: Re: Tomcat startup exception

Hi Pid,



Post the full stacktrace please.

At the end of this mail.


Your server.xml with comments removed

At the end of this mail.


Is this a vanilla install?

I have just installed it and moved some apps from tomcat 5.0.


On which OS/version?

Windows 2003 Server

Thank you! :)


LOG:
Using CATALINA_BASE:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_HOME:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_TMPDIR: D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20\temp
Using JRE_HOME:D:\LPIS_0\jdk_jRockIt\jrrt-3.1.0-1.6.0
9.11.2009 9:22:49 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Realm} Setting property
'debug' to '1' did not find a matching property.


This isn't harmful, but it's worth noting that Tomcat config practices 
have changed just a little between 5.0 and 6.0.


Take the debug=1 line out to clean up this message.


9.11.2009 9:22:49 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: D:\LPIS_0\j
dk_jRockIt\jrrt-3.1.0-1.6.0\bin;.;C:\WINDOWS\system32;C:\Documents and Settings\
Administrator\WINDOWS;D:\oracle\product\10.2.0\bin;D:\oracle\product\10.1.0\db\j
re\1.4.2\bin\client;D:\oracle\product\10.1.0\db\jre\1.4.2\bin;D:\oracle\product\
10.1.0\db\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS
\system32\nls;C:\WINDOWS\system32\nls\ENGLISH


Comment out the AprLifecycleListener to clean up this message, if you're 
not intending to use tcnative.



9.11.2009 9:22:49 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8082
9.11.2009 9:22:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1088 ms
9.11.2009 9:22:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
 at org.josso.Lookup.clinit(Lookup.java:55)


As you recognise, you're missing commons-logging.jar.


 at 
com.sinergise.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java
:201)
 at 
org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
:233)
 at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1050)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445
)
 at 
org.apache.catalina.core.StandardService.start(StandardService.java:5
16)
 at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710
)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:290)
 ... 1 more




SERVER.XML:
?xml version='1.0' encoding='utf-8'?
Server port=8008 shutdown=SHUTDOWN
   Listener className=org.apache.catalina.core.AprLifecycleListener 
SSLEngine=on /
   Listener className=org.apache.catalina.core.JasperListener /
   Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
   Listener 
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
   GlobalNamingResources
 Resource name=UserDatabase auth=Container
   type=org.apache.catalina.UserDatabase
   description=User database that can be updated and saved
   factory

RE: Tomcat startup exception

2009-11-09 Thread Martin Gainty

this is my log4j

$CATALINA_HOME/lib
09/14/2006  06:04 AM   367,444 log4j-1.2.14.jar

Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




 Date: Mon, 9 Nov 2009 03:49:48 -0800
 From: tomicmi...@yahoo.com
 Subject: Re: Tomcat startup exception
 To: users@tomcat.apache.org
 
 Oh, I have missed this line:
 
 Caused by: java.lang.NoClassDefFoundError: 
 org/apache/commons/logging/LogFactory
 
 it seems that Log4J is missing.
 
 Best regards,
 Milan
 
 
 
 - Original Message 
 From: Milan Tomic tomicmi...@yahoo.com
 To: Tomcat Users List users@tomcat.apache.org
 Sent: Mon, November 9, 2009 12:32:47 PM
 Subject: Re: Tomcat startup exception
 
 Hi Pid,
 
 
  Post the full stacktrace please.
 At the end of this mail.
 
  Your server.xml with comments removed
 At the end of this mail.
 
  Is this a vanilla install?
 I have just installed it and moved some apps from tomcat 5.0.
 
  On which OS/version?
 Windows 2003 Server
 
 Thank you! :)
 
 
 LOG:
 Using CATALINA_BASE:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
 Using CATALINA_HOME:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
 Using CATALINA_TMPDIR: D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20\temp
 Using JRE_HOME:D:\LPIS_0\jdk_jRockIt\jrrt-3.1.0-1.6.0
 9.11.2009 9:22:49 org.apache.tomcat.util.digester.SetPropertiesRule begin
 WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Realm} Setting 
 property
 'debug' to '1' did not find a matching property.
 9.11.2009 9:22:49 org.apache.catalina.core.AprLifecycleListener init
 INFO: The APR based Apache Tomcat Native library which allows optimal 
 performanc
 e in production environments was not found on the java.library.path: 
 D:\LPIS_0\j
 dk_jRockIt\jrrt-3.1.0-1.6.0\bin;.;C:\WINDOWS\system32;C:\Documents and 
 Settings\
 Administrator\WINDOWS;D:\oracle\product\10.2.0\bin;D:\oracle\product\10.1.0\db\j
 re\1.4.2\bin\client;D:\oracle\product\10.1.0\db\jre\1.4.2\bin;D:\oracle\product\
 10.1.0\db\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS
 \system32\nls;C:\WINDOWS\system32\nls\ENGLISH
 9.11.2009 9:22:49 org.apache.coyote.http11.Http11Protocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8082
 9.11.2009 9:22:50 org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 1088 ms
 9.11.2009 9:22:50 org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
 java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
 Caused by: java.lang.NoClassDefFoundError: 
 org/apache/commons/logging/LogFactory
 at org.josso.Lookup.clinit(Lookup.java:55)
 at 
 com.sinergise.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java
 :201)
 at 
 org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
 :233)
 at 
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1050)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at 
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at 
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445
 )
 at 
 org.apache.catalina.core.StandardService.start(StandardService.java:5
 16)
 at 
 org.apache.catalina.core.StandardServer.start(StandardServer.java:710
 )
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0

Re: Tomcat startup exception

2009-11-09 Thread Pid

On 09/11/2009 13:14, Martin Gainty wrote:


this is my log4j

$CATALINA_HOME/lib
09/14/2006  06:04 AM   367,444 log4j-1.2.14.jar


My cat's name is Mittens.

p


Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.





Date: Mon, 9 Nov 2009 03:49:48 -0800
From: tomicmi...@yahoo.com
Subject: Re: Tomcat startup exception
To: users@tomcat.apache.org

Oh, I have missed this line:

Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

it seems that Log4J is missing.

Best regards,
Milan



- Original Message 
From: Milan Tomictomicmi...@yahoo.com
To: Tomcat Users Listusers@tomcat.apache.org
Sent: Mon, November 9, 2009 12:32:47 PM
Subject: Re: Tomcat startup exception

Hi Pid,



Post the full stacktrace please.

At the end of this mail.


Your server.xml with comments removed

At the end of this mail.


Is this a vanilla install?

I have just installed it and moved some apps from tomcat 5.0.


On which OS/version?

Windows 2003 Server

Thank you! :)


LOG:
Using CATALINA_BASE:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_HOME:   D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20
Using CATALINA_TMPDIR: D:\LPIS_0\Tomcat2_novo\apache-tomcat-6.0.20\temp
Using JRE_HOME:D:\LPIS_0\jdk_jRockIt\jrrt-3.1.0-1.6.0
9.11.2009 9:22:49 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Realm} Setting property
'debug' to '1' did not find a matching property.
9.11.2009 9:22:49 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: D:\LPIS_0\j
dk_jRockIt\jrrt-3.1.0-1.6.0\bin;.;C:\WINDOWS\system32;C:\Documents and Settings\
Administrator\WINDOWS;D:\oracle\product\10.2.0\bin;D:\oracle\product\10.1.0\db\j
re\1.4.2\bin\client;D:\oracle\product\10.1.0\db\jre\1.4.2\bin;D:\oracle\product\
10.1.0\db\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS
\system32\nls;C:\WINDOWS\system32\nls\ENGLISH
9.11.2009 9:22:49 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8082
9.11.2009 9:22:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1088 ms
9.11.2009 9:22:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
9.11.2009 9:22:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
 at org.josso.Lookup.clinit(Lookup.java:55)
 at 
com.sinergise.josso.tc60.agent.SSOAgentValve.start(SSOAgentValve.java
:201)
 at 
org.apache.catalina.core.StandardPipeline.start(StandardPipeline.java
:233)
 at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1050)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445
)
 at 
org.apache.catalina.core.StandardService.start(StandardService.java:5
16)
 at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710
)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method

Re: Tomcat startup exception

2009-11-09 Thread André Warnier

Pid wrote:


My cat's name is Mittens.


and mimsy were the borogroves.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-09 Thread Pid

On 09/11/2009 15:46, André Warnier wrote:

and mimsy were the borogroves


Aha!  You've employed the Inclined Sandle Variation presuming that will 
flummox me; but I have the perfect riposte: marmoset singlehat.


I think you'll find you've been boxed.


p


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
 From: Pid [mailto:p...@pidster.com]
 Subject: Re: Tomcat startup exception
 
 I think you'll find you've been boxed.

Goo goo g'joob.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-09 Thread André Warnier

Caldarale, Charles R wrote:

From: Pid [mailto:p...@pidster.com]
Subject: Re: Tomcat startup exception

I think you'll find you've been boxed.


Goo goo g'joob.


Sirs, you've got me smacked, two episodes ago already.
In my defense, I'll quote Samuel Clemens :
To any foreigner, English is exceedingly difficult. Even the angels 
speak it with an accent.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat startup exception

2009-11-09 Thread Caldarale, Charles R
 From: André Warnier [mailto:a...@ice-sa.com]
 Subject: Re: Tomcat startup exception
 
  Goo goo g'joob.
 
 Sirs, you've got me smacked, two episodes ago already.

Hint: I am the Walrus (Lennon, not Carroll - although there are numerous 
similarities).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat startup exception

2009-11-09 Thread Pid

On 09/11/2009 21:04, Caldarale, Charles R wrote:

From: André Warnier [mailto:a...@ice-sa.com]
Subject: Re: Tomcat startup exception


Goo goo g'joob.


Sirs, you've got me smacked, two episodes ago already.


Hint: I am the Walrus (Lennon, not Carroll - although there are numerous 
similarities).

  - Chuck


@Andre, Chuck cunningly employed a naked shunt to convert the box into a 
half grip, thus neatly ending the game - as everyone will recognise.


p



THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org