[JBoss JIRA] (WFLY-4326) Enable JPA meterics, all metrics zero
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-4326?page=com.atlassian.jira.plugin.... ]
Scott Marlow commented on WFLY-4326:
------------------------------------
Great question. Please add the image to the forum post that you open earlier. Instructions are below:
1. Open the forum post [https://developer.jboss.org/message/918004]
2. Click reply,
3. In the middle of the button bar, there should be an "insert image" button.
> Enable JPA meterics, all metrics zero
> -------------------------------------
>
> Key: WFLY-4326
> URL: https://issues.jboss.org/browse/WFLY-4326
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 8.2.0.Final
> Environment: Windows 7, Ubuntu 14.04, CentOS, JDK1.7
> Reporter: Tim Mickelson
> Assignee: Scott Marlow
> Labels: jpa
>
> Enable JPA on any ear deployd on server and no metrics are presented. The datasource is JTA enabled and the same deployments (ears) deployd on JBoss 7.1.1 result in non zero metrics when JPA is enabled per ear on JBoss 7.1.1.
> Note: I have a very similar issue with the transaction metrics WFLY-4323
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-707) NullPointer when changing order of the rules
by Francesco Peloi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-707?page=com.atlassian.jira.plugin... ]
Francesco Peloi updated DROOLS-707:
-----------------------------------
Description:
Hi there,
we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
I have tried it with many versions from 5.x to latest 6.2.0.CR4.
I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
Note that if line 2 of the when:
$a : Integer()
is moved as first line, the rule runs ok.
Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
was:
Hi there,
we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
Note that if line 2 of the when:
$a : Integer()
is moved as first line, the rule runs ok.
Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
> NullPointer when changing order of the rules
> --------------------------------------------
>
> Key: DROOLS-707
> URL: https://issues.jboss.org/browse/DROOLS-707
> Project: Drools
> Issue Type: Bug
> Affects Versions: 5.5.0.Final, 5.6.0.Final, 6.0.0.Final, 6.0.1.Final, 6.1.0.Final, 6.2.0.CR4
> Reporter: Francesco Peloi
> Assignee: Mark Proctor
>
> Hi there,
> we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
> I have tried it with many versions from 5.x to latest 6.2.0.CR4.
> I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
> Note that if line 2 of the when:
> $a : Integer()
> is moved as first line, the rule runs ok.
> Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-707) NullPointer when changing order of the rules
by Francesco Peloi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-707?page=com.atlassian.jira.plugin... ]
Francesco Peloi updated DROOLS-707:
-----------------------------------
Description:
Hi there,
we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
I have tried it with many Drools versions from 5.x to latest 6.2.0.CR4.
I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
Note that if line 2 of the when:
$a : Integer()
is moved as first line, the rule runs ok.
Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
was:
Hi there,
we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
I have tried it with many versions from 5.x to latest 6.2.0.CR4.
I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
Note that if line 2 of the when:
$a : Integer()
is moved as first line, the rule runs ok.
Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
> NullPointer when changing order of the rules
> --------------------------------------------
>
> Key: DROOLS-707
> URL: https://issues.jboss.org/browse/DROOLS-707
> Project: Drools
> Issue Type: Bug
> Affects Versions: 5.5.0.Final, 5.6.0.Final, 6.0.0.Final, 6.0.1.Final, 6.1.0.Final, 6.2.0.CR4
> Reporter: Francesco Peloi
> Assignee: Mark Proctor
>
> Hi there,
> we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
> I have tried it with many Drools versions from 5.x to latest 6.2.0.CR4.
> I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
> Note that if line 2 of the when:
> $a : Integer()
> is moved as first line, the rule runs ok.
> Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-707) NullPointer when changing order of the rules
by Francesco Peloi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-707?page=com.atlassian.jira.plugin... ]
Francesco Peloi updated DROOLS-707:
-----------------------------------
Affects Version/s: 6.0.1.Final
5.6.0.Final
5.5.0.Final
> NullPointer when changing order of the rules
> --------------------------------------------
>
> Key: DROOLS-707
> URL: https://issues.jboss.org/browse/DROOLS-707
> Project: Drools
> Issue Type: Bug
> Affects Versions: 5.5.0.Final, 5.6.0.Final, 6.0.0.Final, 6.0.1.Final, 6.1.0.Final, 6.2.0.CR4
> Reporter: Francesco Peloi
> Assignee: Mark Proctor
>
> Hi there,
> we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
> I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
> Note that if line 2 of the when:
> $a : Integer()
> is moved as first line, the rule runs ok.
> Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4326) Enable JPA meterics, all metrics zero
by Tim Mickelson (JIRA)
[ https://issues.jboss.org/browse/WFLY-4326?page=com.atlassian.jira.plugin.... ]
Tim Mickelson commented on WFLY-4326:
-------------------------------------
I have a really ignorant question, how do I attach a file to this issue, or where do you mean exactly that I should attach the image?
> Enable JPA meterics, all metrics zero
> -------------------------------------
>
> Key: WFLY-4326
> URL: https://issues.jboss.org/browse/WFLY-4326
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 8.2.0.Final
> Environment: Windows 7, Ubuntu 14.04, CentOS, JDK1.7
> Reporter: Tim Mickelson
> Assignee: Scott Marlow
> Labels: jpa
>
> Enable JPA on any ear deployd on server and no metrics are presented. The datasource is JTA enabled and the same deployments (ears) deployd on JBoss 7.1.1 result in non zero metrics when JPA is enabled per ear on JBoss 7.1.1.
> Note: I have a very similar issue with the transaction metrics WFLY-4323
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-707) NullPointer when changing order of the rules
by Francesco Peloi (JIRA)
Francesco Peloi created DROOLS-707:
--------------------------------------
Summary: NullPointer when changing order of the rules
Key: DROOLS-707
URL: https://issues.jboss.org/browse/DROOLS-707
Project: Drools
Issue Type: Bug
Affects Versions: 6.2.0.CR4, 6.1.0.Final, 6.0.0.Final
Reporter: Francesco Peloi
Assignee: Mark Proctor
Hi there,
we are having some serious issues with some rules, they are throwing a NullPointerException and we don't understand why. I have tried to narrow down the problem to the smallest rule possible, now this rule doesn't really make much sense put like this but the real rule is more complex with more constraints. At the end the result is the same: a NPE.
I tested this in isolation with the minimum amount of code possible, and attached it as well if someone wants to try it quickly.
Note that if line 2 of the when:
$a : Integer()
is moved as first line, the rule runs ok.
Please find the reproducer here: https://groups.google.com/forum/#!topic/drools-usage/-oNqu3l4cqE
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4326) Enable JPA meterics, all metrics zero
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-4326?page=com.atlassian.jira.plugin.... ]
Scott Marlow commented on WFLY-4326:
------------------------------------
Would be great if you could attach an image of what you see to the forum thread discussion, so others can see the "bars that are white and empty.
> Enable JPA meterics, all metrics zero
> -------------------------------------
>
> Key: WFLY-4326
> URL: https://issues.jboss.org/browse/WFLY-4326
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 8.2.0.Final
> Environment: Windows 7, Ubuntu 14.04, CentOS, JDK1.7
> Reporter: Tim Mickelson
> Assignee: Scott Marlow
> Labels: jpa
>
> Enable JPA on any ear deployd on server and no metrics are presented. The datasource is JTA enabled and the same deployments (ears) deployd on JBoss 7.1.1 result in non zero metrics when JPA is enabled per ear on JBoss 7.1.1.
> Note: I have a very similar issue with the transaction metrics WFLY-4323
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-686) Documentation build: Upgrade pressgang-tools from 2 to 3
by Geoffrey De Smet (JIRA)
[ https://issues.jboss.org/browse/DROOLS-686?page=com.atlassian.jira.plugin... ]
Geoffrey De Smet edited comment on DROOLS-686 at 2/6/15 11:21 AM:
------------------------------------------------------------------
Looks like Santos already solved the offline-doesn't-build issue:
https://issues.jboss.org/browse/MPJDOCBOOK-84
The PR is merged on jdocbook-core but there hasn't been a release yet.
So what needs to happen is:
1) Release jdocbook-core 1.1.1 (Steve Ebersole or Strong Liu can release this).
2) Adjust maven-jdocbook-plugin to use that jdocbook-core version and release it. (I can do that release, but verify that the combo of everything works first)
3) Adjust droolsjbpm-build-bootstrap to use the that maven-jdocbook-plugin version and the latest pressgang-tools 3.x.
Petr (or MichaelB), if you can try everything locally by using snapshot builds of all these components and verify the offline docs build works, then chase people to do the release cascade (core first (Steve/Strong), then the plugin (me), then maybe pressgang-tools too if needed (also me)).
was (Author: ge0ffrey):
Looks like Santos already solved the offline-doesn't-build issue:
https://issues.jboss.org/browse/MPJDOCBOOK-84
PR on jdocbook-core but not yet released.
So what needs to happen is:
1) Release jdocbook-core 1.1.1 (Steve Ebersole or Strong Liu can release this).
2) Adjust maven-jdocbook-plugin to use that jdocbook-core version and release it. (I can do that release, but verify that the combo of everything works first)
3) Adjust droolsjbpm-build-bootstrap to use the that maven-jdocbook-plugin version and the latest pressgang-tools 3.x.
Petr (or MichaelB), if you can try everything locally by using snapshot builds of all these components and verify the offline docs build works, then chase people to do the release cascade (core first (Steve/Strong), then the plugin (me), then maybe pressgang-tools too if needed (also me)).
> Documentation build: Upgrade pressgang-tools from 2 to 3
> --------------------------------------------------------
>
> Key: DROOLS-686
> URL: https://issues.jboss.org/browse/DROOLS-686
> Project: Drools
> Issue Type: Task
> Reporter: Geoffrey De Smet
> Assignee: Petr Široký
>
> We're still using pressgang-tools 2:
> https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/pom....
> but some years ago pressgang-tools 3.x was build and released (by Steve Ebersole), which fixes some issues and enables some new features (such as topics in docbook):
> https://github.com/pressgang/pressgang-tools
> However, pressgang-tools 3.x has an important regression in combination with the maven-docbook-plugin 2.3.8, which prevents building offline, which is a blocker for us:
> https://issues.jboss.org/browse/PRESSGANG-79
> The interesting note is that the gradle-docbook-plugin does build offline, and that both plugins (maven and gradle) use the same jdocbook-core:
> https://github.com/pressgang
> Goal: Fix that jira in maven-docbook-plugin and/or pressgang-tools, so droolsjbpm can upgrade to pressgang-tools 3.x. This is probably not easy.
> The reason that it doesn't build offline, is because the xslt's contain full-url imports, so it reaches out to download those, but the jdocbook-core is able to intercepts to calls and reroute them to the local resources in the pressgang-tools jar (instead of downloading them from the internet). For some reason that works (probably configured correctly) for the gradle plugin, but not for the maven plugin. It's also strange that the maven plugin does work correctly with pressgang 2 jars.
> In any case, the build should work offline (and doing "mvn -o" alone doesn't suffice to prove it, because the -o is ignored for the xslt stuff), plug out the network cable to verify it builds offline.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-686) Documentation build: Upgrade pressgang-tools from 2 to 3
by Geoffrey De Smet (JIRA)
[ https://issues.jboss.org/browse/DROOLS-686?page=com.atlassian.jira.plugin... ]
Geoffrey De Smet commented on DROOLS-686:
-----------------------------------------
Looks like Santos already solved the offline-doesn't-build issue:
https://issues.jboss.org/browse/MPJDOCBOOK-84
PR on jdocbook-core but not yet released.
So what needs to happen is:
1) Release jdocbook-core 1.1.1 (Steve Ebersole or Strong Liu can release this).
2) Adjust maven-jdocbook-plugin to use that jdocbook-core version and release it. (I can do that release, but verify that the combo of everything works first)
3) Adjust droolsjbpm-build-bootstrap to use the that maven-jdocbook-plugin version and the latest pressgang-tools 3.x.
Petr (or MichaelB), if you can try everything locally by using snapshot builds of all these components and verify the offline docs build works, then chase people to do the release cascade (core first (Steve/Strong), then the plugin (me), then maybe pressgang-tools too if needed (also me)).
> Documentation build: Upgrade pressgang-tools from 2 to 3
> --------------------------------------------------------
>
> Key: DROOLS-686
> URL: https://issues.jboss.org/browse/DROOLS-686
> Project: Drools
> Issue Type: Task
> Reporter: Geoffrey De Smet
> Assignee: Petr Široký
>
> We're still using pressgang-tools 2:
> https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/pom....
> but some years ago pressgang-tools 3.x was build and released (by Steve Ebersole), which fixes some issues and enables some new features (such as topics in docbook):
> https://github.com/pressgang/pressgang-tools
> However, pressgang-tools 3.x has an important regression in combination with the maven-docbook-plugin 2.3.8, which prevents building offline, which is a blocker for us:
> https://issues.jboss.org/browse/PRESSGANG-79
> The interesting note is that the gradle-docbook-plugin does build offline, and that both plugins (maven and gradle) use the same jdocbook-core:
> https://github.com/pressgang
> Goal: Fix that jira in maven-docbook-plugin and/or pressgang-tools, so droolsjbpm can upgrade to pressgang-tools 3.x. This is probably not easy.
> The reason that it doesn't build offline, is because the xslt's contain full-url imports, so it reaches out to download those, but the jdocbook-core is able to intercepts to calls and reroute them to the local resources in the pressgang-tools jar (instead of downloading them from the internet). For some reason that works (probably configured correctly) for the gradle plugin, but not for the maven plugin. It's also strange that the maven plugin does work correctly with pressgang 2 jars.
> In any case, the build should work offline (and doing "mvn -o" alone doesn't suffice to prove it, because the -o is ignored for the xslt stuff), plug out the network cable to verify it builds offline.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4326) Enable JPA meterics, all metrics zero
by Tim Mickelson (JIRA)
[ https://issues.jboss.org/browse/WFLY-4326?page=com.atlassian.jira.plugin.... ]
Tim Mickelson commented on WFLY-4326:
-------------------------------------
I don't understand why the "bars" are white and empty, but for me they don't give any information that the numbers don't give so I'm ok with this not being an issue. I know about the jboss-cli.sh, just wonderd if I could have that info from the browser.
Thanks Scott and sorry for disturbing you with such a small issue.
> Enable JPA meterics, all metrics zero
> -------------------------------------
>
> Key: WFLY-4326
> URL: https://issues.jboss.org/browse/WFLY-4326
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 8.2.0.Final
> Environment: Windows 7, Ubuntu 14.04, CentOS, JDK1.7
> Reporter: Tim Mickelson
> Assignee: Scott Marlow
> Labels: jpa
>
> Enable JPA on any ear deployd on server and no metrics are presented. The datasource is JTA enabled and the same deployments (ears) deployd on JBoss 7.1.1 result in non zero metrics when JPA is enabled per ear on JBoss 7.1.1.
> Note: I have a very similar issue with the transaction metrics WFLY-4323
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months