14 Replies Latest reply on Aug 25, 2016 4:59 PM by jbertram

    Wildfly 10.1.0.CR1 - Yet Another javax.jms.JMSException: Failed to create session factory / Cannot connect to server(s). Tried with all available servers Question

    pdbramble

      I've been struggling the last few days to connect programmatically with this version remotely. 

       

      I have some success sending and receiving some messages through the queues.  But when we try to access it from our UI, I get: javax.jms.JMSException: Failed to create session factory.  Further reading of the stack results in Cannot connect to server(s). Tried with all available servers. Other member my group were able to install Wildfly on their own machines and use the UI locally, now I'm tying to install Wildfly on our remote server.

       

      First, The only way that I have been able to run / connect to the remote version is via ./standalone.sh -c standalone-full.xml -b 0.0.0.0 -bmanagement=0.0.0.0.

       

      I've tried the interface / messaging solution, but it didn't work.

       

      Note that I changed all of the ports to begin with a 57 to prevent conflicts with an older version of JBoss still running on the server (which must be running at this time).