Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.5.0
-
Component/s: Admax Deployment Service
-
Labels:None
-
Environment:
dev & qa
Description
hen IPTables is turned on (on the server(s) running jboss) the admax listener fails with an exception
2012-01-30 18:29:16.808 (4) [AdMaxListener]: Connected to: /queue/AdMaxRequestQueue
2012-01-30 18:29:16.808 (4) [AdMaxListener]: Connected to: /queue/AdMaxResponseQueue
- Failed to download and/or install client side AOP stack
org.jboss.jms.exception.MessagingNetworkFailureException: Failed to download and/or install client side AOP stack
at org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientClusteredConnectionFactoryDelegate$getClientAOPStack$aop(ClientClusteredConnectionFactoryDelegate.java:250)
at org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate.getClientAOPStack(ClientClusteredConnectionFactoryDelegate.java)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75)
at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:87)
at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:82)
at com.thesearchagency.admaxlistener.AdMaxJMSListener.setupConnection(AdMaxJMSListener.java:478)
at com.thesearchagency.admaxlistener.AdMaxJMSListener.run(AdMaxJMSListener.java:133)
at java.lang.Thread.run(Thread.java:662)
Exception in thread "AdMaxListener" java.lang.RuntimeException: Failed to download and/or install client side AOP stack
at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:199)
at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:87)
at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:82)
at com.thesearchagency.admaxlistener.AdMaxJMSListener.setupConnection(AdMaxJMSListener.java:478)
at com.thesearchagency.admaxlistener.AdMaxJMSListener.run(AdMaxJMSListener.java:133)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.jboss.jms.exception.MessagingNetworkFailureException: Failed to download and/or install client side AOP stack
at org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientClusteredConnectionFactoryDelegate$getClientAOPStack$aop(ClientClusteredConnectionFactoryDelegate.java:250)
at org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate.getClientAOPStack(ClientClusteredConnectionFactoryDelegate.java)
at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75)
at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192)
... 5 more