[JBoss JIRA] (DROOLS-847) WebLogic unable to deploy Execution server
by Lukáš Petrovický (JIRA)
[ https://issues.jboss.org/browse/DROOLS-847?page=com.atlassian.jira.plugin... ]
Lukáš Petrovický updated DROOLS-847:
------------------------------------
Labels: reported-by-qe (was: )
> WebLogic unable to deploy Execution server
> ------------------------------------------
>
> Key: DROOLS-847
> URL: https://issues.jboss.org/browse/DROOLS-847
> Project: Drools
> Issue Type: Sub-task
> Components: kie server
> Affects Versions: 6.3.0.Beta2
> Environment: WebLogic
> Reporter: Karel Suta
> Assignee: Karel Suta
> Labels: reported-by-qe
> Fix For: 6.3.0.Final
>
>
> Unified Execution server WAR doesn't contain dependency on Hibernate needed by jBPM part. This is ok for Wildfly which has its own Hibernate module included, but WebLogic and possibly Websphere doesn't contain Hibernate causing ClassNotFoundException when deploying exec server.
> One of possible solution would be to create separate war for WebLogic and Websphere, as is done for Business Central, containing container specific resources.
> Tried on ee6 WAR, same as was used in previous release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (DROOLS-948) testEventWithShortExpiration() in CepEspTest and CepJavaTypeTest fails
by Lukáš Petrovický (JIRA)
[ https://issues.jboss.org/browse/DROOLS-948?page=com.atlassian.jira.plugin... ]
Lukáš Petrovický updated DROOLS-948:
------------------------------------
Labels: reported-by-qe (was: )
> testEventWithShortExpiration() in CepEspTest and CepJavaTypeTest fails
> ----------------------------------------------------------------------
>
> Key: DROOLS-948
> URL: https://issues.jboss.org/browse/DROOLS-948
> Project: Drools
> Issue Type: Bug
> Reporter: Tibor Zimányi
> Assignee: Mark Proctor
> Priority: Minor
> Labels: reported-by-qe
>
> Last assert in testEventWithShortExpiration() sometimes fails because sometimes the event don't have time to expire (although there is 1ms expiration defined) after fireAllRules is called in the test before the assert. There should be some sleep time added before the assert.
> The fail is nondeterministic and this nondeterminism is because 1ms expire time can be longer because of jvm scheduler. Issue can be reproduced by running the test in a for loop with e.g. 1000 iterations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (DROOLS-357) Multiple static initialization makes debugging Maven issues impossible
by Lukáš Petrovický (JIRA)
[ https://issues.jboss.org/browse/DROOLS-357?page=com.atlassian.jira.plugin... ]
Lukáš Petrovický updated DROOLS-357:
------------------------------------
Labels: reported-by-qe (was: )
> Multiple static initialization makes debugging Maven issues impossible
> ----------------------------------------------------------------------
>
> Key: DROOLS-357
> URL: https://issues.jboss.org/browse/DROOLS-357
> Project: Drools
> Issue Type: Enhancement
> Affects Versions: 6.0.0.Final
> Reporter: Lukáš Petrovický
> Assignee: Mario Fusco
> Labels: reported-by-qe
> Fix For: 6.0.1.Final
>
>
> When running kie-ci tests against productized binaries, most of the tests in that module fail with this particular exception (or similar):
> java.lang.NoClassDefFoundError: Could not initialize class org.kie.scanner.MavenRepository
> at org.kie.scanner.KieModuleMavenTest.testKieModulePojoDependencies(KieModuleMavenTest.java:119)
> Turns out, this exception is (through multiple levels of static initialization) actually caused here:
> https://github.com/droolsjbpm/drools/blob/master/kie-ci/src/main/java/org...
> Maven resolution fails, because it cannot find some dependencies in the project being loaded. As a result, the class is never initialized, fast forward two other classes, and you get the above exception. I kindly ask that this behavior be changed in such a way that the original exception bubbles up through the stack - otherwise, the user has no chance to figure out what's going on.
> The issue is a bit tricky to reproduce, as it's directly related to artifacts not being resolvable - but it should, if my understanding of the error is correct, be enough to have a parser error in the POM that's being loaded.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (DROOLS-742) DecisionTableXLSToDecisionTableGuidedConverterTest fails on jdk8
by Lukáš Petrovický (JIRA)
[ https://issues.jboss.org/browse/DROOLS-742?page=com.atlassian.jira.plugin... ]
Lukáš Petrovický updated DROOLS-742:
------------------------------------
Labels: reported-by-qe (was: )
> DecisionTableXLSToDecisionTableGuidedConverterTest fails on jdk8
> ----------------------------------------------------------------
>
> Key: DROOLS-742
> URL: https://issues.jboss.org/browse/DROOLS-742
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 6.2.0.Final
> Reporter: Tibor Zimányi
> Assignee: Michael Anstis
> Priority: Minor
> Labels: reported-by-qe
>
> Failing test is from drools-wb repo.
> Test methods testConditions() and testConditionsIndexedParameters() fails on jdk8.
> XLS files used in these methods contain multiple parameters column (column with more parameters than one). When XLS is parsed, these parameters are transformed into child columns of BRLConditionColumn. In ParameterUtilities class is method extractTemplateKeys. This method extracts params from preprocessed original string from XLS table cell containing parameters. But because the method uses HashSet as return value, the ordering of parameters cannot be determined (in HashSet, the order of items can be different than the order in which the items were inserted).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (DROOLS-854) NullPointerException in KieModuleMetaDataImpl.init
by Lukáš Petrovický (JIRA)
[ https://issues.jboss.org/browse/DROOLS-854?page=com.atlassian.jira.plugin... ]
Lukáš Petrovický updated DROOLS-854:
------------------------------------
Labels: reported-by-qe (was: )
> NullPointerException in KieModuleMetaDataImpl.init
> --------------------------------------------------
>
> Key: DROOLS-854
> URL: https://issues.jboss.org/browse/DROOLS-854
> Project: Drools
> Issue Type: Bug
> Reporter: Zuzka Krejčová
> Assignee: Mario Fusco
> Labels: reported-by-qe
> Fix For: 6.3.0.CR1
>
>
> When creating certain types of assets in the gui, user gets an error modal: "Unable to complete your request. The following exception occurred: null."
> The asset is created, but cannot be loaded (reopening results in the same error).
> It seems that the newly created asset can be loaded after a project build.
> Editors/assets affected are:
> guided rules, guided rule templates, drl, guided score cards, guided dtables, guided decision trees, test scenarios
> (others - enumerations, dsl, process definitions, ... are okay)
> It might not be reproducible with drools-wb (based on irc conversations with [~wmedvede]).
> Server log points to DMO:
> Caused by: java.lang.NullPointerException
> at org.kie.scanner.KieModuleMetaDataImpl.init(KieModuleMetaDataImpl.java:147)
> at org.kie.scanner.KieModuleMetaDataImpl.<init>(KieModuleMetaDataImpl.java:87)
> at org.kie.scanner.KieModuleMetaData$Factory.newKieModuleMetaData(KieModuleMetaData.java:45)
> at org.kie.workbench.common.services.datamodel.backend.server.cache.LRUDataModelOracleCache.loadEnumsForPackage(LRUDataModelOracleCache.java:171)
> Stacktrace to be found at [http://pastebin.test.redhat.com/299022].
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months