cancel
Showing results for 
Search instead for 
Did you mean: 

Publishing error

mizage
Champ in-the-making
Champ in-the-making
Getting a publishing error:

ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#8ef343 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor] failed; nested exception is org.alfresco.service.cmr.transfer.TransferFailureException: 09240097 09240096 Unable to transfer, orphans exist]

Is there any way to "clear" the queue to make the error go away?
4 REPLIES 4

qsdmv
Champ in-the-making
Champ in-the-making
Also it is important to find out what "09240097 09240096" mean so that we know exactly where transfer service broken

Getting a publishing error:

ERROR [org.quartz.core.ErrorLogger] Job (DEFAULT.org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean#8ef343 threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.springframework.scheduling.quartz.JobMethodInvocationFailedException: Invocation of method 'run' on target class [class org.alfresco.module.org_alfresco_module_wcmquickstart.jobs.PublishQueueProcessor] failed; nested exception is org.alfresco.service.cmr.transfer.TransferFailureException: 09240097 09240096 Unable to transfer, orphans exist]

Is there any way to "clear" the queue to make the error go away?

mizage
Champ in-the-making
Champ in-the-making
Yes I was wondering that as well. Haven't played around with publishing at all. Tried to do a workflow a few days back and just noticed this error.

Anyway, is there a way to clear the queue? In Alfresco Explorer under Company Home –> Sites –> mysite, I see two files.

           mysite-editorial.acp
           mysite-export.acp

I have never noticed these files before. Do these have something to do with publishing? Again I haven't played around with publishing and I am just trying to clear the queue to make this incessant error go away.

bremmington
Champ on-the-rise
Champ on-the-rise
The ACP files are not related to publishing - at some point someone using your system must have created those using the content export tool in the Explorer client.

The publishing queues are located in the repo. If you navigate into Company Home/Sites/<your site> then you will see, alongside "documentLibrary", one or more folders that have UUIDs as their names. Each one of those folders corresponds to one of the WQS websites inside that Share site, and inside each you will see another folder named "publishingQueue". Deleting the publishingQueue folder will effectively clear the publishing queue for the corresponding WQS site.

mizage
Champ in-the-making
Champ in-the-making
That did it.