我尝试在命令提示符上启动Node,如下所示:
C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>startnode
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: nodeagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3011E: Server launched but failed initialization. Server logs, startServer.log, and other log files under C:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent should contain failure information我该怎么办?我尝试搜索如何启动节点代理,但它都是一样的,我执行这些命令,但它落入相同的错误(在顶部指出)。
下面是startServer.log的内容
发布于 2013-08-24 05:03:01
8/15/13 13:42:21:240cst 00000040 NodeSync E ADMS0005E:系统无法生成同步请求: javax.management.JMRuntimeException: ADMN0022E:由于凭据不足或为空,CellSync MBean上的getFolderSyncUpdates操作的访问被拒绝。
在您的配置文件中找到您的soap.client.props文件,添加您的部署的id / pass,看看是否有效。
另外,尝试停止您的节点,然后重新启动
https://stackoverflow.com/questions/18266684
复制相似问题