Re: [jboss-user] [Beginner's Corner] - Unable to shutdown a minimal "all configuration" Jboss server
by Raul Melgosa
Raul Melgosa [http://community.jboss.org/people/melgosa] replied to the discussion
"Unable to shutdown a minimal "all configuration" Jboss server"
To view the discussion, visit: http://community.jboss.org/message/556800#556800
--------------------------------------------------------------
Well i must use shutdown.sh for linux, anyway my result is:
[root@maq01 bin]# ./shutdown.sh -s service:jmx:rmi:///jndi/rmi://localhost:1090/jmxrmi
Exception in thread "main" java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused]
[root@maq01 bin]# ./shutdown.sh -s service:jmx:rmi:///jndi/rmi://localhost:8080/jmxrmi
Exception in thread "main" java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused]
[root@maq01 bin]# ./shutdown.sh -s service:jmx:rmi:///jndi/rmi://xxx.xxx.xxx.xxx:8080/jmxrmi
Exception in thread "main" java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused]
Not much new information in the link, but thank you anyway.
Having used run.sh -c all -b x.x.x.x:8080 to start it. Any more ideas please?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556800#556800]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months
Re: [jboss-user] [jBPM] - BPMN 2.0 modeling with Signavio/jBPM
by Patricia B
Patricia B [http://community.jboss.org/people/patriciab] replied to the discussion
"BPMN 2.0 modeling with Signavio/jBPM"
To view the discussion, visit: http://community.jboss.org/message/556754#556754
--------------------------------------------------------------
Hello,
Thx for your reply. And no worries. I did download the Oryx code, and created the BPMN 2.0 process, and ran it using jBPM 4.4, as I mentioned on my previous post. It all worked fine, expect business task.
I did read the Java doc, but my question is really for the future. I searched for the jBPM road map to see what it is included next, but all the documents that I found about that are not very clear of what will be done and when. Also, I checked the jBPM 4.5 Jira, thinking that maybe there is something about BPMN 2.0, and business task.
Really, my question is if anyone knows anything about the future of BPMN 2.0 support in jBPM. Information about timeline/releases would be also very helpful.
Thanks again for your reply,
Patricia
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556754#556754]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months
[JBoss Tools] - JBoss tools with eclipse VERY slow
by Howard King
Howard King [http://community.jboss.org/people/kinghoward] created the discussion
"JBoss tools with eclipse VERY slow"
To view the discussion, visit: http://community.jboss.org/message/556749#556749
--------------------------------------------------------------
I installed JBoss tools (Update-3.1.1.v201006011046R-H111-GA) to eclipse (helios), and everything is runs very slow, it takes about 30 minutes to start JBoss AS in eclipse.
I have VMWare workstation installed, and on my host OS, the above combination runs at reasonable speed, but not on a virtual machine (VM). The vm is given 8 cpu processors (i7 2.8ghz), 4 gigs of RAM, and runs on CentOS 5.5 32bit. I tried to change the eclipse.ini file to have the following settings:
--launcher.XXMaxPermSize
1024m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=1024m
-Xms256m
-Xmx1024m
But eclipse is still very slow with JBoss tools installed.
I have a seperate eclipse galiano installation with lots of plugins, and that runs great on the vm, but not the eclipse with JBoss tools.
My host machine has 8 core i7 2.8ghz, 12 gigs RAM.
Any ideas about changing any settings so that I can get the combination to work faster in my VM?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556749#556749]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months
Re: [jboss-user] [jBPM] - BPMN 2.0 modeling with Signavio/jBPM
by Patricia B
Patricia B [http://community.jboss.org/people/patriciab] replied to the discussion
"BPMN 2.0 modeling with Signavio/jBPM"
To view the discussion, visit: http://community.jboss.org/message/556747#556747
--------------------------------------------------------------
Hi
Update since I posted this question:
I downloaded the Oryx designer, and I created a simple test process definition, that has 2 user tasks, 1 business rule task, 1 service task, and 3 gateways. The process created in Oryx, I downloaded as BPMN 2.0 DI xml file, and I executed it using jBPM 4.4 engine. It all worked just fine, after I made a few changes to the process definition. The main issue is the fact that jBPM does not support business task in BPMN 2.0 implementation. I asked about missing business task on a separate post on this forum, but no answer. However, I ask again: does anyone know if/when there will be support for BPMN 2.0 business task in jBPM?
Thanks,
Patricia
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556747#556747]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months