-
1. Re: Any help with Jbpm-Console problem please.
thomas.setiabudi Aug 9, 2012 10:50 PM (in response to keymaker19)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
this screencast may help you too 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
-
2. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 9, 2012 11:29 PM (in response to thomas.setiabudi)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
-
3. Re: Any help with Jbpm-Console problem please.
thomas.setiabudi Aug 9, 2012 11:32 PM (in response to keymaker19)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
-
4. Re: Any help with Jbpm-Console problem please.
quangtin3 Aug 16, 2012 10:20 PM (in response to keymaker19)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. 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/
2. Chose litter newer human-task war file, for example 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 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
Update: This replacement doesn't work well.
Message was edited by: quangtin3
-
5. Re: Any help with Jbpm-Console problem please.
quangtin3 Aug 10, 2012 3:10 AM (in response to quangtin3)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.
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). 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
-
6. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 10, 2012 10:56 AM (in response to quangtin3)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
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.
-
7. Re: Any help with Jbpm-Console problem please.
quangtin3 Aug 10, 2012 10:15 PM (in response to keymaker19)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. I'm a jbpm newcomer.
-
8. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 11, 2012 4:40 PM (in response to quangtin3)hi what other issues do you suffer?
Thank you
-
9. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 13, 2012 3:30 PM (in response to quangtin3)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.
-
10. Re: Any help with Jbpm-Console problem please.
thomas.setiabudi Aug 13, 2012 8:53 PM (in response to keymaker19)Hi Luis Victor,
have you tried the default installer without changing anything?
what is the Operating System that you use?
Regards,
Thomas Setiabudi
-
11. Re: Any help with Jbpm-Console problem please.
quangtin3 Aug 13, 2012 9:29 PM (in response to keymaker19)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
-
12. Re: Any help with Jbpm-Console problem please.
thomas.setiabudi Aug 13, 2012 11:03 PM (in response to quangtin3)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
-
13. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 14, 2012 5:18 PM (in response to thomas.setiabudi)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.
-
14. Re: Any help with Jbpm-Console problem please.
keymaker19 Aug 14, 2012 5:19 PM (in response to thomas.setiabudi)quangtin and thomas what operating systems do you have.?