|
安装时候没有问题
但是初始化后 第一次启动的时候报告错误
错误如下:
[oracle@localhost bin]$ ./catalina.sh run
chmod: 更改 “/usr/back/jdk1.6.0_19/bin/java” 的权限: 不允许的操作
Using CATALINA_BASE: /usr/oracle/X3Server/TOMCAT
Using CATALINA_HOME: /usr/oracle/X3Server/TOMCAT
Using CATALINA_TMPDIR: /usr/oracle/X3Server/TOMCAT/temp
Using JRE_HOME: /usr/back/jdk1.6.0_19
2010-5-15 0:40:30 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/back/jdk1.6.0_19/jre/lib/i386/server:/usr/back/jdk1.6.0_19/jre/lib/i386:/usr/back/jdk1.6.0_19/jre/../lib/i386:/usr/oracle/10.2/lib:/lib:/usr/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
2010-5-15 0:40:31 org.apache.coyote.http11.Http11BaseProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8081
2010-5-15 0:40:31 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 431 ms
2010-5-15 0:40:31 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2010-5-15 0:40:31 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/5.5.12
2010-5-15 0:40:31 org.apache.catalina.core.StandardHost start
信息: XML validation disabled
Start Config File Listener...
Reloading Config File...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x6de9c91e, pid=5926, tid=3074915216
#
# JRE version: 6.0_19-b04
# Java VM: Java HotSpot(TM) Server VM (16.2-b04 mixed mode linux-x86 )
# Problematic frame:
# C [libclntsh.so.10.1+0x32891e]
#
# An error report file with more information is saved as:
# /usr/oracle/X3Server/TOMCAT/bin/hs_err_pid5926.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
已放弃
|
|