Cocoon-2.0を使おう!

  1. 材料
    1. JDK1.3.1 for Linux
    2. jakarta-tomcat-3.3.tar.gz
    3. cocoon-2.0-bin.tar.gz
  2. JDK1.3.1 for Linuxのインストール
    こちらを参考にしてインストールして下さい。
  3. apache+Tomcatのインストール
    こちらを参考にしてインストールして下さい。
  4. Coccon-2.0のインストール
    # cp /usr/local/java/cocoon-2.0/cocoon.war /usr/local/java/jakarta-tomcat-3.3/webapps/
    
    以上です。
  5. 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
    
    ところが、私の環境ではjavacore 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が開発中なので、そちらがリリースされたら再挑戦しようと思います。どなたかうまくいっている方がいらしたら教えて下さい。

Copyright(C) 2001-2008 ykondou.org
webmaster@ykondou.org
Key fingerprint = 7721 FB0E 42CC 2BD3 DB09 5868 3EC7 B5D2 B75C 5DAA

Valid CSS! Valid HTML 4.01!