Skip to Content
0
Former Member
Dec 03, 2008 at 11:22 AM

Null Pointer Error

44 Views

Hi,

I have a component that gets it's input from the URL, I am trying to view the Language Resources of the component in the Content Admin -> Web Dynpro. But I am getting the Java Null Pointer error.

Here is the exception details;

java.lang.NullPointerException

at com.sap.tc.webdynpro.tools.explorer.Detail.initializeBundleTextsInContext(Detail.java:328)

at com.sap.tc.webdynpro.tools.explorer.Detail.supplyBundle(Detail.java:379)

at com.sap.tc.webdynpro.tools.explorer.wdp.InternalDetail.supplyBundle(InternalDetail.java:271)

at com.sap.tc.webdynpro.tools.explorer.wdp.IPublicDetail$IBundleNode.doSupplyElements(IPublicDetail.java:1151)

at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)

... 130 more

But when I run the application throught the URL, I am having no issues and the component runs fine.

Can anyone please give me the reason why I am getting this error?