apacheとTomcatの再起動
以下のコマンドを実行してapacheとTomcatを再起動します。
# /usr/local/java/jakarta-tomcat-3.3/bin/shutdown.sh
# /usr/local/apache/bin/apachectl restart
# /usr/local/java/jakarta-tomcat-3.3/bin/startup.sh
ところが、私の環境ではjavaがcore dumpしてしまいます。以下がTomcatのログです。
2002-01-17 00:37:32 - AutoDeploy: Expanding /usr/local/java/jakarta-tomcat-3.3/w
ebapps/cocoon.war
2002-01-17 00:37:58 - SessionIdGenerator: Opening /dev/urandom
2002-01-17 00:37:59 - ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml
2002-01-17 00:37:59 - PathSetter: home=/usr/local/java/jakarta-tomcat-3.3
2002-01-17 00:37:59 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-12
7.0.0.1.xml
2002-01-17 00:37:59 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-ad
min.xml
2002-01-17 00:37:59 - ContextXmlReader: Context config=$TOMCAT_HOME/conf/apps-ex
amples.xml
2002-01-17 00:37:59 - AutoWebApp: Loaded from config: DEFAULT:/admin
2002-01-17 00:37:59 - AutoWebApp: Auto-Adding DEFAULT:/
2002-01-17 00:37:59 - AutoWebApp: Loaded from config: DEFAULT:/examples
2002-01-17 00:37:59 - AutoWebApp: Auto-Adding DEFAULT:/cocoon
2002-01-17 00:37:59 - ContextManager: Tomcat configured and in stable state
2002-01-17 00:37:59 - ContextManager: Adding DEFAULT:/admin
2002-01-17 00:38:00 - ContextManager: Adding DEFAULT:/examples
2002-01-17 00:38:00 - ContextManager: Adding DEFAULT:/ROOT
2002-01-17 00:38:00 - ContextManager: Adding DEFAULT:/cocoon
2002-01-17 00:38:00 - Ctx(/cocoon) : Validating web.xml
Unexpected Signal : 11 occurred at PC=0x8064fcb
Function name=(N/A)
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
Dynamic libraries:
Can not get information for pid = 1323
Local Time = Thu Jan 17 00:38:03 2002
Elapsed Time = 36
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002CC
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
#
# An error report file has been saved as hs_err_pid1323.log.
# Please refer to the file for further information.
#
FreeBSDのJDK1.3.1が開発中なので、そちらがリリースされたら再挑戦しようと思います。どなたかうまくいっている方がいらしたら教えて下さい。