Discussion:
[jBPM] - Re: Any help with Jbpm-Console problem please.
Thomas Setiabudi
2012-08-10 02:50:35 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

is this your problem: Cannot see any task for john or mary?

The default JBPM5.3 full installer should works without problem when we follow the user guide here http://docs.jboss.org/jbpm/v5.3/userguide/ch.installer.html http://docs.jboss.org/jbpm/v5.3/userguide/ch.installer.html

this screencast may help you too http://people.redhat.com/kverlaen/jbpm-installer-console.5.2.swf http://people.redhat.com/kverlaen/jbpm-installer-console.5.2.swf

please let us know what is the problem that you get after following the screencast.


Regards,
Thomas Setiabudi

--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-10 03:29:42 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
yhanks for your answer thomas. i will follow the screencast and give you feedback. The default full installer 5.3 doesn't work you may see many posts already in this forum about the problem that i have related with the console and human task. I follow
the steps in the documentation time ago. now i will see the screencast.
Thanks you very much for your answer
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2012-08-10 03:32:51 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

Good Luck trying the screencast.

Just addin here, whenever there is something wrong, it is always a good idea to delete everything and start with a fresh unzip of jbpm 5.3 full installer.

and make sure that you have no other service running on localhost:8080


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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-10 06:49:24 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

