Re: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Mark Thomas
On August 27, 2019 5:40:57 PM UTC, Juan Ramirez wrote: >Hello, > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit >version as a service. https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 It seems to be specific to 32-bit Windows. Still digging in to the root cause. You can

RE: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Juan Ramirez
On Tuesday, August 27, 2019 7:41 PM Juan Ramirez wrote: > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a >service. After installing Tomcat9 using the windows service installer, I try >to run Tomcat9 and get the windows service error: >"Windows could not start Tomca

RE: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Lemke, Michael ST/HZA-ZIC2
On Tuesday, August 27, 2019 7:41 PM Juan Ramirez wrote: > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a >service. After installing Tomcat9 using the windows service installer, I try >to run Tomcat9 and get the windows service error: >"Windows could not start Tomca

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-25 Thread sharkanana
I have fixed it, I reinstalled the 64 bit versions of jdk and jre, and removed all the env vars I added and it started right away. Thanks! sharkanana wrote: > > I've run tomcat so many times before on every one of my computers with no > problem, but I just went to do it today on my desktop and

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread sharkanana
Well this is the first time I've tried running tomcat on this system, so I am using a vanilla install. I have set JAVA_HOME and JRE_HOME in my env vars, I'm not sure if they should be there or not. I have removed the CLASSPATH var. Other than that I have tried 5.5, 6 and 7 fresh installs and am

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharkanana, On 7/22/2010 8:34 PM, sharkanana wrote: Here is my server.xml. It is default. Yup, that looks like the default -- or close enough that it doesn't matter what you may have changed. Could you try reinstallin

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sharkanana, On 7/22/2010 8:34 PM, sharkanana wrote: > Here is my server.xml. It is default. Yup, that looks like the default -- or close enough that it doesn't matter what you may have changed. Could you try reinstalling a fresh copy of Tomcat and

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread sharkanana
Here is my server.xml. It is default.

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 7/22/2010 12:21 AM, Caldarale, Charles R wrote: >> From: sharkanana [mailto:sharkan...@gmail.com] >> Subject: Problems starting Tomcat on windows 7 64bit. >> >> I have tried many different versions of tomcat and >> all give the same problem

RE: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread sharkanana
java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode) javac -version javac 1.6.0_18 Tomcat 7 is the version I'm currently trying to run with, I installed it by extracting the zip file. I'm starting with

Re: Problems starting Tomcat on windows 7 64bit.

2010-07-22 Thread Pid
On 22/07/2010 04:30, sharkanana wrote: > > I've run tomcat so many times before on every one of my computers with no > problem, but I just went to do it today on my desktop and am getting an > error immediately on the start of the server. > > I have set catalina_home, classpath, In addition to C

RE: Problems starting Tomcat on windows 7 64bit.

2010-07-21 Thread Caldarale, Charles R
> From: sharkanana [mailto:sharkan...@gmail.com] > Subject: Problems starting Tomcat on windows 7 64bit. > > I have tried many different versions of tomcat and > all give the same problem. So tell us the exact version of *one* Tomcat you tried that has the problem, along with the JRE or JDK ver

Re: Re: Problems Starting Tomcat

2006-03-03 Thread Warren Pace
> > > > > >>Hi all > >> > >>I'm having problems starting Tomcat after my home account (in which > >>Tomcat is installed) was moved from one server to another. > >> > >>The most visible thing that has changed is that my home directory now > >>has a different path. Before the move, my installation

Re: Problems Starting Tomcat

2006-03-03 Thread C Rose
I stand corrected: the full log is given below. There seems to be SAXParseExceptions, but I can't tell which file might be to blame. 03-Mar-2006 16:37:40 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 03-Mar-2006 16:37:41 org.apache.coyote.http11.Htt

Re: Problems Starting Tomcat

2006-03-03 Thread David Delbecq
Are you sure there are not other error message before? This error means you can't start the userdatabase realm because the realm doesn't find it's datasource (named 'UserDatabase') . Eaither you didn't configure the datasource your userdatabase realm has to use, either it is configured but not sta

Re: Problems Starting Tomcat

2006-03-03 Thread Hadraba Petr
Hi, do you have the tomcat-users.xml file in the $CATALINA_HOME/conf directory? The user database I think is the file storing user names, roles and their passwords... Hope it helps PETR On 3/3/06, C Rose <[EMAIL PROTECTED]> wrote: > Hi all > > I'm having problems starting Tomcat after my home