Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
premsukh_bishnoi
Contributor

When the jcontrol fails before it reaches ‘starting processes’ check first the bootstrap logs.

Bootstrap logs are located in \usr\sap\<SID>\<instance>\work

In these logs you find log-information on the beginning of the startup process of the J2EE engine.

Most important ones are:

dev_bootstrap

dev_dispatcher

dev_server

When the jcontrol fails shortly after start with ‘some processes running’ check first the dispatcher logs.

Dispatcher logs are located in \usr\sap\<SID>\<instance>\ j2ee\cluster\dispatcher\log

Specially check the latest defaulTrace.<x>.trc

When the jcontrol fails some after start with ‘some processes running’ check first the server logs.

Server logs are located in \usr\sap\<SID>\<instance>\ j2ee\cluster\server0\log

Specially check the latest defaulTrace.<x>.trc

1 Comment