This bug already fixed in jBPM github repository, you can see Chris Melas post at: https://community.jboss.org/message/738335#738335 https://community.jboss.org/message/738335#738335. The bug was fix at 29th May 2012. So just checkout and build your self from github (very time comsuming) or find a SNAPSHOT build with the time just after 29th May. It did make me some time so I will put my detail, just in hope it helps.
1. Chose a maven repos that keep old SNAPSHOT, example: http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/ http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/
2. Chose litter newer human-task war file, for example http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/jbpm-human-task-war-5.3.0-20120706.045301-549.war jbpm-human-task-war-5.3.0-20120706.045301-549.war
3. Copy to your jbpm-install/lib and change your jbpm-install/build.xml as follow:
Replace: (search for your line with string after "-" and replace with string after "+", here i used diff for this compare result but don't know how to attach .patch file)
-        <available file="${install.home}/lib/jbpm-${jBPM.version}-human-task-war.zip" />
+        <available file="${install.home}/lib/jbpm-human-task-war-5.3.0-20120706.045301-549.war" />
And:
-    <unzip src="${install.home}/lib/jbpm-human-task-war-${jBPM.version}.war" dest="${install.home}/target/jbpm-human-task-war" />
+    <unzip src="${install.home}/lib/jbpm-human-task-war-5.3.0-20120706.045301-549.war" dest="${install.home}/target/jbpm-human-task-war" />

3': Or, or rename your http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/jbpm-human-task-war-5.3.0-20120706.045301-549.war jbpm-human-task-war-5.3.0-20120706.045301-549.war (for example) to jbpm-human-task-war-5.3.0.Final.war; zip it and replace jbpm-5.3.0.Final-human-task-war.zip in jbpm-install/lib directory.
Please report back if it's work or not,

- Quang
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-10 07:10:24 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Following my last post, this apply for *jbpm-5.3.0.Final-installer-full.zip clean install*. (or reinstall with "ant stop.demo"; "ant clean.demo"; "ant install.demo"). This replacement help me to following the examples in jPBM v5.3 userguide http://docs.jboss.org/jbpm/v5.3/userguide/ch.installer.html#d0e469 http://docs.jboss.org/jbpm/v5.3/userguide/ch.installer.html#d0e469.

In fact, I did checkout the lastest successful build (09/August/12, jbpm, form-builder, designer) and let maven run for hours. With all the latest target/{*.tar,jar,war,zip} files,  but the procedured jbpm/jbpm-install come up with so many errors. (of course, we can wait for the next release (01/Oct/12 for 5.4 version) with all currens issues in the trunk fixed https://issues.jboss.org/browse/JBPM?selectedTab=com.atlassian.jira.plugin.system.project:versions-panel&subset=-1 https://issues.jboss.org/browse/JBPM?selectedTab=com.atlassian.jira.plugin.system.project:versions-panel&subset=-1). And using human-task-war version 5.4 SNAPSHOT with jbpm-5.3.0.final did not work for me either.

I hope this helps,
-Quang
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-10 14:56:35 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quangtin. Thank you very much. i will follow your recomendations and give you feedbac. Thank you for your answer so quickly. You follow that steps and works for you? you use for replace
http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/jbpm-human-task-war-5.3.0-20120706.045301-549.war jbpm-human-task-war-5.3.0-20120706.045301-549.war? Excuse me but i have a very poor internet connection and i have to be sure that it works. Thank you and 100 times thank you.

--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-11 02:12:47 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,
It did work for me to follow jBPM User Guide's steps:
* 3.4. 10-Minute Tutorial: Using the Eclipse tooling
* 3.5. 10-Minute Tutorial: Using the jBPM Console
* 3.6. 10-Minute Tutorial: Using Guvnor repository and Designer
Some note:
* Save and reuse eclipse in jbpm-install/lib so ant don't download it again.
* This did solve mentioned issue, but jbpm-5.3.0.final have some other issues too. :|
* View bpm-installer/jboss-as-7.0.2.Final/standalone/log/server.log for all "wars file deployed" report before open jbpm-console
I'm trying to extract all fixed issues in github 5.3 branch and apply to jbpm-5.3.0.final for our internal using.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-11 20:40:12 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi what other issues do you suffer?
Thank you
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-13 19:30:25 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quangtin3,
it doesn't work. I replaced the war file and the zip an do the changes in build.xml, install the demo and start it and get the same. No task are shown for mary and john users. I don't know what to do now. if it works for you i don't know what happen then. time is passing and i have a lot in this.

Thanks any help will be appreciated.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2012-08-14 00:53:39 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

have you tried the default installer without changing anything?

what is the Operating System that you use?

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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-14 01:29:27 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor, I'm sorry to hear that. The other issues of my installation are all mentioned in this forum, but they did not affect to following jBPM's userguide parts 3.4,3.5,3.6. I'm working on to collect all fixed issues (as much as i can) and apply them to jBPM.5.3.Final.

Thomas, he tried the default installer in his first post.

I'm sorry for wasting your time.
- Quang
--------------------------------------------------------------

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

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

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Quangtin3,

ok then if he has used the default installer. just curious though why the sample does not works well in his environment.

maybe Operating System is the cause?

I used Windows XP x64 and everything works well with the default installer.

Regards,
Thomas Setiabudi

--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-14 21:18:45 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
thanks quagtin3 you don't waste my time. You want to help and i appreciated that very much. I use windows 7 64bit and it doesn't work. Please i can't believe that my problem has no solution. I can't believe that the tool in is version 5.3 be so loose.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-14 21:19:59 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
quangtin and thomas what operating systems do you have.?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2012-08-15 00:55:33 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
I used Windows XP 64bit most often,
but I have tried the JBPM 5.3 with Windows 7 64bit and the default installer files works too.

Do you get any error when you run the "ant install.demo" from a fresh unzip of jbpm5.3 full installer?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-15 01:26:37 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
My jbpm-5.3.0.Final installing was on ubuntu 32 bits 10.04, and Java version "1.6.0_33".
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-15 15:02:02 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
i don't have any errors when running ant install.demo. When you guys downloaded the installer? Is there a chance that te bug is fixed in the installer more recently? I downloaded the installer short time after the release. Thanks
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-15 15:17:17 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
in the logs of jboss when is starting i see these warns. tell me if is normal
thanks

11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox-2.1.2.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcmail-jdk14-138.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcprov-jdk14-138.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb1-impl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-impl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,823 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-8) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-15 15:27:11 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
by the way i have jdk 1.6_10.
Thanks
--------------------------------------------------------------

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

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

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

I am not sure about this, but could you try to download the installer again?
download the full final installer here
http://sourceforge.net/projects/jbpm/files/ http://sourceforge.net/projects/jbpm/files/

Give it a try


Regards,
Thomas Setiabudi

--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-16 01:43:02 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi thomas and quangting3
In the logs of jboss when is starting i see these warns. tell me if is normal
thanks

11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_de_DE.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_es.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_fr.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_hu.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_it.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ja_JP.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ko_KR.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_pt_BR.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_ru.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_CN.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_zh_TW.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry iText-toolbox-2.1.2.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcmail-jdk14-138.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry bcprov-jdk14-138.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/itext-2.1.2.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb1-impl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-impl-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jaxb-impl.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry jsr173_1.0_api.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry activation.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/jaxb-xjc-2.2.5.jar"  does not point to a valid jar for a Class-Path reference.
11:14:41,823 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-8) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-16 01:55:50 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Post by Luis Victor
hi thomas and quangting3
In the logs of jboss when is starting i see these warns. tell me if is normal
11:14:41,792 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry derbyLocale_cs.jar in "/D:/users/LuisVi/Maestria/apps/jbpm-versions/5.3/jbpm-installer/content/jbpm-form-builder.war/WEB-INF/lib/derby-10.5.3.0_1.jar"  does not point to a valid jar for a Class-Path reference.
...
...
11:14:41,823 WARN  [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-8) Encountered invalid class name "org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer" for service type "org.xmlpull.v1.XmlPullParserFactory"
Yes, it's normal. Please post your server.log from the deployed message and until your error occur.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-16 13:43:51 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi thomas and quangting3 here is the log error with the deault installer (without replace the human task war). The error is about a missing parameter in a query.

