cancel
Showing results for 
Search instead for 
Did you mean: 

Error while deploying

Former Member
0 Kudos

Hello,

I am working on a WD application. It was running properly before, but after deploying now it is throwing the following error:

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

java.lang.NoClassDefFoundError: jxl/format/CellFormat

at pwc.ca.app.wdp.InternalView_Search_eCofc.<init>(InternalView_Search_eCofc.java:443)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:274)

... 52 more

Detailed Exception Chain

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view pwc.ca.app.View_Search_eCofc. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)

at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)

at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:657)

at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:694)

at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)

at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:793)

at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)

I have not made any changes in the coding or layout.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It looks like the application could not find the class Cellformat at runtime. If in case this class Cellformat is in a separate jar file, make sure you will add this into the library references in your application.

Regards,

Ponraj M

Former Member
0 Kudos

Hi Becky,

If no chnages is done by you then delete .ear file from the server(cluster), take help of Basis team and re deploy the application.

Hope this may help you.

Deepak!!!

Former Member
0 Kudos

Hi

Please have a look at this thread

Regards,

Saravanan K