websphere启动报错:在执行 WASService.exe 时可能发生了错误
作者:huheng1234 日期:2010-04-21
服务器已启动,但是初始化失败。startServer.log、SystemOut.log(或者
zOS 中的作业日志)以及
d:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1
下的其他日志文件可能包含故障信息。
ADMU7704E: 在尝试启动与服务器相关联的 Windows
服务时失败:server1;
在执行
WASService.exe
时可能发生了错误:Starting Service:
salesAppNode02
Service
failed to start.
startServer return code = -1
Could not determine the process id of the java process.
Changing the IBMWAS5Service - Tivoli Agent Manager service
status to the "stopped" state. To prevent this error, try
recreating this service with the -logRoot parameter.
The value of the logRoot parameter should be the directory in
which the server's .pid file is created.
======== 解决:
分配给websphere的内存不能大于1024M
修改文件:%你的WAS目录%\profiles\AppSrv01\config\cells\你的Cell\nodes\你的Node\servers\server1\server.xml
搜索关键字:maximumHeapSize
改成 initialHeapSize="256" maximumHeapSize="1024"
评论: 0 | 引用: 0 | 查看次数: 586
发表评论
你没有权限发表留言!
订阅
上一篇
下一篇
文章来自:
Tags: