[JBoss JIRA] (DROOLS-3716) drools-constraint-parser module cannot be built with JDK 11
by Tibor Zimányi (Jira)
Tibor Zimányi created DROOLS-3716:
-------------------------------------
Summary: drools-constraint-parser module cannot be built with JDK 11
Key: DROOLS-3716
URL: https://issues.jboss.org/browse/DROOLS-3716
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.18.0.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
When building drools-constraint-parser with JDK 11, it fails on compilation errors, not having annotation classes on classpath.
This should be added to the dependencies list of the module:
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (DROOLS-3715) Zipkiemodule nullpointerexception
by Łukasz Szmolke (Jira)
Łukasz Szmolke created DROOLS-3715:
--------------------------------------
Summary: Zipkiemodule nullpointerexception
Key: DROOLS-3715
URL: https://issues.jboss.org/browse/DROOLS-3715
Project: Drools
Issue Type: Bug
Affects Versions: 7.17.0.Final, 7.16.0.Final
Reporter: Łukasz Szmolke
Assignee: Mario Fusco
o During ZipKieModule loading in “org.drools.compiler.kie.builder.impl.ZipKieModule:142” nullpointerexception is thrown:
urlPath = urlPath.substring( urlPath.lastIndexOf( '!' ) + 1 );
ArrayList<ZipEntry> entries = new ArrayList<>();
// read jar file from uber-jar
InputStream in = this.getClass().getResourceAsStream(urlPath); // nullpointerexception
For example full UrlPath on windows to internal .jar is:
C:\Users\xbbnv0c\IdeaProjects\ais-data-exchange\data-exchange-app\target\data-exchange-app-1.0.1-SNAPSHOT.jar!\BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
So the result of this first line will be:
\BOOT-INF\lib\data-exchange-brms-1.0.1-SNAPSHOT.jar
It will be perfect, but during accessing internal resource file separator should be “/” not “\”. So InputStream in = null.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (WFLY-11013) Hash encoding Exception when using @DatabaseIdentityStoreDefinition
by Martin Choma (Jira)
[ https://issues.jboss.org/browse/WFLY-11013?page=com.atlassian.jira.plugin... ]
Martin Choma commented on WFLY-11013:
-------------------------------------
[~f_marchioni] have you resolve this? Can we close the ticket?
> Hash encoding Exception when using @DatabaseIdentityStoreDefinition
> -------------------------------------------------------------------
>
> Key: WFLY-11013
> URL: https://issues.jboss.org/browse/WFLY-11013
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 14.0.0.Final
> Environment: WildFly 14. Generic Linux. JDK 8/9
> Reporter: Francesco Marchioni
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 17.0.0.Beta1
>
> Attachments: javaee8-secure-servlet.zip
>
>
> When deploying one application using @DatabaseIdentityStoreDefinition, upon successful login, the following exception is thrown
> {code:java}
> java.lang.IllegalArgumentException: Bad hash encoding
> at org.glassfish.soteria.identitystores.hash.Pbkdf2PasswordHashImpl$EncodedPasswordHash.decode(Pbkdf2PasswordHashImpl.java:209)
> at org.glassfish.soteria.identitystores.hash.Pbkdf2PasswordHashImpl$EncodedPasswordHash.<init>(Pbkdf2PasswordHashImpl.java:191)
> at org.glassfish.soteria.identitystores.hash.Pbkdf2PasswordHashImpl.verify(Pbkdf2PasswordHashImpl.java:147)
> at org.glassfish.soteria.identitystores.DatabaseIdentityStore.validate(DatabaseIdentityStore.java:121)
> at org.glassfish.soteria.identitystores.DatabaseIdentityStore.validate(DatabaseIdentityStore.java:101)
> at org.jboss.weldx.security.enterprise.identitystore.IdentityStore$635317201$Proxy$_$$_WeldClientProxy.validate(Unknown Source)
> at org.glassfish.soteria.cdi.DefaultIdentityStoreHandler.validate(DefaultIdentityStoreHandler.java:97)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (WFLY-11792) Error creating server pooled-connection-factory
by Claudio Miranda (Jira)
[ https://issues.jboss.org/browse/WFLY-11792?page=com.atlassian.jira.plugin... ]
Claudio Miranda reopened WFLY-11792:
------------------------------------
Hi Miroslav, I didn't see your previous comment, sorry. Reopening.
> Error creating server pooled-connection-factory
> -----------------------------------------------
>
> Key: WFLY-11792
> URL: https://issues.jboss.org/browse/WFLY-11792
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Claudio Miranda
> Assignee: Claudio Miranda
> Priority: Major
>
> Try to add a pooled-connection-factory, it returns as failure caused by a NullPointerException.
> To reproduce:
> {code}
> batch
> /subsystem=messaging-activemq/server=srv-foo:add
> /subsystem=messaging-activemq/server=srv-foo/path=bindings-directory:add(path=byhmzspzrcxq)
> /subsystem=messaging-activemq/server=srv-foo/path=journal-directory:add(path=yghaapgbokdd)
> /subsystem=messaging-activemq/server=srv-foo/path=large-messages-directory:add(path=qjaagiljbwjh)
> /subsystem=messaging-activemq/server=srv-foo/path=paging-directory:add(path=sbxvhqytamqe)
> run-batch
> /subsystem=messaging-activemq/server=srv-foo/discovery-group=dg1:add
> /subsystem=messaging-activemq/server=srv-foo/pooled-connection-factory=pool1:add(discovery-group=dg1,entries=[foobar])
> {code}
> {code}
> 19:21:20,772 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: org.jboss.msc.service.StartException in service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: WFLYMSGAMQ0028: Failed to create resource adapter
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:328)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.NullPointerException
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.createService(PooledConnectionFactoryService.java:381)
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:325)
> ... 8 more
> 19:21:20,773 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("server" => "srv-update-wwavjsiodinh"),
> ("pooled-connection-factory" => "pool1")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1" => "WFLYMSGAMQ0028: Failed to create resource adapter
> Caused by: java.lang.NullPointerException"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (WFLY-11792) Error creating server pooled-connection-factory
by Claudio Miranda (Jira)
[ https://issues.jboss.org/browse/WFLY-11792?page=com.atlassian.jira.plugin... ]
Claudio Miranda closed WFLY-11792.
----------------------------------
Assignee: Claudio Miranda (was: ehsavoie Hugonnet)
Resolution: Explained
> Error creating server pooled-connection-factory
> -----------------------------------------------
>
> Key: WFLY-11792
> URL: https://issues.jboss.org/browse/WFLY-11792
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Claudio Miranda
> Assignee: Claudio Miranda
> Priority: Major
>
> Try to add a pooled-connection-factory, it returns as failure caused by a NullPointerException.
> To reproduce:
> {code}
> batch
> /subsystem=messaging-activemq/server=srv-foo:add
> /subsystem=messaging-activemq/server=srv-foo/path=bindings-directory:add(path=byhmzspzrcxq)
> /subsystem=messaging-activemq/server=srv-foo/path=journal-directory:add(path=yghaapgbokdd)
> /subsystem=messaging-activemq/server=srv-foo/path=large-messages-directory:add(path=qjaagiljbwjh)
> /subsystem=messaging-activemq/server=srv-foo/path=paging-directory:add(path=sbxvhqytamqe)
> run-batch
> /subsystem=messaging-activemq/server=srv-foo/discovery-group=dg1:add
> /subsystem=messaging-activemq/server=srv-foo/pooled-connection-factory=pool1:add(discovery-group=dg1,entries=[foobar])
> {code}
> {code}
> 19:21:20,772 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: org.jboss.msc.service.StartException in service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: WFLYMSGAMQ0028: Failed to create resource adapter
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:328)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.NullPointerException
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.createService(PooledConnectionFactoryService.java:381)
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:325)
> ... 8 more
> 19:21:20,773 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("server" => "srv-update-wwavjsiodinh"),
> ("pooled-connection-factory" => "pool1")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1" => "WFLYMSGAMQ0028: Failed to create resource adapter
> Caused by: java.lang.NullPointerException"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (WFLY-11792) Error creating server pooled-connection-factory
by Miroslav Novak (Jira)
[ https://issues.jboss.org/browse/WFLY-11792?page=com.atlassian.jira.plugin... ]
Miroslav Novak commented on WFLY-11792:
---------------------------------------
Yes, reload will be required here. But maybe do not close it yet. I think that [~ehugonnet] might improve messaging model and make socket-binding and jgroups-channel alternatives (only one can be defined) and make both of them required. But i'm not sure if this works well with jgroups-cluster and jgroups-stack attributes.
> Error creating server pooled-connection-factory
> -----------------------------------------------
>
> Key: WFLY-11792
> URL: https://issues.jboss.org/browse/WFLY-11792
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Claudio Miranda
> Assignee: ehsavoie Hugonnet
> Priority: Major
>
> Try to add a pooled-connection-factory, it returns as failure caused by a NullPointerException.
> To reproduce:
> {code}
> batch
> /subsystem=messaging-activemq/server=srv-foo:add
> /subsystem=messaging-activemq/server=srv-foo/path=bindings-directory:add(path=byhmzspzrcxq)
> /subsystem=messaging-activemq/server=srv-foo/path=journal-directory:add(path=yghaapgbokdd)
> /subsystem=messaging-activemq/server=srv-foo/path=large-messages-directory:add(path=qjaagiljbwjh)
> /subsystem=messaging-activemq/server=srv-foo/path=paging-directory:add(path=sbxvhqytamqe)
> run-batch
> /subsystem=messaging-activemq/server=srv-foo/discovery-group=dg1:add
> /subsystem=messaging-activemq/server=srv-foo/pooled-connection-factory=pool1:add(discovery-group=dg1,entries=[foobar])
> {code}
> {code}
> 19:21:20,772 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: org.jboss.msc.service.StartException in service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: WFLYMSGAMQ0028: Failed to create resource adapter
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:328)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.NullPointerException
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.createService(PooledConnectionFactoryService.java:381)
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:325)
> ... 8 more
> 19:21:20,773 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("server" => "srv-update-wwavjsiodinh"),
> ("pooled-connection-factory" => "pool1")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1" => "WFLYMSGAMQ0028: Failed to create resource adapter
> Caused by: java.lang.NullPointerException"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (DROOLS-3714) [DMN Designer] Consider the nodes width and eight in the automatic layout
by Daniel José dos Santos (Jira)
Daniel José dos Santos created DROOLS-3714:
----------------------------------------------
Summary: [DMN Designer] Consider the nodes width and eight in the automatic layout
Key: DROOLS-3714
URL: https://issues.jboss.org/browse/DROOLS-3714
Project: Drools
Issue Type: Enhancement
Reporter: Daniel José dos Santos
Assignee: Mario Fusco
The automatic layout consider that each node has fixed width size, which may cause some nodes bigger than the fixed size to overlap or being too close when automatic layout is performed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (DROOLS-3713) [DMN Designer] Automatic layout is reordering nodes inside Decision Service
by Daniel José dos Santos (Jira)
Daniel José dos Santos created DROOLS-3713:
----------------------------------------------
Summary: [DMN Designer] Automatic layout is reordering nodes inside Decision Service
Key: DROOLS-3713
URL: https://issues.jboss.org/browse/DROOLS-3713
Project: Drools
Issue Type: Enhancement
Reporter: Daniel José dos Santos
Assignee: Mario Fusco
Attachments: screenshot_from_2019-02-28_09-28-58.png
The automatic layout is reordering nodes inside decision service, which shouldn't happen. The entire Decision Service should be considered as a "single node".
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (WFLY-11792) Error creating server pooled-connection-factory
by Claudio Miranda (Jira)
[ https://issues.jboss.org/browse/WFLY-11792?page=com.atlassian.jira.plugin... ]
Claudio Miranda commented on WFLY-11792:
----------------------------------------
Thanks for the explanation Miroslav, I saw the error as a result of HAL tests, but as you pointed out, I will change our tests to include a jgroups-channel. A improvement would be to set the socket-binding/jgroups-channel as required. I will close this issue.
> Error creating server pooled-connection-factory
> -----------------------------------------------
>
> Key: WFLY-11792
> URL: https://issues.jboss.org/browse/WFLY-11792
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Reporter: Claudio Miranda
> Assignee: ehsavoie Hugonnet
> Priority: Major
>
> Try to add a pooled-connection-factory, it returns as failure caused by a NullPointerException.
> To reproduce:
> {code}
> batch
> /subsystem=messaging-activemq/server=srv-foo:add
> /subsystem=messaging-activemq/server=srv-foo/path=bindings-directory:add(path=byhmzspzrcxq)
> /subsystem=messaging-activemq/server=srv-foo/path=journal-directory:add(path=yghaapgbokdd)
> /subsystem=messaging-activemq/server=srv-foo/path=large-messages-directory:add(path=qjaagiljbwjh)
> /subsystem=messaging-activemq/server=srv-foo/path=paging-directory:add(path=sbxvhqytamqe)
> run-batch
> /subsystem=messaging-activemq/server=srv-foo/discovery-group=dg1:add
> /subsystem=messaging-activemq/server=srv-foo/pooled-connection-factory=pool1:add(discovery-group=dg1,entries=[foobar])
> {code}
> {code}
> 19:21:20,772 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: org.jboss.msc.service.StartException in service jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1: WFLYMSGAMQ0028: Failed to create resource adapter
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:328)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700)
> at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.NullPointerException
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.createService(PooledConnectionFactoryService.java:381)
> at org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryService.start(PooledConnectionFactoryService.java:325)
> ... 8 more
> 19:21:20,773 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "messaging-activemq"),
> ("server" => "srv-update-wwavjsiodinh"),
> ("pooled-connection-factory" => "pool1")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.messaging-activemq.srv-update-wwavjsiodinh.jms.pooled-connection-factory.pool1" => "WFLYMSGAMQ0028: Failed to create resource adapter
> Caused by: java.lang.NullPointerException"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months