Expand my Community achievements bar.

DesigntimeServiceImpl Error - java.lang.NoClassDefFoundError: com/adobe/livecycle/design/service/DesigntimeServiceImpl$30

Avatar

Level 2

Hi All,

 

Facing java.lang.NoClassDefFoundError: com/adobe/livecycle/design/service/DesigntimeServiceImpl$30 Error in higher environment when trying to check in the asset after amending on it inside IDE workbench. The asset is simple fragment xdp. Can anyone please help me with pointers to look into these issue ?Any service related check required in admin Ui or bundles ??

 

Thanks in advance

@Deleted Account @aemforms_forums 

1 Reply

Avatar

Level 1

Is this issue resolved?  I am able to checkout the xdps from aem server but not able to check in after updating the xdp form. 
I have too encountered the same issue.  Below I have the logs from AEM workbench. 
ALC-DSC-099-000: com.adobe.idp.dsc.DSCRuntimeException: java.lang.NoClassDefFoundError: com/adobe/livecycle/design/service/DesigntimeServiceImpl$30
at com.adobe.livecycle.design.client.DesigntimeServiceClient.updateTLO(DesigntimeServiceClient.java:1188)
at com.adobe.livecycle.workbench.handler.service.internal.CheckinExecutorImpl.doCheckin(CheckinExecutorImpl.java:759)
at com.adobe.livecycle.workbench.handler.service.internal.CheckinExecutorImpl.checkinFile(CheckinExecutorImpl.java:243)
at com.adobe.livecycle.workbench.handler.service.internal.CheckinExecutorImpl.checkinFile(CheckinExecutorImpl.java:105)
at com.adobe.livecycle.workbench.handler.impl.CheckinHandlerImpl.doCheckinResources(CheckinHandlerImpl.java:278)
at com.adobe.livecycle.workbench.handler.impl.CheckinHandlerImpl.access$000(CheckinHandlerImpl.java:76)
at com.adobe.livecycle.workbench.handler.impl.CheckinHandlerImpl$2.run(CheckinHandlerImpl.java:222)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NoClassDefFoundError: com/adobe/livecycle/design/service/DesigntimeServiceImpl$30
at com.adobe.livecycle.design.service.DesigntimeServiceImpl.updateTLO(DesigntimeServiceImpl.java:1182)