[JBoss JIRA] (WFLY-4281) JVM crash when enabling hornetQ
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-4281?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil updated WFLY-4281:
------------------------------
Workaround Description:
Configure hornetq-server resource to use NIO instead of AsyncIO:
{noformat}
/subsystem=messaging/hornetq-server=default:write-attribute(name=journal-type,value=NIO)
{noformat}
Workaround: Workaround Exists
> JVM crash when enabling hornetQ
> -------------------------------
>
> Key: WFLY-4281
> URL: https://issues.jboss.org/browse/WFLY-4281
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 8.1.0.Final
> Environment: SLES10 32bit
> Oracle JDK 7.0_71
> Reporter: bene.net
> Assignee: Jeff Mesnil
> Priority: Minor
> Attachments: console.log, hs_err_pid16284.log
>
>
> When I enable HornetQ on this wildfly instance on SLES10, while starting up the JVM crashes with a SIGFPE - probably while trying to load libHornetQAIO.
> Disabling HornetQ starts Wildfly without a problem.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (WFCORE-521) setting the local to english in CLI commands on non-english systems does not produce english output
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-521?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-521:
------------------------------------------------
Romain Pelisse <rpelisse(a)redhat.com> changed the Status of [bug 1128132|https://bugzilla.redhat.com/show_bug.cgi?id=1128132] from POST to MODIFIED
> setting the local to english in CLI commands on non-english systems does not produce english output
> ---------------------------------------------------------------------------------------------------
>
> Key: WFCORE-521
> URL: https://issues.jboss.org/browse/WFCORE-521
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 1.0.0.Alpha15
> Environment: Tested on MacOS running in German
> Reporter: Tom Fonteyne
> Assignee: Romain Pelisse
> Priority: Minor
> Fix For: 1.0.0.Alpha16
>
>
> A German (or french etc...) system must be used to reproduce.
> It is likely this is not limited to MacOS, but I do not have a non-english Linux system available
> An out of the box install of wildfly/EAP:
> Without configuration, the log file is in German as expected.
> Using these CLI comands:
> :read-operation-description(name=stop-servers,locale=de_DE) -> german
> :read-operation-description(name=stop-servers,locale=en_US) -> german
> :read-operation-description(name=stop-servers,locale=fr_FR) -> french
> So we cannot get the CLI to produce english output
> when configuring JAVA_OPTS in domain.conf with:
> JAVA_OPTS="$JAVA_OPTS -Duser.language=en -Duser.country=DE -Duser.encoding=utf-8
> The log is now in English -> works as expected; and:
> :read-operation-description(name=stop-servers,locale=de_DE) -> german
> :read-operation-description(name=stop-servers,locale=en_US) -> english
> So it seems we have a bug where the locale set to start the domain takes precedence over the locale set in the CLI command (but only when English is asked)
> I presume this is because English is the default locale.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (WFCORE-282) Wildcard operations that span multiple processes
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-282?page=com.atlassian.jira.plugin... ]
Brian Stansberry commented on WFCORE-282:
-----------------------------------------
Note: A problem here will be slaves running legacy versions, e.g. EAP 6.x slaves. They will not be able to handle a request like /host=x/server=*. If a request like /host=*/server=* is sent to the newer version DC, it will break that down into a series of /host=x/server=* queries and send those on to the slaves, which won't be able to handle that.
In general the console will need to be careful about mixed domains and not assume legacy slaves have current features.
> Wildcard operations that span multiple processes
> ------------------------------------------------
>
> Key: WFCORE-282
> URL: https://issues.jboss.org/browse/WFCORE-282
> Project: WildFly Core
> Issue Type: Task
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Labels: as7-ignored
> Fix For: 1.0.0.CR1
>
>
> Handle host=* and host=y,server=* type operations.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month