[JBoss JIRA] (DROOLS-2985) Jenkins PR build of optaweb-employee-rostering should not build kie-server too
by Geoffrey De Smet (JIRA)
Geoffrey De Smet created DROOLS-2985:
----------------------------------------
Summary: Jenkins PR build of optaweb-employee-rostering should not build kie-server too
Key: DROOLS-2985
URL: https://issues.jboss.org/browse/DROOLS-2985
Project: Drools
Issue Type: Task
Components: build
Reporter: Geoffrey De Smet
Assignee: Ant Stephenson
Priority: Blocker
When building this PR:
https://github.com/kiegroup/optaweb-employee-rostering/pull/187
It gave this error:
{code}
13:44:42 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
13:44:42 [ERROR] 'dependencies.dependency.version' for org.jboss.narayana.tomcat:tomcat-jta:jar is missing. @ org.kie.server:kie-server:[unknown-version], /home/jenkins/workspace/KIE/master/pullrequest/optaweb-employee-rostering-pullrequests/upstream-repos/droolsjbpm-integration/kie-server-parent/kie-server-wars/kie-server/pom.xml, line 264, column 17
13:44:42 @
13:44:42 [ERROR] The build could not read 1 project -> [Help 1]
13:44:42 org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
13:44:42 [ERROR] 'dependencies.dependency.version' for org.jboss.narayana.tomcat:tomcat-jta:jar is missing. @ org.kie.server:kie-server:[unknown-version], /home/jenkins/workspace/KIE/master/pullrequest/optaweb-employee-rostering-pullrequests/upstream-repos/droolsjbpm-integration/kie-server-parent/kie-server-wars/kie-server/pom.xml, line 264, column 17
{code}
but optaweb-employee-rostering doesn't rely on droolsjbpm-integration, so building that repo too is just delaying our ability to merge fast, as well as introducing false negatives.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-10247) undefine connectors attribute of broadcast-group throws IllegalArgumentException
by Bartosz Baranowski (JIRA)
[ https://issues.jboss.org/browse/WFLY-10247?page=com.atlassian.jira.plugin... ]
Bartosz Baranowski reassigned WFLY-10247:
-----------------------------------------
Assignee: Bartosz Baranowski (was: Jeff Mesnil)
> undefine connectors attribute of broadcast-group throws IllegalArgumentException
> --------------------------------------------------------------------------------
>
> Key: WFLY-10247
> URL: https://issues.jboss.org/browse/WFLY-10247
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Claudio Miranda
> Assignee: Bartosz Baranowski
>
> {code}
> /profile=full-ha/subsystem=messaging-activemq/server=default/broadcast-group=bg-group1:undefine-attribute(name=connectors)
> {
> "outcome" => "failed",
> "failure-description" => {"domain-failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException"},
> "rolled-back" => true
> }
> {code}
> {code}
> 2018-04-16 15:41:16,830 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("undefine-attribute") failed - address: ([
> ("profile" => "full-ha"),
> ("subsystem" => "messaging-activemq"),
> ("server" => "default"),
> ("broadcast-group" => "bg-group1")
> ]): java.lang.IllegalArgumentException
> at org.jboss.dmr.ModelValue.asList(ModelValue.java:143)
> at org.jboss.dmr.ModelNode.asList(ModelNode.java:1592)
> at org.wildfly.extension.messaging.activemq.BroadcastGroupDefinition.validateConnectors(BroadcastGroupDefinition.java:149)
> at org.wildfly.extension.messaging.activemq.BroadcastGroupWriteAttributeHandler.finishModelStage(BroadcastGroupWriteAttributeHandler.java:47)
> at org.jboss.as.controller.AbstractWriteAttributeHandler.execute(AbstractWriteAttributeHandler.java:95)
> at org.jboss.as.controller.operations.global.WriteAttributeHandler.doExecuteInternal(WriteAttributeHandler.java:194)
> at org.jboss.as.controller.operations.global.WriteAttributeHandler.execute(WriteAttributeHandler.java:115)
> at org.jboss.as.controller.operations.global.UndefineAttributeHandler.execute(UndefineAttributeHandler.java:52)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:982)
> at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1408)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:423)
> at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:243)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:263)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:229)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:243)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:240)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:138)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:162)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:158)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:287)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:244)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:254)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:225)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:158)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
> at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
> at java.lang.Thread.run(Thread.java:748)
> at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBJCA-1373) MySQLValidConnectionChecker swallow a root cause of the exception
by Petr Jurak (JIRA)
[ https://issues.jboss.org/browse/JBJCA-1373?page=com.atlassian.jira.plugin... ]
Petr Jurak resolved JBJCA-1373.
-------------------------------
Fix Version/s: 1.4.9
Resolution: Done
> MySQLValidConnectionChecker swallow a root cause of the exception
> -----------------------------------------------------------------
>
> Key: JBJCA-1373
> URL: https://issues.jboss.org/browse/JBJCA-1373
> Project: IronJacamar
> Issue Type: Bug
> Components: JDBC
> Reporter: Lin Gao
> Assignee: Petr Jurak
> Fix For: 1.4.9
>
>
> When java.sql.SQLException is thrown, the root cause should be logged at the same time by MySQLValidConnectionChecker validation.
> ~~~
> WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (default task-1) IJ030027: Destroying connection that is not valid, due to the following exception: com.mysql.jdbc.JDBC4Connection@5d0ae267: java.sql.SQLException: Ping failed: java.lang.reflect.InvocationTargetException
> at org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLValidConnectionChecker.isValidConnection(MySQLValidConnectionChecker.java:93)
> at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1272)
> at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1085)
> ~~~
> However, the current code is :
> return new SQLException("Ping failed: " + e.toString());
> so this should be modified by:
> return new SQLException("Ping failed: " + e.toString(), e);
> and logged message with root cause.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2941) [DMN Designer] - Save external DMN model
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2941?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2941:
--------------------------------
Description:
Save of an external dmn model in workbench throws an error in a server log.
- Before save: [^LACE Scoring.dmn]
- After save: [^lace-scoring.dmn]
h2. Acceptance test
- Check saving file created from scratch (x)
-- Description is not saved
- Check saving external files (/)
-- Used *LACE Scoring*
- Check saving of literal expression in
-- Top level (/)
-- Context (/)
-- Decision table (/)
- Try to add reproducer into community according to staktrace
-- https://github.com/manstis/kie-wb-common/pull/34
was:
Save of an external dmn model in workbench throws an error in a server log.
- Before save: [^LACE Scoring.dmn]
- After save: [^lace-scoring.dmn]
h2. Acceptance test
- Check saving file created from scratch (x)
-- Description is not saved
- Check saving external files (/)
-- Used *LACE Scoring*
- Check saving of literal expression in
-- Top level (/)
-- Context (/)
-- Decision table (/)
- Try to add reproducer into community according to staktrace
> [DMN Designer] - Save external DMN model
> ----------------------------------------
>
> Key: DROOLS-2941
> URL: https://issues.jboss.org/browse/DROOLS-2941
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Labels: drools-tools
> Attachments: LACE Scoring.dmn, error.log, lace-scoring.dmn
>
>
> Save of an external dmn model in workbench throws an error in a server log.
> - Before save: [^LACE Scoring.dmn]
> - After save: [^lace-scoring.dmn]
> h2. Acceptance test
> - Check saving file created from scratch (x)
> -- Description is not saved
> - Check saving external files (/)
> -- Used *LACE Scoring*
> - Check saving of literal expression in
> -- Top level (/)
> -- Context (/)
> -- Decision table (/)
> - Try to add reproducer into community according to staktrace
> -- https://github.com/manstis/kie-wb-common/pull/34
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months