Bug 828191
| Summary: | Autodiscovery for Drools application does not work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Pavel Kralik <pkralik> | ||||
| Component: | Plugin -- BRMS 5 | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | JON 3.1.0 | CC: | ldimaggi, loleary, mvecera, tcunning | ||||
| Target Milestone: | --- | ||||||
| Target Release: | JON 3.1.0 | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-06 16:10:33 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Pavel Kralik
2012-06-04 12:39:36 UTC
I have sent an email to have this triaged at the Monday 6/4/2012 Triage Meeting with ccrouch, asantos, loleary, myarborough, and ckannan. <ccrouch> mfoley: re: https://bugzilla.redhat.com/show_bug.cgi?id=828191 it sounds like a bug in the drools plugin Len ... can you investigate/escalate with the plugin developers? BZ triage 6/4/2012. asantos, loleary, ccrouch, mfoley .... we need a fix for this by 6/6. if the fix is in by then ... then it will be included in jon 3.1. otherwise non-blocking for jon 3.1 GA Steps to get Drools application running: 1) Checkout the drools application 2) Download the BRMS deployable zip file: BRMS 5.3.0.ER8: http://jawa05.englab.brq.redhat.com/candidate/BRMS-5.3.0-ER8/brms-p-5.3.0.BRMS-ER8-deployable.zip BRMS 5.2.0.GA: http://jawa05.englab.brq.redhat.com/released/BRMS-5.2.0.GA/brms-p-5.2.0.GA-deployable.zip 3) unzip brms-p-5.2.*-deployable.zip 4) unzip jboss-brms-engine.zip 5) Create link from binaries to drools-jon-example/drools 6) Run the application: ant compile; ant server ant client.phase1; ant client.phase2 7) Try to monitor with Jconsole and JON The sample app here seems to be the issue. Pavel and I tried using the drools-jbpmintegration Broker application : https://github.com/droolsjbpm/droolsjbpm-integration with the following sys properties added : -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false and the app was discovered under JMX Servers. |