【发布时间】:2014-11-05 16:47:19
【问题描述】:
我正在尝试部署 Maximo 服务器,但无法进入 Websphere 执行任何操作。环境是Linux,我对它不是很有经验,我目前只在Windows上工作过。
当我尝试使用此命令启动 WebSphere 时:
WAS_HOME\profiles\IICEServer\bin\startServer.bat webserver1
它返回这个:
ADMU0116I: Tool information is being logged in file
/maximo/software/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/webserver1/startServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: webserver1
ADMU3200I: Server launched. Waiting for initialization status.
httpd (pid 26132) already running
ADMU3011E: Server launched but failed initialization. startServer.log,
SystemOut.log(or job log in zOS) and other log files under
/maximo/software/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/webserver1
should contain failure information.
查了所有能想到的日志文件(logs文件夹里没有systemOut.log文件,一般应该有但是不知道为什么没有),只在startServer中找到.log 提到这一点:
************ Start Display Current Environment ************
Host Operating System is Linux, version 2.6.18-308.el5
Java version = JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr12-20121024_126067 (JIT enabled, AOT enabled)
J9VM - 20121024_126067
JIT - r9_20120914_26057
GC - 20120928_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = /maximo/software/IBM/WebSphere/AppServer
user.install.root = /maximo/software/IBM/WebSphere/AppServer/profiles/AppSrv01
Java Home = /maximo/software/IBM/WebSphere/AppServer/java/jre
ws.ext.dirs = /maximo/software/IBM/WebSphere/AppServer/java/lib:/maximo/software/IBM/WebSphere/AppServer/classes:/maximo/software/IBM/WebSphere/AppServer/lib:/maximo/software/IBM/WebSphere/AppServer/installedChannels:/maximo/software/IBM/WebSphere/AppServer/lib/ext:/maximo/software/IBM/WebSphere/AppServer/web/help:/maximo/software/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = /maximo/software/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/maximo/software/IBM/WebSphere/AppServer/properties:/maximo/software/IBM/WebSphere/AppServer/lib/startup.jar:/maximo/software/IBM/WebSphere/AppServer/lib/bootstrap.jar:/maximo/software/IBM/WebSphere/AppServer/lib/lmproxy.jar:/maximo/software/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/maximo/software/IBM/WebSphere/AppServer/java/lib/tools.jar
Java Library path = /maximo/software/IBM/WebSphere/AppServer/java/jre/lib/amd64/default:/maximo/software/IBM/WebSphere/AppServer/java/jre/lib/amd64:/maximo/software/IBM/WebSphere/AppServer/bin::/usr/lib
Current trace specification = *=info
************* End Display Current Environment *************
[11/5/14 16:18:17:964 MYT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[11/5/14 16:18:18:031 MYT] 00000000 AdminTool A ADMU0128I: Starting tool with the AppSrv01 profile
[11/5/14 16:18:18:033 MYT] 00000000 AdminTool A ADMU3100I: Reading configuration for server: webserver1
[11/5/14 16:18:18:176 MYT] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.
[11/5/14 16:18:18:201 MYT] 00000000 AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /maximo/software/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/webserver1 should contain failure information.
这也无济于事。
如果我尝试使用浏览器进入 WebSphere:
https://localhost:9043/ibm/console
然后它会显示这个错误信息:
SRVE0255E: A WebGroup/Virtual Host to handle /ibm/console has not been defined.
SRVE0255E: A WebGroup/Virtual Host to handle localhost:9043 has not been defined.
如果有人能帮我解决这个问题,我将不胜感激!
【问题讨论】:
标签: java linux websphere maximo