Link to home
Start Free TrialLog in
Avatar of jjoz
jjozFlag for Australia

asked on

Error in starting Apache Tomcat 5.5.27 under Win 2k3 x64 Standard on Intel Xeon E5410

Hi,

I'm having trouble in starting Apache Tomcat under Windows Server 2003 Standard Edition x64 on Intel Xeon E5410 Quadcore Processor.

the JRE that I'm using is jre-1_5_0_07-windows-amd64.exe and I couldn't start Tomcat from the services icon on System tray.

below is the following error message from the error log. that i tried:

Error after i point the JVM to the default JRE 1.5 update 7 AMD64 installation dir.
Error after i put double quote in the JVM URL
Error again while i pointed out the JVM that is used by Oracle 10g AS
Error again when i check the 'use default' option

any idea please ?
--"Error after i point the JVM to the default JRE 1.5 update 7 AMD64 installation dir."
[2008-10-09 18:28:20] [174  javajni.c] [error] %1 is not a valid Win32 application.
[2008-10-09 18:28:20] [994  prunsrv.c] [error] Failed creating java C:\Program Files\Java\jre1.5.0_07\bin\server\jvm.dll
[2008-10-09 18:28:20] [1269 prunsrv.c] [error] ServiceStart returned 1
--" Error after i put double quote in the JVM URL"
[2008-10-09 18:29:39] [174  javajni.c] [error] The specified module could not be found.
[2008-10-09 18:29:39] [994  prunsrv.c] [error] Failed creating java "C:\Program Files\Java\jre1.5.0_07\bin\server\jvm.dll"
[2008-10-09 18:29:39] [1269 prunsrv.c] [error] ServiceStart returned 1
--"Error again while i pointed out the JVM that is used by Oracle 10g AS"
[2008-10-09 18:32:29] [174  javajni.c] [error] The specified module could not be found.
[2008-10-09 18:32:29] [994  prunsrv.c] [error] Failed creating java D:\Java\jdk1.5.0_07\jre\bin\server
[2008-10-09 18:32:29] [1269 prunsrv.c] [error] ServiceStart returned 1
--"Error again when i check the 'use default' option"
[2008-10-09 18:33:06] [994  prunsrv.c] [error] Failed creating java 
[2008-10-09 18:33:06] [1269 prunsrv.c] [error] ServiceStart returned 1

Open in new window

Avatar of Ajay-Singh
Ajay-Singh

Sounds like the java is not compatible at C:\Program Files\Java\jre1.5.0_07\bin. Can you conform that?
Avatar of jjoz

ASKER

not to sure Singh,

I'd love to know if there is anyone who ever succeed in installing JRE/JDK under Window/Intel x64 environment.
ASKER CERTIFIED SOLUTION
Avatar of jjoz
jjoz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial