Discussion:
[jboss-user] [jBPM] - The Executive jbpm-examples org.jbpm.examples.humantask be wrong
Zhao Lu
2013-01-25 04:31:46 UTC
Permalink
Zhao Lu [https://community.jboss.org/people/tiandaochouqin] created the discussion

"The Executive jbpm-examples org.jbpm.examples.humantask be wrong"

To view the discussion, visit: https://community.jboss.org/message/794207#794207

--------------------------------------------------------------
Sales-rep executing task Request Review(1: )
krisv executing task Request Approval(2: )
john executing task Request Approval(3: )
sales-rep executing task Request Notification(4: )
result = Accept
resultUser = Agree
ActorId = sales-rep
resultManager = Agree
description = Need a new laptop computer
userId = krisv
TaskName = Request Notification
comment = Agreed, existing laptop needs replacing
date = Fri Jan 25 12:24:23 CST 2013
Exception in thread "Thread-3" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 5445
          at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:127)
          at java.lang.Thread.run(Unknown Source)
Caused by: HornetQException[errorCode=102 message=Consumer is closed]
          at org.hornetq.core.client.impl.ClientConsumerImpl.checkClosed(ClientConsumerImpl.java:911)
          at org.hornetq.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:184)
          at org.hornetq.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:401)
          at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:118)
          ... 1 more
Exception in thread "Thread-2" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 5445
          at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:127)
          at java.lang.Thread.run(Unknown Source)
Caused by: HornetQException[errorCode=102 message=Consumer is closed]
          at org.hornetq.core.client.impl.ClientConsumerImpl.checkClosed(ClientConsumerImpl.java:911)
          at org.hornetq.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:184)
          at org.hornetq.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:401)
          at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:118)
          ... 1 more

I want someone to help me solve
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794207#794207]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2013-01-25 23:43:42 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: The Executive jbpm-examples org.jbpm.examples.humantask be wrong"

To view the discussion, visit: https://community.jboss.org/message/794399#794399

--------------------------------------------------------------
HI Zhao Lu,

I have not seen this error before, but could it be that your Human Task Service is not running on port 5445?

Can you check that before starting jbpm port 5445 is not used by anyone and then after you start the human task service port 5445 should be used.


Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794399#794399]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Zhao Lu
2013-01-26 09:39:11 UTC
Permalink
Zhao Lu [https://community.jboss.org/people/tiandaochouqin] created the discussion

"Re: The Executive jbpm-examples org.jbpm.examples.humantask be wrong"

To view the discussion, visit: https://community.jboss.org/message/794419#794419

--------------------------------------------------------------
HI Thomas Setiabudi,
     Thank you very much
     However, the fact should not be so.I import my eclipse space jbpm5.3 official website examples perform this error occurs, I do not know that this is not the way I performed wrong, or something else?I first to ant start.demo, then I went eclpse the perform humantask above.You seen the the jbpm-example above, the example?Is which humantask package following
Regards
Zhao Lu
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794419#794419]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...