[Red Hat JIRA] (AG-154) Connection leak when DB connection closed during transaction rollback
by Luis Barreiro (Jira)
[ https://issues.redhat.com/browse/AG-154?page=com.atlassian.jira.plugin.sy... ]
Luis Barreiro commented on AG-154:
----------------------------------
Hello [~wojciechkopciewicz],
Can you provide the versions for both Quarkus and the JDBC driver?
> Connection leak when DB connection closed during transaction rollback
> ---------------------------------------------------------------------
>
> Key: AG-154
> URL: https://issues.redhat.com/browse/AG-154
> Project: Agroal
> Issue Type: Bug
> Components: narayana, pool
> Affects Versions: 1.9
> Reporter: Wojciech Kopciewicz
> Assignee: Luis Barreiro
> Priority: Major
>
> We are using Quarkus 1.9.2 with Hibernate and Agroal to access PostgreSQL DB.
> It looks like Agroal is leaking connections when connection is closed (somewhere) on the server side during transaction rollback.
> The following log was observed:
> Error trying to transactionRollback local transaction: This connection has been closed.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 2 months
[Red Hat JIRA] (DROOLS-3501) Register common grid operation keyboard shortcuts at single place
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-3501?page=com.atlassian.jira.plug... ]
Jozef Marko closed DROOLS-3501.
-------------------------------
Resolution: Won't Do
> Register common grid operation keyboard shortcuts at single place
> -----------------------------------------------------------------
>
> Key: DROOLS-3501
> URL: https://issues.redhat.com/browse/DROOLS-3501
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor, Guided Decision Table Editor, Scenario Simulation and Testing
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> Currently listed three editors register keyboard shortcuts on its own. They register the same general shortcuts and thus they repeat code.
> All editors register register the shortcuts for the grid widget, thgat has its implementation in the appformer repository.
> Pick the common shortcuts of all editors and move the registration into the appformer repository.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 2 months
[Red Hat JIRA] (WFLY-14378) Generic JMS RA fails to authenticate
by Emmanuel Hugonnet (Jira)
[ https://issues.redhat.com/browse/WFLY-14378?page=com.atlassian.jira.plugi... ]
Emmanuel Hugonnet updated WFLY-14378:
-------------------------------------
Affects Version/s: 22.0.0.Final
> Generic JMS RA fails to authenticate
> -------------------------------------
>
> Key: WFLY-14378
> URL: https://issues.redhat.com/browse/WFLY-14378
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 22.0.0.Final
> Reporter: Emmanuel Hugonnet
> Priority: Critical
>
> MDBs deployed in on WildFLy 22 using generic JMS resource adapter would fail to authenticate with external TIBCO broker due to missing password.
> {noformat}
> 2021-01-29 13:55:47,927 WARN [org.jboss.resource.adapter.jms.inflow.JmsActivation] (default-threads - 3) Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@25f70034(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)4b294f76 destination=jms/topic/inTopic destinationType=javax.jms.Topic acknowledgeMode=Auto-acknowledge subscriptionDurability=false reconnectInterval=10 reconnectAttempts=-1 user=quickuser maxMessages=1 minSession=1 maxSession=15 connectionFactory=jms/cf/XATopicConnectionFactory jndiParameters={java.naming.provider.url=tcp://aza:7222, java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory, java.naming.security.principal=quickuser, java.naming.security.credentials=<not shown>}): javax.jms.JMSSecurityException: authentication failed
> at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:744)
> at com.tibco.tibjms.TibjmsConnection._create(TibjmsConnection.java:1465)
> at com.tibco.tibjms.TibjmsConnection.<init>(TibjmsConnection.java:4412)
> at com.tibco.tibjms.TibjmsXAConnection.<init>(TibjmsXAConnection.java:30)
> at com.tibco.tibjms.TibjmsXATopicConnection.<init>(TibjmsXATopicConnection.java:29)
> at com.tibco.tibjms.TibjmsxCFImpl._createImpl(TibjmsxCFImpl.java:147)
> at com.tibco.tibjms.TibjmsxCFImpl._createConnection(TibjmsxCFImpl.java:255)
> at com.tibco.tibjms.TibjmsXAConnectionFactory.createXAConnection(TibjmsXAConnectionFactory.java:61)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupConnection(JmsActivation.java:442)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupConnection(JmsActivation.java:417)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupActivation(JmsActivation.java:316)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.access$100(JmsActivation.java:58)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation$SetupActivation.run(JmsActivation.java:546)
> at org.jboss.jca.core.workmanager.WorkWrapper.runWork(WorkWrapper.java:445)
> at org.jboss.as.connector.services.workmanager.WildflyWorkWrapper.runWork(WildflyWorkWrapper.java:69)
> at org.jboss.jca.core.workmanager.WorkWrapper.run(WorkWrapper.java:223)
> at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:29)
> at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:789)
> at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:44)
> at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:809)
> at java.lang.Thread.run(Thread.java:748)
> at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> {noformat}
> Authentication with TIBCO JNDI does works and JMS bridge would work only MDB are affected.
> This is due to missing getter() method on JMSActivationSpect class.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 2 months
[Red Hat JIRA] (WFLY-14378) Generic JMS RA fails to authenticate
by Emmanuel Hugonnet (Jira)
[ https://issues.redhat.com/browse/WFLY-14378?page=com.atlassian.jira.plugi... ]
Emmanuel Hugonnet moved JBEAP-20928 to WFLY-14378:
--------------------------------------------------
Component/s: (was: Generic JMS RA)
Key: WFLY-14378 (was: JBEAP-20928)
QEStatus: ToDo
Affects Version/s: (was: 7.3.x)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Issue Type: Bug (was: Question)
Project: WildFly (was: JBoss Enterprise Application Platform)
> Generic JMS RA fails to authenticate
> -------------------------------------
>
> Key: WFLY-14378
> URL: https://issues.redhat.com/browse/WFLY-14378
> Project: WildFly
> Issue Type: Bug
> Reporter: Emmanuel Hugonnet
> Priority: Critical
>
> MDBs deployed in on WildFLy 22 using generic JMS resource adapter would fail to authenticate with external TIBCO broker due to missing password.
> {noformat}
> 2021-01-29 13:55:47,927 WARN [org.jboss.resource.adapter.jms.inflow.JmsActivation] (default-threads - 3) Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@25f70034(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter(a)4b294f76 destination=jms/topic/inTopic destinationType=javax.jms.Topic acknowledgeMode=Auto-acknowledge subscriptionDurability=false reconnectInterval=10 reconnectAttempts=-1 user=quickuser maxMessages=1 minSession=1 maxSession=15 connectionFactory=jms/cf/XATopicConnectionFactory jndiParameters={java.naming.provider.url=tcp://aza:7222, java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory, java.naming.security.principal=quickuser, java.naming.security.credentials=<not shown>}): javax.jms.JMSSecurityException: authentication failed
> at com.tibco.tibjms.Tibjmsx.buildException(Tibjmsx.java:744)
> at com.tibco.tibjms.TibjmsConnection._create(TibjmsConnection.java:1465)
> at com.tibco.tibjms.TibjmsConnection.<init>(TibjmsConnection.java:4412)
> at com.tibco.tibjms.TibjmsXAConnection.<init>(TibjmsXAConnection.java:30)
> at com.tibco.tibjms.TibjmsXATopicConnection.<init>(TibjmsXATopicConnection.java:29)
> at com.tibco.tibjms.TibjmsxCFImpl._createImpl(TibjmsxCFImpl.java:147)
> at com.tibco.tibjms.TibjmsxCFImpl._createConnection(TibjmsxCFImpl.java:255)
> at com.tibco.tibjms.TibjmsXAConnectionFactory.createXAConnection(TibjmsXAConnectionFactory.java:61)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupConnection(JmsActivation.java:442)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupConnection(JmsActivation.java:417)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupActivation(JmsActivation.java:316)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation.access$100(JmsActivation.java:58)
> at org.jboss.resource.adapter.jms.inflow.JmsActivation$SetupActivation.run(JmsActivation.java:546)
> at org.jboss.jca.core.workmanager.WorkWrapper.runWork(WorkWrapper.java:445)
> at org.jboss.as.connector.services.workmanager.WildflyWorkWrapper.runWork(WildflyWorkWrapper.java:69)
> at org.jboss.jca.core.workmanager.WorkWrapper.run(WorkWrapper.java:223)
> at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:29)
> at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:789)
> at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:44)
> at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:809)
> at java.lang.Thread.run(Thread.java:748)
> at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> {noformat}
> Authentication with TIBCO JNDI does works and JMS bridge would work only MDB are affected.
> This is due to missing getter() method on JMSActivationSpect class.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 2 months
[Red Hat JIRA] (WFLY-14344) helloworld-classfiletransformer throws javassist.NotFoundException
by Wolfgang Mayer (Jira)
[ https://issues.redhat.com/browse/WFLY-14344?page=com.atlassian.jira.plugi... ]
Wolfgang Mayer commented on WFLY-14344:
---------------------------------------
Yes, this looks to be the same issue
> helloworld-classfiletransformer throws javassist.NotFoundException
> ------------------------------------------------------------------
>
> Key: WFLY-14344
> URL: https://issues.redhat.com/browse/WFLY-14344
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 22.0.0.Final
> Reporter: Wolfgang Mayer
> Assignee: Eduardo Martins
> Priority: Major
>
> Deployment of project helloworld-classfiletransformer throws Exception:
> javassist.NotFoundException: hello.server.ejb.HelloBean$$$view4
> mvn -v
> Apache Maven 3.6.3
> Maven home: /usr/share/maven
> Java version: 11.0.8, vendor: Oracle Corporation, runtime: /usr/local/java/jdk-11.0.8
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux", version: "5.8.0-40-generic", arch: "amd64", family: "unix"
> [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.2.Final:deploy (default-cli) on project helloworld-classfiletransformers: Failed to execute goal deploy: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"helloworld-classfiletransformers.war\".INSTALL" => "WFLYSRV0153: Failed to process phase INSTALL of deployment \"helloworld-classfiletransformers.war\"
> [ERROR] Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0024: Could not configure component HelloBean
> [ERROR] Caused by: java.lang.ClassFormatError: javassist.NotFoundException: hello.server.ejb.HelloBean$$$view4
> [ERROR] Caused by: java.lang.RuntimeException: javassist.NotFoundException: hello.server.ejb.HelloBean$$$view4
> [ERROR] Caused by: javassist.NotFoundException: hello.server.ejb.HelloBean$$$view4"},"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"helloworld-classfiletransformers.war\".beanmanager","jboss.deployment.unit.\"helloworld-classfiletransformers.war\".WeldStartService"],"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"helloworld-classfiletransformers.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"helloworld-classfiletransformers.war\".WeldStartService, jboss.deployment.unit.\"helloworld-classfiletransformers.war\".beanmanager]","jboss.deployment.unit.\"helloworld-classfiletransformers.war\".batch.artifact.factory is missing [jboss.deployment.unit.\"helloworld-classfiletransformers.war\".beanmanager]"]}}}
> h1.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
5 years, 2 months