WebSphere: Cannot start nodeagent/server

websphere

Can someone help me with this problem?

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 its all the same and i execute those command but it fall under the same error(noted at the top).

Btw you can also refer on my other topic for other information such as serverlogs thanks! Here

Thanks in advance!

Best Answer

You must check the log files in the profile directory to determine the cause of the startup failure.

The default profile log directory location is here:

/IBM/WebSphere/WAS8/AppServer/profiles/YourProfile/logs/server1

Under the directory -> /profiles/YourProfile/logs/server1

You will find a couple of logfiles:
startServer.log 
SystemErr.log
SystemOut.log
+ some other log interesting files.

You may also have a look at the log files under -> /profiles/YourProfile/logs/ffdc where you will find logs containing information about non handled faults.

Related Topic