09:24:16,801 INFO  [org.jboss.web] (MSC service thread 1-8) registering web context: /drools-guvnor
09:24:17,334 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-human-task-war.war"
09:24:17,334 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-gwt-console.war"
09:24:17,335 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-gwt-console-server.war"
09:24:17,335 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "jbpm-form-builder.war"
09:24:17,335 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "drools-guvnor.war"
09:24:17,336 INFO  [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "designer.war"
09:24:42,436 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) WARN  16-08 09:24:42,434 (RulesRepositoryManager.java:createRulesRepository:65)      Creating RulesRepository with default username.09:24:42,440 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:24:42,440 (RulesRepositoryConfigurator.java:getInstance:46)      Creating an instance of the RulesRepositoryConfigurator.09:25:12,371 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:12,370 (RulesRepositoryConfigurator.java:setupRepository:109)      Setting up the repository, registering node types etc.09:25:13,242 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:13,241 (MigrateDroolsPackage.java:migrate:43)      AUTO MIGRATION: Performing drools.package migration...09:25:13,490 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:13,489 (MigrateDroolsPackage.java:migrate:65)      AUTO MIGRATION: drools.package migration completed.09:25:13,909 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:13,908 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:14,085 WARN  [org.jboss.seam.security.permission.SecurityRuleLoader] (http-localhost-127.0.0.1-8080-8) No security rules configured - rule base permissions will be unavailable.
09:25:18,981 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:18,981 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:19,585 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  16-08 09:25:19,552 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:20,441 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  16-08 09:25:20,441 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:21,094 INFO  [stdout] (http-localhost-127.0.0.1-8080-2) INFO  16-08 09:25:21,094 (LoggingHelper.java:info:49)      Following assets have been included in package build: drools, 09:25:21,789 INFO  [stdout] (http-localhost-127.0.0.1-8080-8) INFO  16-08 09:25:21,789 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:22,314 INFO  [stdout] (http-localhost-127.0.0.1-8080-9) INFO  16-08 09:25:22,314 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:25:22,824 INFO  [stdout] (http-localhost-127.0.0.1-8080-9) INFO  16-08 09:25:22,824 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:26:59,158 INFO  [stdout] (http-localhost-127.0.0.1-8080-3) INFO  16-08 09:26:59,158 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:26:59,675 INFO  [stdout] (http-localhost-127.0.0.1-8080-9) INFO  16-08 09:26:59,675 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:00,187 INFO  [stdout] (http-localhost-127.0.0.1-8080-9) INFO  16-08 09:27:00,186 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:00,813 INFO  [stdout] (http-localhost-127.0.0.1-8080-10) INFO  16-08 09:27:00,813 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:01,326 INFO  [stdout] (http-localhost-127.0.0.1-8080-11) INFO  16-08 09:27:01,326 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:01,836 INFO  [stdout] (http-localhost-127.0.0.1-8080-11) INFO  16-08 09:27:01,835 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:32,960 ERROR [stderr] (Thread-17) java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: could not locate named parameter [userId]09:27:32,960 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:206)09:27:32,960 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServiceSession.getTasksAssignedAsPotentialOwnerByStatusByGroup(TaskServiceSession.java:1011)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:356)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)09:27:32,961 ERROR [stderr] (Thread-17)     at java.lang.Thread.run(Thread.java:619)09:27:32,962 ERROR [stderr] (Thread-17) Caused by: org.hibernate.QueryParameterException: could not locate named parameter [userId]09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterDescriptor(ParameterMetadata.java:99)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterExpectedType(ParameterMetadata.java:105)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.determineType(AbstractQueryImpl.java:437)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:407)09:27:32,963 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:201)09:27:32,963 ERROR [stderr] (Thread-17)     ... 5 more09:27:32,969 ERROR [stderr] (Thread-33) Exception in thread "Thread-33" java.lang.RuntimeException: Client Exception with class class org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1 using port 544509:27:32,969 ERROR [stderr] (Thread-33)     at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:134)09:27:32,970 ERROR [stderr] (Thread-33)     at java.lang.Thread.run(Thread.java:619)09:27:32,970 ERROR [stderr] (Thread-33) Caused by: java.lang.NullPointerException09:27:32,970 ERROR [stderr] (Thread-33)     at org.jbpm.task.service.TaskClientHandler.messageReceived(TaskClientHandler.java:62)09:27:32,970 ERROR [stderr] (Thread-33)     at org.jbpm.task.service.hornetq.HornetQTaskClientHandler.messageReceived(HornetQTaskClientHandler.java:56)09:27:32,971 ERROR [stderr] (Thread-33)     at org.jbpm.task.service.hornetq.HornetQTaskClientConnector$1.run(HornetQTaskClientConnector.java:120)09:27:32,971 ERROR [stderr] (Thread-33)     ... 1 more09:27:52,957 ERROR [stderr] (http-localhost-127.0.0.1-8080-1) java.lang.RuntimeException: Timeout : unable to retrieve results09:27:52,957 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksAssignedAsPotentialOwnerByStatusByGroup(SyncTaskServiceWrapper.java:779)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jbpm.integration.console.TaskManagement.getUnassignedTasks(TaskManagement.java:163)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRefParticipation(TaskListFacade.java:113)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at java.lang.reflect.Method.invoke(Method.java:597)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:255)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:220)09:27:52,959 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:209)09:27:52,960 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:519)09:27:52,960 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:496)09:27:52,960 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)09:27:52,960 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)09:27:52,960 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)09:27:52,961 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)09:27:52,961 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)09:27:52,961 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)09:27:52,961 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)09:27:52,962 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)09:27:52,962 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)09:27:52,962 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)09:27:52,962 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)09:27:52,962 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)09:27:52,963 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)09:27:52,963 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:480)09:27:52,963 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)09:27:52,963 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)09:27:52,963 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)09:27:52,964 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)09:27:52,964 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)09:27:52,964 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)09:27:52,964 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)09:27:52,964 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)09:27:52,965 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at java.lang.Thread.run(Thread.java:619)09:27:52,995 ERROR [stderr] (Thread-17) java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: could not locate named parameter [userId]09:27:52,996 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:206)09:27:52,996 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServiceSession.getTasksAssignedAsPotentialOwnerByStatusByGroup(TaskServiceSession.java:1011)09:27:52,996 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:356)09:27:52,996 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)09:27:52,997 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)09:27:52,997 ERROR [stderr] (Thread-17)     at java.lang.Thread.run(Thread.java:619)09:27:52,997 ERROR [stderr] (Thread-17) Caused by: org.hibernate.QueryParameterException: could not locate named parameter [userId]09:27:52,997 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterDescriptor(ParameterMetadata.java:99)09:27:52,997 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterExpectedType(ParameterMetadata.java:105)09:27:52,998 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.determineType(AbstractQueryImpl.java:437)09:27:52,998 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:407)09:27:52,998 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:201)09:27:52,998 ERROR [stderr] (Thread-17)     ... 5 more
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-16 13:45:16 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
quangtin if you may send me your build.xml file that you use with the replaced war in case i misss something.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-17 02:10:30 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
succeeded.09:27:01,836 INFO  [stdout] (http-localhost-127.0.0.1-8080-11) INFO  16-08 09:27:01,835 (DemoAuthenticator.java:authenticate:65)      Demo login for user (admin) succeeded.09:27:32,960 ERROR [stderr] (Thread-17) *java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: could not locate named parameter [userId]*09:27:32,960 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:206)09:27:32,960 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServiceSession.getTasksAssignedAsPotentialOwnerByStatusByGroup(TaskServiceSession.java:1011)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:356)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)09:27:32,961 ERROR [stderr] (Thread-17)     at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)09:27:32,961 ERROR [stderr] (Thread-17)     at java.lang.Thread.run(Thread.java:619)09:27:32,962 ERROR [stderr] (Thread-17) Caused by: org.hibernate.QueryParameterException: could not locate named parameter [userId]09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterDescriptor(ParameterMetadata.java:99)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.engine.query.ParameterMetadata.getNamedParameterExpectedType(ParameterMetadata.java:105)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.determineType(AbstractQueryImpl.java:437)09:27:32,962 ERROR [stderr] (Thread-17)     at org.hibernate.impl.AbstractQueryImpl.setParameter(AbstractQueryImpl.java:407)09:27:32,963 ERROR [stderr] (Thread-17)     at org.hibernate.ejb.QueryImpl.setParameter(QueryImpl.java:201)
...
09:27:32,971 ERROR [stderr] (Thread-33)     ... 1 more09:27:52,957 ERROR [stderr] (http-localhost-127.0.0.1-8080-1) *java.lang.RuntimeException: Timeout : unable to retrieve results*09:27:52,957 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)     at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)09:27:52,958 ERROR [stderr] (http-localhost-127.0.0.1-8080-1)
...
Hi Luis Victor,

