0 Replies Latest reply on Aug 29, 2013 3:06 PM by dipayan

    FUSEESB and FUSEMQ not running SImultaniously

    dipayan

      I am trying to create bundles of ActiveMQ and deploy them in the FUSE ESB. Once the fusemq is started, the webconsole loads fine, but when fuseesb is launched, it doesn't load completely and hangs after 57% every time. The error log says as follows :

       

      java.nio.channels.NotYetBoundException

           at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:228)[:1.7.0_25]

           at org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)[119:org.eclipse.jetty.server:7.6.7.v20120910]

           at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)[119:org.eclipse.jetty.server:7.6.7.v20120910]

           at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)[125:org.eclipse.jetty.util:7.6.7.v20120910]

           at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)[125:org.eclipse.jetty.util:7.6.7.v20120910]

           at java.lang.Thread.run(Thread.java:724)[:1.7.0_25]