[JBoss JIRA] (WFLY-11099) ActiveMQ 2.6.3.jbossorg-001 requires QPid Proton-J 0.27.3 (ClassNotFoundExceptions in messaging subsystem)
by Jan-Willem Gmelig Meyling (JIRA)
[ https://issues.jboss.org/browse/WFLY-11099?page=com.atlassian.jira.plugin... ]
Jan-Willem Gmelig Meyling updated WFLY-11099:
---------------------------------------------
Description:
With the update from Artemis 1.5.x to 2.6.x in WFLY-9407, Proton-J wasn't updated from 0.16.x to 0.27.3, which leads to class not found exceptions for "Sasl... " classes when remote acceptors are created and connected to (I tested with AMQP protocol). When updating Proton-J to the newest version (0.29.0) my issues are gone.
I'm not sure which other modules are using the proton-j module, but my suggestion is that we bump the version of Proton-j to the required 0.27.3 minimally.
was:
With the update from Artemis 1.5.x to 2.6.x in WFLY-9407, Proton-J wasn't updated from 0.16.x to 0.27.3, which leads to class not found exceptions for "Sasl... " classes when remote acceptors are created and connected to (I tested with AMQP protocol). When updating Proton-J to the newest version (0.29.0) my issues are gone.
I'm not sure which other modules are using the proton-j module, but my suggestion is that we bump the version of Proton-j to the required 0.27.3 minimally, ideally newer.
> ActiveMQ 2.6.3.jbossorg-001 requires QPid Proton-J 0.27.3 (ClassNotFoundExceptions in messaging subsystem)
> ----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-11099
> URL: https://issues.jboss.org/browse/WFLY-11099
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 14.0.1.Final, 14.0.0.Final
> Reporter: Jan-Willem Gmelig Meyling
> Assignee: Jeff Mesnil
>
> With the update from Artemis 1.5.x to 2.6.x in WFLY-9407, Proton-J wasn't updated from 0.16.x to 0.27.3, which leads to class not found exceptions for "Sasl... " classes when remote acceptors are created and connected to (I tested with AMQP protocol). When updating Proton-J to the newest version (0.29.0) my issues are gone.
> I'm not sure which other modules are using the proton-j module, but my suggestion is that we bump the version of Proton-j to the required 0.27.3 minimally.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 2 months
[JBoss JIRA] (WFLY-11095) Wildfly 14.0.0 regression: EL returns empty string on constant
by Arthur Borsboom (JIRA)
[ https://issues.jboss.org/browse/WFLY-11095?page=com.atlassian.jira.plugin... ]
Arthur Borsboom commented on WFLY-11095:
----------------------------------------
Hi Jan,
The two issues are close related and I think it is smart to fix them together.
However, I do recall that the other issue was not an issue on my system when I tested Wildfly 14.
The two statements below did get resolved correctly, however the reference to a static field in a non default JRE/JDK class didn't.
Works:
foo: --- ${Boolean.TRUE} ---<br>
bar: --- ${Integer.MAX_VALUE} ---<br>
Doesn't work:
{YourConstants.FOO}
As a side note, the two Java constant statements above are a copy of my bug report for Wildfly 10 ;-)
https://developer.jboss.org/thread/271825
> Wildfly 14.0.0 regression: EL returns empty string on constant
> --------------------------------------------------------------
>
> Key: WFLY-11095
> URL: https://issues.jboss.org/browse/WFLY-11095
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 14.0.0.Final
> Environment: Linux
> Reporter: Arthur Borsboom
> Assignee: Stuart Douglas
>
> This does work in Wildfly 13, but not in Wildfly 14:
> <%@ page import="com.example.YourConstants" %>
> ${YourConstants.FOO}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 2 months
[JBoss JIRA] (WFLY-10531) Wildfly leaks ActiveMQ connections
by Jiri Ondrusek (JIRA)
[ https://issues.jboss.org/browse/WFLY-10531?page=com.atlassian.jira.plugin... ]
Jiri Ondrusek commented on WFLY-10531:
--------------------------------------
[~jwgmeligmeyling] I'll look into it.
> Wildfly leaks ActiveMQ connections
> ----------------------------------
>
> Key: WFLY-10531
> URL: https://issues.jboss.org/browse/WFLY-10531
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 13.0.0.Final
> Environment: openjdk 8 / openjdk 9, Linux
> Reporter: Marcel Šebek
> Assignee: Jeff Mesnil
> Attachments: WFLY-10531-ear-1.0.ear, WFLY10531.zip
>
>
> After upgrading our application from wildfly 12 to 13, the app started to crash after a while (hours, days, depending on circumstances). It crashes on
> IJ000453: Unable to get managed connection for java:/JmsXA
> and other errors (it simply cannot perform all the jobs it contains). I found that when shutting down the server which has been running for a while, I can see a bunch of these messages in the log:
> WARN [org.jboss.jca.core.connectionmanager.pool.strategy.PoolByCri] (ServerService Thread Pool -- 117) [:::] IJ000615: Destroying active connection in pool: ActiveMQConnectionDefinition (org.apache.activemq.artemis.ra.ActiveMQRAManagedConnection@2f37f69)
> Bascially, the longer the server was running, more of these messages are shown. I cannot find a way how to reproduce the issue. When the server runs for short time but with some load, no connection is leaked (or just one, rarely). On the other side, it leaks connections even without any particularly high load (just a few requests and @Schedule jobs) when running for longer time.
> It may also be a bug in our application, which just happen to have more serious impact with the new wildfly version.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 2 months
[JBoss JIRA] (WFLY-11095) Wildfly 14.0.0 regression: EL returns empty string on constant
by Jan Stourac (JIRA)
[ https://issues.jboss.org/browse/WFLY-11095?page=com.atlassian.jira.plugin... ]
Jan Stourac commented on WFLY-11095:
------------------------------------
There is already created another issue for this, see WFLY-11065. This issue has been fixed, although, there is a followup issue WFLY-11086, which has not been resolved yet.
I am gonna mark this one as a duplicate.
> Wildfly 14.0.0 regression: EL returns empty string on constant
> --------------------------------------------------------------
>
> Key: WFLY-11095
> URL: https://issues.jboss.org/browse/WFLY-11095
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 14.0.0.Final
> Environment: Linux
> Reporter: Arthur Borsboom
> Assignee: Stuart Douglas
>
> This does work in Wildfly 13, but not in Wildfly 14:
> <%@ page import="com.example.YourConstants" %>
> ${YourConstants.FOO}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 2 months