* For the [userId] parameter issue, I get the changes of
1. src/main/java/org/jbpm/task/service/TaskServiceSession.java and
2. src/main/resources/META-INF/Taskorm.xml
in revision 4a47527163854b233cdb9599f54c9320e945a372 for patching to 5.3.0.Final (d7640b9c0ba87d771862e8534cc607ca0f4d1aff). I attached these modified files and result *jbpm-human-task-core-5.3.0.Final.jar* file too. Of course the's another way that only need to modify Taskorm.xml, but personally I like the change in 4a47527163854b233cdb9599f54c9320e945a372 commit.
Update *jbpm-human-task-core-5.3.0.Final.jar,* in jbpm-install/lib/:
1. jbpm-5.3.0.Final-bin.zip
2. inside jbpm-5.3.0.Final-gwt-console.zip, update jbpm-gwt-console-server-5.3.0.Final.war /WEB-INF/lib/
3. update jbpm-human-task-war-5.3.0.Final.war/WEB-INF/lib/ and 4. another file inside jbpm-5.3.0.Final-human-task-war.zip
I think, for long run, you'd better checkout, switch branche, checkout Final revision, apply change build it with maven so all this file will be updated with jbpm-human-task-core-5.3.0.Final.jar and your Maven local repository too (In case you change your database to MySQL and run ant start.demo.db, your jbpm-install/task-service will use your maven repository).

