Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

error at JBoss start-up

Avatar

Former Community Member

Hi, I am running ES2.5 trial, turnkey install, express mode.

After the initial install, everything worked fine.  Then I ran the Configuration Manager and un-checked the Rights Management module and the Content Service module.  Then I got the following error in the server.log when I start up JBoss:

Caused by: java.lang.ClassNotFoundException: IDPSchedulerService_Worker-5Class name com.adobe.edc.policy.APSDocumentServicesManagerHome from package com.adobe.edc.policy not found.

          at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst(DSContainerSearchPolicy.java:245)

          at com.adobe.idp.dsc.DSContainerSearchPolicy.findClass(DSContainerSearchPolicy.java:198)

          at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)

          at java.lang.ClassLoader.loadClass(Unknown Source)

          at java.lang.ClassLoader.loadClassInternal(Unknown Source)

          ... 35 more

2011-12-27 07:00:04,997 ERROR [com.adobe.idp.dsc.registry.service.impl.ServiceStoreImpl] COULD NOT PROCESS SERVICE: ContentServicesAuthorizer VERSION: 1.0 MARKING AS INACTIVE

ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.

How to fix this error?

thanks

4 Replies

Avatar

Level 2

Was this ever fixed, and if so, how?

Cheers

Avatar

Former Community Member

no.  never fixed.

workaround was:  uninstall everything.  when you re-install, make sure you check the right boxes for the components that you want to use.   don't mess with the Configuration Manager, don't change your selection of components after the install.

Avatar

Former Community Member

The issue is during the first install when you select RM and CS, the system makes enries into the Database as well as deploys all the relevant DSCs of RM and CS. You'll be able to see tables starting with alf and edc and DSCs via Workbench view.

So, during next install when the already installed DSCs don't find a suitable ears and dependent classes, they signal errors and exceptions.

Avatar

Level 3

On a related subject:  the ES2 SP2 installation instructions state that while running ConfigurationManager you must go to a command prompt at a certain point (after initializing database and before deploying components) and run the MigrateArchiveSessionIDs tool.  If after doing so I need to re-run ConfigurationManager and re-initialize the database, do I also need to re-run the MigrateArchiveSessionIDs tool?  What does the MigrateArchiveSessionIDs tool do, anyway?  The installation instructions are opaque to say the least.