cancel
Showing results for 
Search instead for 
Did you mean: 

500 server error ! pls tell me steps tp follow on this

Former Member
0 Kudos

Hi

on click save button i am getting the foll error pls help

=======================================

500 Internal Server Error

SAP NetWeaver Application Server 7.00/Java AS 7.00

Failed to process request. Please contact your system administrator.

[Hide]

Error Summary

While processing the current request, an exception occured which could not be handled by the application or the framework.

If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).

Root Cause

The initial exception that caused the request to fail, was:

java.lang.NullPointerException

at com.deloitte.component.pul.PULComponent.save_Plan(PULComponent.java:554)

at com.deloitte.component.pul.wdp.InternalPULComponent.save_Plan(InternalPULComponent.java:864)

at com.deloitte.component.pul.PULComponentView.onActionSave_Plan(PULComponentView.java:144)

at com.deloitte.component.pul.wdp.InternalPULComponentView.wdInvokeEventHandler(InternalPULComponentView.java:185)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)

... 28 more

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check functionality or code under your action button(save) method. Probably some UI is pointed to context attribute which is NULL. So your are getting Null pointer exception. Post your code in the Save button, such that it will be easy to solve your problem.

Regards

Raghu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

the information provided is not sufficient...are you adding any element to the context with the save button .if yes then please check the code and do binding as the exception is null pointer exception.