hi -
i am firing a DQL query to queue up an ADTS request. the request is getting queued up on the server however the ADTS server is throwing an error as given below. I am able to manually trigger the rendition of the virtual document by selecting it and clicking file --> transform --> more formats and the request is getting processed fine.
DQL
----------
EXECUTE transcode_content FOR '0901b3f180119245' WITH message='-profile_id="0801b3f18012fb1f"',source_format='msw8',target_format='pdf'
Results(1)
T 1b01b3f18046da41
i have double checked that the profile ID, object ID and soruce formats are correct. but am just not able to render using the above DQL
Error from CTS_Log
------------------------------
16:57:05,044 INFO [ Thread-52] CTSThreadPoolManagerImpl - Start. About to get Next ICTSTask from pool manager...
16:57:05,310 INFO [ Thread-52] CTSThreadPoolManagerImpl - ICTSThreadPoolManager::getNextTask(): Waiting for next ICTSTask
16:59:08,437 INFO [ Thread-38] CTSThreadPoolManagerImpl - Added ICTSTask to the ICTSThreadPoolManager: dm_transcode_content
16:59:08,468 INFO [ Thread-51] CTSThreadPoolManagerImpl - ICTSThreadPoolManager: removing first item from the list for processing...
16:59:08,484 INFO [ Thread-51] CTSThreadPoolManagerImpl - Removing a task to execute it. Number in waiting list: 1
16:59:08,484 INFO [ Thread-51] CTSThreadPoolManagerImpl - Next CTSTask received...
16:59:08,500 INFO [ Thread-51] CTSThreadPoolManagerImpl - CTSThreadPoolManager has threadlimit 10
16:59:08,515 INFO [ Thread-51] CTSThreadPoolManagerImpl - Processing next CTSTask...
16:59:08,531 INFO [ Thread-51] CTSThreadPoolManagerImpl - About to get notifier from CTSTask...
16:59:08,547 INFO [ Thread-51] CTSThreadPoolManagerImpl - About to get session from CTSTask...
16:59:08,609 INFO [ Thread-51] CTSThreadPoolManagerImpl - About to get RUN CTSTask...
16:59:08,734 ERROR [ Thread-51] CTSThreadPoolManagerImpl - Exception in CTSThreadPoolManagerImpl, notification :
com.documentum.cts.exceptions.internal.CTSServerTaskException
Cause Exception was:
java.lang.NullPointerException
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.traverseVirtualDocument(AdvancedPDFVDMProcessor.java:239)
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.execute(AdvancedPDFVDMProcessor.java:199)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecute(CTSTaskBase.java:491)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:455)
at com.documentum.cts.impl.services.thread.CTSTaskRunnable.run(CTSTaskRunnable.java:207)
at java.lang.Thread.run(Thread.java:619)
16:59:08,750 INFO [ Thread-51] CTSQueueProcessor - _failureNotificationAdmin : false
16:59:08,765 INFO [ Thread-51] CTSQueueProcessor - _failureNotification : true
16:59:10,031 ERROR [ Thread-51] CTSQueueProcessor -
com.documentum.cts.exceptions.internal.CTSServerTaskException
Cause Exception was:
java.lang.NullPointerException
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.traverseVirtualDocument(AdvancedPDFVDMProcessor.java:239)
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.execute(AdvancedPDFVDMProcessor.java:199)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecute(CTSTaskBase.java:491)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:455)
at com.documentum.cts.impl.services.thread.CTSTaskRunnable.run(CTSTaskRunnable.java:207)
at java.lang.Thread.run(Thread.java:619)
16:59:10,047 INFO [ Thread-51] CTSQueueProcessor - Sent by from queue item: dmadminuat
16:59:10,062 INFO [ Thread-51] CTSQueueProcessor - Sent by from queue item: dmadminuat
16:59:10,078 INFO [ Thread-51] CTSQueueProcessor - Sent by from queue item: dmadminuat
16:59:10,093 ERROR [ Thread-51] CTSQueueProcessor -
com.documentum.cts.exceptions.internal.CTSServerTaskException
Cause Exception was:
java.lang.NullPointerException
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.traverseVirtualDocument(AdvancedPDFVDMProcessor.java:239)
at com.documentum.cts.impl.services.task.advancedpdf.AdvancedPDFVDMProcessor.execute(AdvancedPDFVDMProcessor.java:199)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecute(CTSTaskBase.java:491)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:455)
at com.documentum.cts.impl.services.thread.CTSTaskRunnable.run(CTSTaskRunnable.java:207)
at java.lang.Thread.run(Thread.java:619)
pls help
thanks,
RKG