Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

ProcessPurgeTools

Avatar

Former Community Member
Hi,



I used this tool to remove process from my database.



The process are delete but when I restart Jboss, I have this issue :



2008-12-04 10:53:07,357 INFO [com.adobe.idp.Document] DOCS505: The document storage default disposal timeout is set to 1200 seconds.

2008-12-04 10:53:07,357 INFO [com.adobe.idp.Document] DOCS506: The document storage default max inline size is set to 65536 bytes.

2008-12-04 10:53:07,357 INFO [com.adobe.idp.Document] DOCS508: The global document storage is a network share: true

2008-12-04 10:53:43,366 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequired(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException, causedBy:

com.adobe.idp.DocumentError: The document pointing to the file "F:\jboss\server\all\svcnative\DocumentStorage\docm1225108502293\8f3c4bcebb71a925ab4e313b967d730b" has expired. Consider increasing the document disposal timeout.

at com.adobe.idp.DocumentFileBackend.checkFileExistance(DocumentFileBackend.java:412)

at com.adobe.idp.DocumentFileBackend.copy(DocumentFileBackend.java:419)

at com.adobe.idp.Document.passivate(Document.java:1065)

at com.adobe.idp.Document.passivateGlobally(Document.java:1021)



I increased the document storage as asked but it changed nothing.



It's a big problem because it is making other issue next :



2008-12-04 10:53:43,819 WARN [com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl] Head active ServiceConfiguration for service: SfrDirectoryManagerService version: 1.0 is not active as expected. The service was probably Marked INACTIVE due to an error loading the service. Please look at the logs to see if this service was Marked INACTIVE.



Thanks
2 Replies

Avatar

Level 10
What is "this" tool?



I don't believe we have tools that allow you to remove process from the database.



Jasmin

Avatar

Former Community Member
Hi,



I mean the ProcessPurgeTool present in the Livecycle8.2 directory under :

Adobe\LiveCycle8.2\LiveCycle_ES_SDK\misc\Foundation\ProcessPurgeTool.



It works fine for purge a big parts of my process but generate the previous error for one or the job never ended for another.



Thanks