0 Replies Latest reply on Apr 13, 2010 8:39 AM by senthilkumara20

    Unable to start FUSE 4.2

    senthilkumara20

      Steps I followed:

       

      1. Downloaded FUSE 4.2

      2. Extracted

      3. Fuse ---> bin ---> start.bat

       

      Threw the following error,

       

      servicemix.bat: Ignoring predefined value for KARAF_HOME

      ____                  _          __  __ _     

      / ___|  ___ _ ____   () ___ ___|  \/  (_)_  __

      \___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /

      ___) |  __/ |   \ V /| | (_|  __/ |  | | |>   Exception in thread "JMX Connector Thread service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root" java.lang.RuntimeException: Could not start JMX connector server

           at org.apache.felix.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:103)

      Caused by: java.io.IOException: Cannot bind to URL rmi://localhost:1099/karaf-root: javax.naming.CommunicationException: localhost:389 Root exception is java.net.ConnectException: Connection refused: connect

           at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:804)

           at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:417)

           at org.apache.felix.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:101)

      Caused by: javax.naming.CommunicationException: localhost:389 Root exception is java.net.ConnectException: Connection refused: connect

           at com.sun.jndi.ldap.Connection.(Connection.java:184)

           ... 15 more