cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException:

Former Member
0 Kudos

my application run sucessfully for past copule of weeks but

now it show the following exception and i can't able to see my

output window.... i dont know why

The Exception is:

com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException: Classloader of 'local/Certification' is null, even though application is started.

if anyone knows, please help me....

thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

plz check the values of all attributes.

Suppose the values is not there(null) and ur checking some conditions based on this value.

Null pointer exception will araise due to any nullvalue.

To avoid this plz put the check--> if(!value = null){........ }.

Reagrds,

Lavanya.G

Answers (0)