[
https://issues.jboss.org/browse/JBAS-8481?page=com.atlassian.jira.plugin....
]
Frank Langelage closed JBAS-8481.
---------------------------------
Fix Version/s: (was: No Release)
Resolution: Out of Date
This message was changed a couple of month ago in 9.x or 10.x.
Currently I get:
{code:java}
26.11. 11:12:45,535 INFO [org.wildfly.extension.messaging-activemq#start] WFLYMSGAMQ0001:
AIO wasn't located on this platform, it will fall back to using pure Java NIO.
{code}
which is fine for me.
Avoid warning about missing AIO when not on Linux
-------------------------------------------------
Key: JBAS-8481
URL:
https://issues.jboss.org/browse/JBAS-8481
Project: Application Server 3 4 5 and 6
Issue Type: Feature Request
Components: JMS (HornetQ)
Affects Versions: 6.0.0.M5
Environment: JBoss svn checkout on Solaris 10 using Sun JDK 1.6.0_21.
Reporter: Frank Langelage
On startup of JBossAS-6.0.0-SNAPSHOT I get two times this warning:
22:00:07,984 WARNING [FileConfigurationParser] AIO wasn't located on this platform,
it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to
enable the AIO journal
...
22:01:02,245 WARNING [FileConfigurationParser] AIO wasn't located on this platform,
it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to
enable the AIO journal
By evaluating the property os.name JBoss should find out if it's a Linux system or
not and raise this warning only if it's a Linux system.
In my case the property os.name is SunOS so this warnings are not relevant in my
understanding.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)