JRE 1_3_1_19 fails to start

Hello -I recently upgraded a JVM on a few of our Windows 2003 servers. Out of the 30 or so I upgraded, I had 3 servers that would not start the jvm when I was finished.

We were on 1_3_1_10, and installed 1_3_1_19. I noticed that the primary application on this box would not run. During my troubleshooting, I noticed that the JVM doesn't seem to launch.Looking deeper - I can't even get a "java -version" to run. It does not error out, just returns a blank line and exits. I can run a "java -help" and recieve output.

I have removed all JRE's and re-installed 1_3_1_19 - still no luck...

I've been searching on this and can't seem to get anywhere.

Thanks in advance for any help/suggestions!

Arron

[740 byte] By [arronkinga] at [2007-11-26 19:58:44]
# 1
I'm in the same boat. I installed JRE 1.3.1_19 on a Windows 2003 SP1 server running Ctrix. When I launch the Java console I get a memory error that the memory could not be written. I also get a javaw error in my application event log. Have you had any luck with this issue?
Steelers1a at 2007-7-9 22:54:51 > top of Java-index,Desktop,Runtime Environment...
# 2
Search for java.exe/javaw.exe files with a different version. That may be the cause.
ChuckBinga at 2007-7-9 22:54:51 > top of Java-index,Desktop,Runtime Environment...
# 3
The root cause for us was Data Execution Prevention. Once we added java.exe to the list of excluded programs it worked fine.
arronkinga at 2007-7-9 22:54:51 > top of Java-index,Desktop,Runtime Environment...