DesigntimeServiceImpl Error - java.lang.NoClassDefFoundError: com/adobe/livecycle/design/service/DesigntimeServiceImpl$30 | Community
Skip to main content
abhilashy577678
New Participant
July 8, 2020
Question

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

  • July 8, 2020
  • 1 reply
  • 804 views

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

@336592 @10014790 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

New Participant
December 22, 2023

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)