Hi Everyone!
I'm programming in xCP 2.0. I've done a process with two activities . This last one has a timer and this should execute an action after the initiation. I defined the wait time in minutes. But I 'm having the follow error:
2014-12-12 18:46:21,751 ERROR [pool-37-thread-1] [com.documentum.bpm.timer.XCPTimerProcessing] - Exception encountered during execution of asynchronous timer command
DfException:: THREAD: pool-37-thread-1; MSG: Error occurred while executing timerActions for timer Prueba 2; ERRORCODE: ff; NEXT: null
at com.documentum.bpm.timer.XCPTimerProcessing.processTimer(XCPTimerProcessing.java:178)
at com.documentum.bpm.timer.XCPTimerProcessing.run(XCPTimerProcessing.java:79)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalArgumentException: Illegal pattern character 'Y'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:768)
at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:500)
at com.emc.xcp.expressions.functions.OOTBFunctions.dateToString(OOTBFunctions.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:69)
at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:84)
at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:93)
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:93)
at com.emc.xcp.expressions.runtime.impl.SpelExpressionEngine.evaluate(SpelExpressionEngine.java:57)
at com.emc.xcp.runtime.service.datamapping.DataMapperExecutor.execute(DataMapperExecutor.java:66)
at com.emc.xcp.runtime.service.AbstractService.execute(AbstractService.java:47)
at com.emc.xcp.runtime.model.impl.action.BOFAction.execute(BOFAction.java:43)
at com.documentum.bpm.timer.XCPTimerProcessing.processTimer(XCPTimerProcessing.java:175)
... 4 more
Can anyone help me?
Thank you!