I've finally got JServ 1.0 compiled and linked into Apache 1.3.6 on
this RedHat 6.0 system, and I'm trying to get it to run the example
servlet. The URL "http://localhost/example/Hello" gives me the
following error page:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
The log file reveals the following:
*** panic: GC: getStickySystemClass failed: java/lang/ref/Reference
CLASSPATH may be incorrect
SIGABRT 6* abort (generated by abort(3) routine)
stackpointer=0xbffff6f0
Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native threads):
"main" (TID:0x410e61e0, sys_thread_t:0x81436e8, state:R, native
ID:0x400) prio=5: pending=java.lang.OutOfMemoryError
This is a problem I used to have any time I tried to run this JVM
(Blackdown 1.2 pre-v1) until I read the Blackdown FAQ and set
JAVA_COMPILER=NONE and THREADS_FLAG=green in my environment, so I
assume that the problem is that those variables are not set. But I
did set them in the shell before running httpd... what else can I do?
Thanks in advance,
Solomon
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]