Tomcat does not start with -Dcom.sun.management.jmxremote.port=9001

2013-02-01 Thread spring
Hi, I want to monitor my tomcat 7 via JMX remotely. The problem is, as soon as I add -Dcom.sun.management.jmxremote.port=9001 to my setenv.sh tomcat does not start anymore. No error message, no log, nothing... The system is a ubuntu which uses start-stop-demon to execute catalina.sh. What could

Re: Tomcat does not start with -Dcom.sun.management.jmxremote.port=9001

2013-02-01 Thread André Warnier
spr...@gmx.eu wrote: Hi, I want to monitor my tomcat 7 via JMX remotely. The problem is, as soon as I add -Dcom.sun.management.jmxremote.port=9001 to my setenv.sh tomcat does not start anymore. No error message, no log, nothing... The system is a ubuntu which uses start-stop-demon to execute

RE: Tomcat does not start with -Dcom.sun.management.jmxremote.port=9001

2013-02-01 Thread spring
there must be a log message somewhere. But I do not find it... The problem is probably that under Ubuntu, the startup script redirects the STDERR log somewhere, where you are not looking (via SYSLOG to /var/log/daemon.log e.g.). There is a syslog file, but it has no error messages.

Re: Tomcat does not start with -Dcom.sun.management.jmxremote.port=9001

2013-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 2/1/13 8:08 AM, spr...@gmx.eu wrote: there must be a log message somewhere. But I do not find it... Where did you look? The problem is probably that under Ubuntu, the startup script redirects the STDERR log

Tomcat does not start

2008-07-18 Thread georgiu marius
Hi ! I'm working with a cluster application and I want to use session replication. Here is my server.xml : ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN   Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on /   Listener

Re: Tomcat does not start after update

2008-07-17 Thread Oliver Hirschi
Caldarale, Charles R [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi Subject: Tomcat does not start after update Since a Java or a MacOSX update, my Tomcat 6.0.14 does not start on my MacOSX Server 10.4.11

RE: Tomcat does not start after update

2008-07-17 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi Subject: Re: Tomcat does not start after update I also tested System.out.println(System.getProperty(java.class.path)); in a test-class and so the output was: .:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0

Tomcat does not start after update

2008-07-16 Thread Oliver Hirschi
Hi Since a Java or a MacOSX update, my Tomcat 6.0.14 does not start on my MacOSX Server 10.4.11. There comes always the followed message into catalina.out: Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/digester/Rule at java.lang.Class.getDeclaredConstructors0

RE: Tomcat does not start after update

2008-07-16 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi Subject: Tomcat does not start after update Since a Java or a MacOSX update, my Tomcat 6.0.14 does not start on my MacOSX Server 10.4.11. There comes always the followed message into catalina.out: Make sure the CLASSPATH

Re: Tomcat does not start as a service in a brand new installation

2008-04-09 Thread Mark Thomas
BeasC wrote: Is there any connection? Does anyone know of a possible solution to this error? Any help is greatly appreciated! Take a look at: https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 Mark - To start a new

Tomcat does not start

2008-04-09 Thread hakan
The Tomcat 6.0 service does not start. I get the following messages in the log. (The first one is swedish for Can't find the file). I've copied the MSVCR71.DLL to Windows\System32. I'm on Vista 64-bit. [2008-04-09 10:03:04] [174 javajni.c] [error] Det går inte att hitta den angivna modulen.

Tomcat does not start as a service in a brand new installation

2008-04-08 Thread BeasC
appreciated! -BeasC -- View this message in context: http://www.nabble.com/Tomcat-does-not-start-as-a-service-in-a-brand-new-installation-tp16578247p16578247.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat does not start

2008-03-27 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=8839 Posted on behalf of a User Only one thing we have to do, to copy the file name msvcr71.dll from you jre directory installation (ex: C:\Program Files\Java\jre1.6.0_03\bin) to the bin folder of tomcat´s intallation (ex: C:\Archivos de

Re: Tomcat does not start

2007-05-31 Thread Rashmi Rubdi
I had problems with Windows Service Installer too, I'm not sure if it was my mistake. I don't remember if I forgot to stop and start Tomcat properly, or if the JAVA_HOME was set correctly. So, to solve the problem I uninstalled Tomcat , and got the ZIP archive. With the ZIP archive there

Tomcat does not start

2007-05-30 Thread Dell'oro Marco
Hi there, I'm having problems running Apache Tomcat 6 (But the same happens with Tomcat 5.0) on a Windows XP home computer with Sun JRE 1.6.0_01. I've installed the same configuration on other machines with successfull results... the log message follows: [2007-05-18 00:37:09] [986 prunsrv.c]

Tomcat does not start

2007-05-30 Thread Dell'oro Marco
Hi there, I'm having problems running Apache Tomcat 6 (But the same happens with Tomcat 5.0) on a Windows XP home computer with Sun JRE 1.6.0_01. I've installed the same configuration on other machines with successfull results... the log message follows: [2007-05-18 00:37:09] [986 prunsrv.c]

Tomcat does not start

2007-05-30 Thread Dell'oro Marco
Hi there, I'm having problems running Apache Tomcat 6 (But the same happens with Tomcat 5.0) on a Windows XP home computer with Sun JRE 1.6.0_01. I've installed the same configuration on other machines with successfull results... the log message follows: [2007-05-18 00:37:09] [986 prunsrv.c]

Re: Tomcat does not start

2007-05-30 Thread domenico di leo
I have the same problem, I suppose the cause is JDk 1.6 indeed I use jdk 1.5 and Tomcat play well, On 30/05/07, Dell'oro Marco [EMAIL PROTECTED] wrote: Hi there, I'm having problems running Apache Tomcat 6 (But the same happens with Tomcat 5.0) on a Windows XP home computer with Sun JRE

Re: Tomcat does not start

2007-05-30 Thread John Weaver
i don't know if it will help, but have you tried reinstalling your jvm? On 31/05/07, domenico di leo [EMAIL PROTECTED] wrote: I have the same problem, I suppose the cause is JDk 1.6 indeed I use jdk 1.5 and Tomcat play well, On 30/05/07, Dell'oro Marco [EMAIL PROTECTED] wrote: Hi there, I'm

Re: Tomcat does not start

2007-05-30 Thread Len Popp
Sounds like it might be this problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=41538 There are a couple of workarounds suggested there. -- Len On 5/30/07, Dell'oro Marco [EMAIL PROTECTED] wrote: Hi there, I'm having problems running Apache Tomcat 6 (But the same happens with Tomcat