cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Deploy the webdynpro java application.

Former Member
0 Kudos

Hi Friends,

while i deploy the allpication i am getting this error. what is this error.It is very urgent to me

Failed to process request. Please contact your system administrator.

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.itc.espb.WeborderView.wdDoInit(WeborderView.java:145)

at com.itc.espb.wdp.InternalWeborderView.wdDoInit(InternalWeborderView.java:392)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)

at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)

at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)

... 32 more

Thanks & Regards,

Murali

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali,

Check the null conditions in the hook method wdDoInit (WeborderView.java at line number 145).

Hope this helps you.

Regards,

Saleem Mohammad.

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Murali,

Clearly it is stating that Null Pointer exception is wdDoInit() method of WeborderView at line number 145. Check what logic you have written there and try to rectify it. Still if you are not able to do so, copy the logic here. I will try to help you.

Note: Inorder to enable line numbers, go to Window-> Preferences->Workbench->Editors->Text Editor->Show line numbers

Regards,

Jithin