The way we replace with http://snapshots.jboss.org/maven2/org/jbpm/jbpm-human-task-war/5.3.0-SNAPSHOT/jbpm-human-task-war-5.3.0-20120706.045301-549.war jbpm-human-task-war-5.3.0-20120706.045301-549.war seem doesn't work well, I will update that post with a notice, incase someone else looks at it.

* I have the *java.lang.RuntimeException: Timeout : unable to retrieve results,* too! But even with this occasion issues, I still completed user-guide tutorial. Our another setup with MySQL doesn't have this issue.

I hope this works for your side.
- Quang
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-17 02:31:26 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
thank you very much quangtin3. I will test and let you know. I was watiting for your answer today. Thank you.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-19 02:20:35 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quangtin3 thank you the problem with the query was fixed but i don't see any task in mary or john user yet. is there a chance that the problem comes from the h2 demo database? what do you think that can be my problem. Is not only for quangtin3 the cuestions i for anybody in the community that wants to help.

Thanks 
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-19 03:12:38 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis, do you start a "krisv need a raise" instance of Evaluation process, complete Krisv "self evaluation" task node yet? For ckecking this, go to process, select running instance and "diagram". Please attach your sever.log incase you are already did these.

Have a nice weekend!
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-19 16:09:37 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quangtin3 i already did that. I runned the instance, completed the self evaluation task and i saw in the diagram the process in the first node. The first time i login this error appears in the console

