Running the Java Web Server2.0 Beat 2 using HotSpot VM would
crash the webserver.
The server will crash and die if you access
an URL "http://localhost:8080/servlet/[" or
"http://localhost:8080/servlet/[foobar"
Below are the error messages running with HotSpot:
1.) without hotspot
java version "1.2.2"
java.exe full version "JDK-1.2.2-W"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
when I access "http://localhost:8080/servlet/[" I get error 403 (Not Found)
which is correct
2.) with hotspot
java version "1.2.2" - JDK
java.exe full version "JDK-1.2.2-W"
HotSpot VM (1.0fcs, mixed mode, build E)
when I access "http://localhost:8080/servlet/[" I get the following hotspot
error as stated in the mail.
javawebserver: #
javawebserver: # HotSpot Virtual Machine Error, Internal Error
javawebserver: #
javawebserver: # Error ID: 4649454C44345950450E4350500026
javawebserver: #
Testing with the latest HotSpot 1.0.1 also produces the same error.
crash the webserver.
The server will crash and die if you access
an URL "http://localhost:8080/servlet/[" or
"http://localhost:8080/servlet/[foobar"
Below are the error messages running with HotSpot:
1.) without hotspot
java version "1.2.2"
java.exe full version "JDK-1.2.2-W"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
when I access "http://localhost:8080/servlet/[" I get error 403 (Not Found)
which is correct
2.) with hotspot
java version "1.2.2" - JDK
java.exe full version "JDK-1.2.2-W"
HotSpot VM (1.0fcs, mixed mode, build E)
when I access "http://localhost:8080/servlet/[" I get the following hotspot
error as stated in the mail.
javawebserver: #
javawebserver: # HotSpot Virtual Machine Error, Internal Error
javawebserver: #
javawebserver: # Error ID: 4649454C44345950450E4350500026
javawebserver: #
Testing with the latest HotSpot 1.0.1 also produces the same error.
- duplicates
-
JDK-4252561 1.0.1: java [foobar causes a crash
-
- Closed
-