----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
System:
Win95 4.00.950B Winsock2
Apache/1.3.9 (Win32) ApacheJServ/1.1b1
Sun jdk/1.2.2 jsdk/2.0
Setup:
1) Authentication is disabled. All settings are install default.
2) Have had jdk/1.2.2 functioning for some time.
3) JSDK WebServer Version 2.1 (Sun's Servlet & JSP engine) functions
correctly.
4) This system has IE4 and MS Visual Studio 6 installed so its quite
possible that other system dll's have been updated.
Problem: JVM crashes when JServ tries to initiate it. The following
lines are from mod_jserv.log. This is with the default config, I've
verified all file paths, etc. This didnt work with ApacheJServ/1.0
either. There are no messages in Apache error.log
[21/10/1999 04:41:40:260] (INFO) wrapper: Shutdown done (PID=-602891)
[21/10/1999 04:41:40:260] (INFO) Apache Module was cleaned-up
[21/10/1999 04:41:40:310] (INFO) wrapper: Java Virtual Machine started
(PID=-543859)
[21/10/1999 04:41:40:310] (INFO) wrapper: controller started
(PID=-602891)
[21/10/1999 04:41:42:460] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:42:460] (INFO) wrapper: Java Virtual Machine started
(PID=-373483)
[21/10/1999 04:41:43:940] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:43:940] (INFO) wrapper: Java Virtual Machine started
(PID=-331739)
[21/10/1999 04:41:45:370] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:45:420] (INFO) wrapper: Java Virtual Machine started
(PID=-583243)
[21/10/1999 04:41:46:900] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:46:900] (INFO) wrapper: Java Virtual Machine started
(PID=-480803)
[21/10/1999 04:41:48:330] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:48:390] (INFO) wrapper: Java Virtual Machine started
(PID=-581743)
[21/10/1999 04:41:49:870] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:49:930] (INFO) wrapper: Java Virtual Machine started
(PID=-580619)
[21/10/1999 04:41:51:350] (INFO) wrapper: Java Virtual Machine crashed
[21/10/1999 04:41:51:350] (INFO) wrapper: VM died too many times w/in 5
second intervals (6); no more tries
[21/10/1999 04:41:51:350] (INFO) wrapper: too many restart attempts w/in
a short timeframe; no more retries.
There may be an error in your Apache JServ configuration.
To debug, please enable all log options in jserv.properties:
log=true
log.file=/usr/local/apache/var/log/jserv.trace
log.timestamp=true
log.dateFormat=[yyyyMMdd HHmmss:SSS]
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=true
log.channel.requestData=true
log.channel.responseHeaders=true
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletManager=true
restart apache, access your servlet, and examine your:
- Apache error log as specified in the ErrorLog directive;
- your jserv log file as specified in the ApJServLogFile directive;
- and the jserv log file as specified in jserv.properties for possible
clues.
[21/10/1999 04:43:09:840] (INFO) wrapper: Shutdown done (PID=-599127)
[21/10/1999 04:43:09:840] (INFO) Apache Module was cleaned-up
[21/10/1999 04:43:09:900] (INFO) wrapper: controller thread stopped
[21/10/1999 04:43:09:900] (INFO) wrapper: Java Virtual Machine still
alive after controller kill
[21/10/1999 04:43:09:900] (INFO) wrapper: Java Virtual Machine stopped
[21/10/1999 04:43:09:900] (INFO) wrapper: Shutdown done (PID=-602891)
[21/10/1999 04:43:09:900] (INFO) Apache Module was cleaned-up
Anyone have any ideas?
- MG
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]