2012-08-19 12:05:38,059 [DEBUG] new subscription: appContext.model.listener -> org.jboss.bpm.console.client.task.AssignedTasksView$***@119
2012-08-19 12:05:38,062 [DEBUG] New Subscription: appContext.model.listener
2012-08-19 12:05:38,573 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/tasks/krisv http://localhost:8080/gwt-console-server/rs/tasks/krisv
2012-08-19 12:05:44,894 [DEBUG] ToolID: Process_Overview.0
2012-08-19 12:05:45,254 [DEBUG] new subscription: appContext.model.listener -> org.jboss.bpm.console.client.process.DefinitionListView$***@13b
2012-08-19 12:05:45,262 [DEBUG] New Subscription: appContext.model.listener
2012-08-19 12:05:45,905 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/process/definitions http://localhost:8080/gwt-console-server/rs/process/definitions
2012-08-19 12:05:52,354 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/process/definitions http://localhost:8080/gwt-console-server/rs/process/definitions
2012-08-19 12:05:59,093 [DEBUG] parse {"tasks":[]}
2012-08-19 12:05:59,105 [INFO ] Loaded 0 tasks
2012-08-19 12:06:10,852 [INFO ] Loaded 1 process definitions in 22 ms
2012-08-19 12:06:14,031 [INFO ] Loaded 1 process definitions in 9 ms
2012-08-19 12:06:49,273 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/instances http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/instances
2012-08-19 12:06:49,490 [INFO ] Loaded 0 process instance(s) in 6 ms
2012-08-19 12:07:04,263 [DEBUG] GET: http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/instances http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/instances
2012-08-19 12:07:04,427 [INFO ] Loaded 1 process instance(s) in 14 ms
2012-08-19 12:07:05,277 [FATAL] Uncaught Exception:
java.lang.IllegalArgumentException:
*must be positive*    at Unknown.$fillInStackTrace(StackTraceCreator.java:147)
    at Unknown.fillInStackTrace(StackTraceCreator.java:387)
    at Unknown.IllegalArgumentException_1(Throwable.java:46)
    at Unknown.$schedule(Timer.java:106)
    at Unknown.run_26(ClientMessageBusImpl.java:961)
    at Unknown.fire(Timer.java:141)
    at Unknown.anonymous(Timer.java:60)
    at Unknown.entry0(Impl.java:214)
    at Unknown.anonymous(Impl.java:57)
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-19 16:20:24 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi then when i terminate the instance and start everithing again here is the log. i fill the form that come out when i start a new instance. I see in the diagram that the process is in the self-evaluation node.  I can't see any error in the log. Then the others users in the console load 0 tasks.
Greetings
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2012-08-19 16:22:53 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis Victor,

