The problem is that you're running the 32-bit version of the Tomcat service wrapper (tomcat6.exe) so it can't load the 64-bit JRE.
I think you can use the 64-bit exe's from here: https://svn.apache.org/repos/asf/tomcat/connectors/trunk/procrun/bin/amd64/ Replace the ones in your Tomcat bin directory with those ones. (Rename tomcat5.exe -> tomcat6.exe, tomcat5w.exe -> tomcat6w.exe.) -- Len On Sun, Jan 25, 2009 at 09:58, Shaolin <[email protected]> wrote: > 64 bit > > On 25/01/2009, Len Popp <[email protected]> wrote: >> Are you using the 32-bit or 64-bit version of the JRE? >> -- >> Len >> >> On Sun, Jan 25, 2009 at 09:47, Shaolin <[email protected]> wrote: >>> Ok - So what do I have to do then ? Im really lost, Ive tried every >>> possible way I know and nothing works. >>> >>> On 25/01/2009, Ken Bowen <[email protected]> wrote: >>>> No. >>>> >>>> On Jan 25, 2009, at 9:18 AM, michel wrote: >>>> >>>>> OK, here is a stupid question, but isn't he JDK included in Tomcat? >>>>> >>>>> >>>>> ----- Original Message ----- From: "Shaolin" <[email protected]> >>>>> To: <[email protected]> >>>>> Sent: Sunday, January 25, 2009 9:15 AM >>>>> Subject: Fresh install problems >>>>> >>>>> >>>>>> Hi Guys >>>>>> I downloaded Tomcat 6.0.18 and JDK 6 Update 11 - Installed the JDK >>>>>> followed by tomcat, specified JRE path (C:\Program >>>>>> Files\Java\jdk1.6.0_11\jre). The problem is it doesnt start. Here are >>>>>> the log errors: >>>>>> [2009-01-25 03:00:28] [info] Procrun (2.0.4.0) started >>>>>> [2009-01-25 03:00:28] [info] Running Service... >>>>>> [2009-01-25 03:00:28] [info] Starting service... >>>>>> [2009-01-25 03:00:28] [174 javajni.c] [error] %1 is not a valid Win32 >>>>>> application. >>>>>> [2009-01-25 03:00:28] [994 prunsrv.c] [error] Failed creating java >>>>>> C:\Program Files\Java\jdk1.6.0_11\jre\bin\server\jvm.dll >>>>>> [2009-01-25 03:00:28] [1269 prunsrv.c] [error] ServiceStart >>>>>> returned 1 >>>>>> [2009-01-25 03:00:28] [info] Run service finished. >>>>>> [2009-01-25 03:00:28] [info] Procrun finished. >>>>>> --------------------------------------------------------------------- >>>>>> 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] >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
