0 Replies Latest reply on Jul 11, 2016 3:07 AM by amuroray69

    Migration from jboss-as-7.1.1.Final to Wildfly 8.2.1

    amuroray69

      Hi to all,

       

      I'm migrating my installation of jboss-as-7.1.1 to Wildfly to manage oracle and mysql datasource in the same session.

       

      My audit war module write and read on the queue CSMAuditQueue and I use the IP 231.7.7.7 and port 9876 to connect to the queue. After the deploy when try to connect from my Liferay frontend to the backend I receive the error:

       

      2016-07-08 15:45:21,006 ERROR [it.app.service.anagrafica.v1_0.AnagraficaMagistratoServiceImpl] (default task-1) AUDIT : org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Failed to create session factory; nested exception is HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]

      2016-07-08 15:45:21,006 ERROR [it.app.service.anagrafica.v1_0.AnagraficaMagistratoServiceImpl] (default task-2) AUDIT : org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Failed to create session factory; nested exception is HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]

      2016-07-08 15:45:21,087 ERROR [stderr] (default task-2) Caused by: org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Failed to create session factory; nested exception is HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]

      2016-07-08 15:45:21,102 ERROR [stderr] (default task-2)         ... 148 more

      2016-07-08 15:45:21,103 ERROR [stderr] (default task-2) Caused by: javax.jms.JMSException: Failed to create session factory

      2016-07-08 15:45:21,108 ERROR [stderr] (default task-2)         ... 183 more

      2016-07-08 15:45:21,109 ERROR [stderr] (default task-2) Caused by: HornetQInternalErrorException[errorType=INTERNAL_ERROR message=HQ119004: Failed to initialise session factory]

      2016-07-08 15:45:21,110 ERROR [stderr] (default task-2)         ... 194 more

      2016-07-08 15:45:21,117 ERROR [stderr] (default task-2) Caused by: java.net.SocketException: Cannot assign requested address

       

      No iptables rules active. I tried with wildfly 9 and 10 but same error. Same tests on Redhat environment and same errors. Didn't find not information on HQ119004 error.

       

      The same configuration copied on windows server 2008 working fine, without change anything (only the standalone.conf.bat)

       

      My server:

       

      LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch

      Distributor ID: CentOS

      Description:    CentOS release 6.7 (Final)

      Release:        6.7

      Codename:       Final

       

      Java:

       

      java version "1.7.0_79"

      Java(TM) SE Runtime Environment (build 1.7.0_79-b15)

      Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

       

       

      Thank you in advance for any help.
      Amuro