- When i try to customize cts , it failed on Transformation.It gives me output log like below: Both my CTS and CS is 6.0sp1 version.
15:47:05,468 WARN [ main] CTSProperty - Failed to create SBOs (IStoryboardService and ITimeBasedService) - DfServiceInstantiationException:: THREAD: main; MSG: [DM_VEL_INSTANTIATION_ERROR]error: "Cannot instantiate Java class"; ERRORCODE: 1902; NEXT: null
15:47:05,468 WARN [ main] CTSProperty - Storyboard Service is not initialized
15:47:05,468 WARN [ main] CTSServerStartup - Failed to initialize SBOs - java.lang.RuntimeException: Storyboard Service is not initialized
........................................................
15:50:50,640 WARN [ Thread-31] CTSProperty - Storyboard Service is not initialized
15:50:50,640 ERROR [ Thread-31] CTSThreadPoolManagerImpl - Exception in CTSThreadPoolManagerImpl, notification :
com.documentum.cts.exceptions.internal.CTSServerTaskException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
java.lang.RuntimeException: Storyboard Service is not initialized
at com.documentum.cts.util.CTSProperty.getNewContentAttrValue(CTSProperty.java:367)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1362)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1327)
at com.documentum.cts.impl.services.task.CTSTask.createRenditionOnSourceDocument(CTSTask.java:2230)
at com.documentum.cts.impl.services.task.CTSTask.execTx(CTSTask.java:669)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecuteTx(CTSTaskBase.java:498)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:456)
at com.documentum.cts.impl.services.thread.CTSThreadPoolManagerImpl$TaskThread.run(CTSThreadPoolManagerImpl.java:264)
at java.lang.Thread.run(Thread.java:595)
15:50:50,640 ERROR [ Thread-31] CTSQueueProcessor -
com.documentum.cts.exceptions.internal.CTSServerTaskException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
java.lang.RuntimeException: Storyboard Service is not initialized
at com.documentum.cts.util.CTSProperty.getNewContentAttrValue(CTSProperty.java:367)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1362)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1327)
at com.documentum.cts.impl.services.task.CTSTask.createRenditionOnSourceDocument(CTSTask.java:2230)
at com.documentum.cts.impl.services.task.CTSTask.execTx(CTSTask.java:669)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecuteTx(CTSTaskBase.java:498)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:456)
at com.documentum.cts.impl.services.thread.CTSThreadPoolManagerImpl$TaskThread.run(CTSThreadPoolManagerImpl.java:264)
at java.lang.Thread.run(Thread.java:595)
15:50:50,640 INFO [ Thread-40] CTSPluginHandlerImpl - All sequence tasks done
15:50:50,640 INFO [ Thread-40] CTSThreadPoolManagerImpl - ICTSTask has returned successfully...
15:50:50,640 INFO [ Thread-40] CTSQueueProcessor - theCTSResponseContent is null
15:50:51,031 ERROR [ Thread-31] CTSQueueProcessor -
com.documentum.cts.exceptions.internal.CTSServerTaskException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
com.documentum.cts.exceptions.CTSException: Storyboard Service is not initialized
Cause Exception was:
java.lang.RuntimeException: Storyboard Service is not initialized
at com.documentum.cts.util.CTSProperty.getNewContentAttrValue(CTSProperty.java:367)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1362)
at com.documentum.cts.impl.services.task.CTSTask.addProperties(CTSTask.java:1327)
at com.documentum.cts.impl.services.task.CTSTask.createRenditionOnSourceDocument(CTSTask.java:2230)
at com.documentum.cts.impl.services.task.CTSTask.execTx(CTSTask.java:669)
at com.documentum.cts.impl.services.task.CTSTaskBase.doExecuteTx(CTSTaskBase.java:498)
at com.documentum.cts.impl.services.task.CTSTaskBase.run(CTSTaskBase.java:456)
at com.documentum.cts.impl.services.thread.CTSThreadPoolManagerImpl$TaskThread.run(CTSThreadPoolManagerImpl.java:264)
at java.lang.Thread.run(Thread.java:595)
15:50:51,031 INFO [ Thread-31] CTSQueueProcessor - theCTSResponseContent is null
- When i search by net someone said thatd the bor.properties file must be defined if it hasn't aline like below:
com.documentum.services.dam.df.IStoryboardService=service,com.documentum.services.dam.impl.StoryboardService,1.0
But i can't find service,com.documentum.services.dam.impl.StoryboardService in dam_services.jar file.
#In d5.3sp6 it can be found in the dam_services.jar file.
- Is anyone can tell me where the class com.documentum.services.dam.impl.StoryboardService in or what i need to do?
#Ex. I need to implement the com.documentum.services.dam.df.IStoryboardService interface by myself??