websphere启动报错:在执行 WASService.exe 时可能发生了错误

在重新启动Websphere6.1 时,报错:
服务器已启动,但是初始化失败。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"
文章来自: 本站原创
引用通告地址: http://www.xyhot.com/trackback.asp?tbID=472
Tags: WebSphere 服务器报错 Java
相关日志:

评论: 0 | 引用: 0 | 查看次数: 586
发表评论
你没有权限发表留言!