John paul Villegas
John paul Villegas

Reputation: 11

The Node Agent is stopped

I'm trying to start my Node on a command prompt like this:

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

What should I do? I try to search on how to start the node agent but it's all the same and I execute those command but it fall under the same error (noted at the top).

Here are the content of startServer.log

Upvotes: 1

Views: 6883

Answers (1)

Paul Bastide
Paul Bastide

Reputation: 1503

[8/15/13 13:42:21:240 CST] 00000040 NodeSync E ADMS0005E: The system is unable to generate synchronization request: javax.management.JMRuntimeException: ADMN0022E: Access is denied for the getFolderSyncUpdates operation on CellSync MBean because of insufficient or empty credentials.

find your soap.client.props file in your profile add in your deployment's id / pass see if that works.

also, try stopping your node, and restarting

Upvotes: 0

Related Questions