cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find the AS Log file (for the servlet container)

Former Member
0 Kudos

I have deployed an application and it is failing. I cannot seem to find a console log anywhere. Can anyone point me to the logfile? (I have found the "Logviewer", but cannot seem to locate tha application server log file. Simple thing to so with Apache or most any app. server, but can't locate it here.)

Thks.

Newbie appreciates any assistance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mark,

You can go to your Visual Administrator, then go to the LogViewer service. Drill down from the Server node on the right and open the file defaultTrace.trc. Your System.out logs from your servlets should be there.

Regards,

Marc

Former Member
0 Kudos

Are you talking about the J2EE Engine Config Tool; The SAP Config Tool? Or something else?

Former Member
0 Kudos

Located the log file. Thanks All!

Now, I have found the issue. Seems that there is a "missing user". Is this a configuration issue?

#

#1.5#00038A000011006E0000000200000F480003ED52833C6E1B#1105364525642#com.sap.engine.services.servlet_jsp.service#sap.com/nexawebsample#com.sap.engine.services.servlet_jsp.service#Guest#2#####SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Plain###Web Application FreeChartDemo, User unknown, IP address 127.0.0.1

ERROR : Exception occures while processing request to the servlet: NexawebClientClassLoaderServlet.

java.lang.NullPointerException

at com.nexaweb.servlet.ClientClassLoaderServlet.init(ClientClassLoaderServlet.java:54)

at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:318)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:329)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:250)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:319)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:297)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:696)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:221)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:146)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:140)

#

Former Member
0 Kudos

Hi Mark

You will have to use the Log configuration to achieve this. Search for Log Configuration in Search under SDN Content , there are some good docos there

Regards

Pran