cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro App erros

Former Member
0 Kudos

Hi experts,

After I deloyed the my application,

the error information as follow :

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

java.lang.NoClassDefFoundError: jxl/write/WritableCell

....

Detailed Exception Chain

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.keyuanmed.portal.salesflow1.SalesflowResult. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)

Caused by: java.lang.reflect.InvocationTargetException

Caused by: java.lang.NoClassDefFoundError: jxl/write/WritableCell

J2EE 6.40 NWDS2004 2.0.19 .

Please give some advice !

Thanks!

Jianguo Chen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Louis,

You'll get that error when your component is not deployed on to the server.

If you component has built successfully then Right Click on the DC->Development Component ->Deploy.

If there are any dependent components then deploy those components first and then deploy your DC .

Regards,

Jhansi

former_member186016
Active Contributor
0 Kudos

Please ensure that the component having the view "SalesflowResult" is deployed to engine.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

chk it