I got those must be positive error occasionally too, but it should not prevents you from seeting mary and john's task after you complete krisv's task


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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-19 16:41:39 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi thomas you can tell me what is your enviroment?. You see any problem in the server log i attached?
Thanks
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
quangtin3
2012-08-20 02:53:46 UTC
Permalink
quangtin3 [https://community.jboss.org/people/quangtin3] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Hi Luis, keep going on, we're learning on the way B-)
...*I see in the diagram that the process is in the self-evaluation node*.  I can't see any error in the log. Then the others users in the console load 0 tasks.
Greetings
* In your server.log, It doesn't tell us the step that you put on jbpm-console. I did guest by going through the same step by step, and count the number of "..Demo login for user (admin) succeeded.." messages, but without success. I really think you did forget some step. Do you complete krisv Self Evaluation task before going to john or mary user? Please recheck the process diagram that it transferred to HR and PM nodes before logout of krisv. Sorry for putting on this question to you.

Btw, if you don't mind, please mark "hibernate.show_sql" value="true" in those files:
* ${install.home}/task-service/resources/war/persistence.xml
* ${install.home}/db/persistence.xml
So we have a liter more information to guest instead of just "..Demo login for user (admin) succeeded..". It make server.log a bit verbose, but we still can separate deployment to multiple application servers. For example with 4 group: group-1 {drools-guvnor, designer, form-builder}, group-2 {human-task or task-service}, group-3 {jbpm-console} and group-4 database server.

* I do think ibpm-install need a better orangement. jBPM itself, It's simple a great product with deep construction thoughtfully, and has been being well implemented. But the all-in-one jbpm-install make it harder for anyone intended for more than fast look. Maybe I'll try my best to create a beginner-self-help Wiki article that impose on:
* Separate deployment into groups,
* The data flow between each components and
* Evaluation for component installation after each steps.
*
* Luis, I do have "Must be positive" exception too. As Thomas Setiabudi post, it doesn't affect our development now, so we will apply the patch later.

Thanks,
- Quang
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
wqe wqe
2012-08-22 07:42:25 UTC
Permalink
wqe wqe [https://community.jboss.org/people/drupalspring] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
Fully agree  your points that  jbpm-install *SUCKS  .*

** Second thing is that I think  most new user will try to install the jbpm first and play with it following the steps of  http://docs.jboss.org/jbpm/v5.3/userguide/ch.console.html official documtation  . So it is better that the final version of jbpm in the future does not have any bugs when user try to follow the steps in the official documentation .Thanks for the hints how to solve the "could not locate named parameter [userId]" problem
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-08-23 14:58:48 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quang i complete the form that come out when i start the process but i donÂŽt see any tasks in personal tasks of krisv to complete. In the process diagram i see that the process doesnÂŽt advance to the HR and PM nodes but i donÂŽt figure what other thing to do. i follow the documentation. i will do that in the files an give you feedback after.
i be waiting for your answer
Thank you very much
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Luis Victor
2012-09-19 21:25:23 UTC
Permalink
Luis Victor [https://community.jboss.org/people/keymaker19] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
hi quanting i did what you say in the files but it didn't show anythin new in the server log. I spend a time developing the SOA part of my application with Service Component Architecture. The process doesn't advance from the self evaluation activity even when i complete the form in the krisv user. krisv user doesn't show any task to complete in the personal task view. Please tell me what else i can do. I downloaded the installer again and is the same. Tell me how can i see the h2 database contents at runtime please. Any idea to solve this problem?
Greetings
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jboss-dan
2012-10-18 13:06:25 UTC
Permalink
jboss-dan [https://community.jboss.org/people/jboss-dan] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
I'm having the same issue following the demo. I start the process with krisv as user. I can see the diagram and instance variables. But when I try to Refresh the Personal Tasks, I get this traceback and no tasks appear.

Running Jboss 7.1.1 Final
and jbpm 5.3.0 Final

I see this traceback in the server logs:

08:11:29,587 ERROR [stderr] (http-localhost-127.0.0.1-8080-7) java.lang.RuntimeException: Timeout : unable to retrieve results
08:11:29,590 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41)
08:11:29,594 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jbpm.task.service.SyncTaskServiceWrapper.getTasksOwned(SyncTaskServiceWrapper.java:512)
08:11:29,598 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java:140)
08:11:29,602 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:101)
08:11:29,606 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:11:29,609 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
08:11:29,612 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:11:29,615 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at java.lang.reflect.Method.invoke(Method.java:601)
08:11:29,618 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155)
08:11:29,621 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257)
08:11:29,624 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222)
08:11:29,627 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211)
08:11:29,630 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525)
08:11:29,633 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)
08:11:29,636 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
08:11:29,640 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
08:11:29,643 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
08:11:29,647 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
08:11:29,650 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
08:11:29,653 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
08:11:29,656 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
08:11:29,659 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
08:11:29,662 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
08:11:29,666 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
08:11:29,669 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
08:11:29,672 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
08:11:29,675 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
08:11:29,678 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
08:11:29,682 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
08:11:29,685 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
08:11:29,688 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
08:11:29,692 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
08:11:29,695 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:897)
08:11:29,698 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:626)
08:11:29,701 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2039)
08:11:29,705 ERROR [stderr] (http-localhost-127.0.0.1-8080-7)   at java.lang.Thread.run(Thread.java:722)

Thanks,
Dan
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
jboss-dan
2012-10-19 15:06:12 UTC
Permalink
jboss-dan [https://community.jboss.org/people/jboss-dan] created the discussion

"Re: Any help with Jbpm-Console problem please."

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

--------------------------------------------------------------
For now the problem I mentioned above is gone but I can't explain why it disappeared.
--------------------------------------------------------------

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

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