03-03-2014 10:48 AM
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:42 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:43 CET 2014
[SIGNAL] normal-temperature (can cancel subprocess) payload:25
[LOG] ****Leaving subprocess******* (main process) timestamp:Mon Mar 03 14:54:44 CET 2014
[LOG]Temperature below 25 (main process)
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:44 CET 2014
Output from Server:
2014-03-03 14:54:44.894:WARN:eaw.DeviceCatalogWebSocket:WebSocketClient@192486017-26: Unhandled Error (closing connection)
org.eclipse.jetty.websocket.api.WebSocketException: Cannot call method public void mwrobel.activiti.websocket.DeviceCatalogWebSocket#onMessage(java.lang.String) with args: [java.lang.String]
at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:99)
at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:209)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:201)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:169)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:302)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:204)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:223)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:260)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.read(AbstractWebSocketConnection.java:500)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:409)
at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Thread.java:744)
Caused by:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71)
at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:209)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:201)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:169)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:302)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:204)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:223)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:260)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.read(AbstractWebSocketConnection.java:500)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:409)
at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Thread.java:744)
Caused by:
org.activiti.engine.ActivitiOptimisticLockingException: JobEntity [id=292] was updated by another transaction concurrently
at org.activiti.engine.impl.db.DbSqlSession$CheckedDeleteOperation.execute(DbSqlSession.java:227)
at org.activiti.engine.impl.db.DbSqlSession.flushDeletes(DbSqlSession.java:577)
at org.activiti.engine.impl.db.DbSqlSession.flush(DbSqlSession.java:445)
at org.activiti.engine.impl.interceptor.CommandContext.flushSessions(CommandContext.java:170)
at org.activiti.engine.impl.interceptor.CommandContext.close(CommandContext.java:117)
at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:66)
at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:47)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:45)
at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:31)
at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:40)
at org.activiti.engine.impl.cfg.CommandExecutorImpl.execute(CommandExecutorImpl.java:35)
at org.activiti.engine.impl.RuntimeServiceImpl.signalEventReceived(RuntimeServiceImpl.java:248)
at mwrobel.activiti.websocket.DeviceCatalogWebSocket.onMessage(DeviceCatalogWebSocket.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71)
at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextMessage(JettyAnnotatedEventDriver.java:209)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:64)
at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onTextFrame(JettyAnnotatedEventDriver.java:201)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:169)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:302)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:204)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:223)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:260)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.read(AbstractWebSocketConnection.java:500)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:409)
at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Thread.java:744)
2014-03-03 14:54:44.905:INFO:oejwc.WebSocketClient:WebSocketClient@192486017-26: Session Closed: WebSocketSession[websocket=JettyAnnotatedEventDriver[mwrobel.activiti.websocket.DeviceCatalogWebSocket@7ac6a442],behavior=CLIENT,connection=WebSocketClientConnection@543423c0{FILLING}{g=Generator[CLIENT,validating],p=Parser@433a9f74[ExtensionStack,s=START,c=0,len=277,f=TEXT[len=0,fin=true,rsv=…,masked=false],p=WebSocketPolicy@9c54c9d[behavior=CLIENT,maxTextMessageSize=65536,maxTextMessageBufferSize=32768,maxBinaryMessageSize=65536,maxBinaryMessageBufferSize=32768,asyncWriteTimeout=60000,idleTimeout=300000,inputBufferSize=4096]]},remote=org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint@46ee0d53,incoming=JettyAnnotatedEventDriver[mwrobel.activiti.websocket.DeviceCatalogWebSocket@7ac6a442],outgoing=ExtensionStack[extensions=[],incoming=org.eclipse.jetty.websocket.common.WebSocketSession,outgoing=org.eclipse.jetty.websocket.client.io.WebSocketClientConnection]]
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:45 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:46 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:47 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:48 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:49 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:50 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:51 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:52 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:53 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:54 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:55 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:56 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:57 CET 2014
[LOG] LED OFF (inside subprocess) timestamp:Mon Mar 03 14:54:58 CET 2014
[LOG] LED ON (inside subprocess) timestamp:Mon Mar 03 14:54:59 CET 2014
03-10-2014 06:26 AM
03-11-2014 04:48 AM
03-18-2014 12:02 PM
03-24-2014 07:28 AM
03-24-2014 11:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.