【问题标题】:Cannot access Websphere无法访问 Websphere
【发布时间】: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


    【解决方案1】:

    你需要开始server1而不是webserver1,像这样:

    WAS_HOME\profiles\IICEServer\bin\startServer.bat server1
    

    要确定服务器名称,请运行状态命令:

    WAS_HOME\profiles\IICEServer\bin\serverStatus.bat -all
    

    【讨论】:

    • 我很确定它应该是 webserver1,如果我运行 serverStatus:ADMU0508I:节点代理“nodeagent”已启动 ADMU0509I:无法访问应用程序服务器“MXPROD_MIF_01_01”。它似乎停止了。 ADMU0509I: 无法访问应用程序服务器“MXPROD_BIRT_01_01”。它似乎停止了。 ADMU0508I: Web 服务器“webserver1”正在运行 ADMU0509I: 无法访问应用程序服务器“MXPROD_CRON_01_01”。它似乎停止了。有趣的是 webserver1 正在运行
    • @Kenny 如果您有 NodeAgent,那么某个地方应该是部署管理器,您可以通过该服务器进行管理。因此,转到您的WAS_HOME\profiles 并检查您还有哪些其他个人资料。部署管理器应该有其他配置文件。还要检查其他配置文件中的 serverStatus。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-11-14
    • 2020-12-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-01-29
    相关资源
    最近更新 更多