cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro java Log File

Former Member
0 Kudos

Hi All,

I want to check appropriate error log and see what went wrong if my Java Webdynpro application deployment fails.

Can anyone help me out in this?

Regards,

Divya

Accepted Solutions (1)

Accepted Solutions (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Divya,

Please check the link for log file instance and locations [Here|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/jsts/(CommonIssues)Log%2bfiles]

Try deploying thru SDM remotegui.bat message will be shown in gui itself

Regards, Suresh KB

Answers (4)

Answers (4)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Divya,

For deployment logs -> go to the log folder under the SDM.

Ex: E:\usr\sap\J2E\JC01\SDM\program\log

For Your application and other errors ->E:\usr\sap\J2E\JC01\j2ee\cluster\server0\log

Change the path according to your system.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Divya,

Check this

Method 1:

1. go to URL http://<URL>:<port>/index.html

URL = WAS url or Portal url if was and portal on same machine. You will see SAP Web Application Server home page

2. click "SAP NetWeaver Administrator"

3. Login as administrator

4. Click "Monitoring"

5. Clicke "Logs and Trace"

Method 2:

1. Connect Portal Server / WAS server using VPN (As you are doing).

2. <drive>/usr

Why dont you for debug.

Regards

Praveen

Former Member
0 Kudos

Hi Divya,

Get hold of DefaultTrace.trc on your server. That will give you the detailed exception for your Web Dynpro application.

You can also use NWA to view the errors. Try accessing

http://EPHost:PortNo/nwa

Regards

Nikhil Bansal

xxxxxxxxxxxxxxxxxxxxxxxxx

Edited by: Armin Reichert on Feb 18, 2008 7:21 PM