2 Replies Latest reply on Jul 22, 2010 7:15 AM by fvbetteraey

    Unable to remote login to FUSE ESB 4.2.0-fuse-02-00

    fvbetteraey

      Hi,

       

      when I try to remote login to a FUSE ESB 4.2.0-fuse-02-00 session the following messages occur

       

      Connecting to host ... on port 8101

      Connected

      Session is closed

       

      I try the username/password combination karaf/karaf which was introduced in FUSE ESB 4.2.0-fuse-01-00 instead of smx/smx.

       

      I noticed that the entry in etc/users.properties changed from 'karaf=karaf,admin' (01-00) to 'smx=smx,admin' (02-00) and also tried smx/smx but that also does not work. What am I doing wrong?

       

      By the way: Should it be possible to remote connect between different version of FUSE ESB like 4.2.0-fuse-01-00 <-> 4.2.0-fuse-02-00?

       

      Thanks in advance

      Klaus

       

      Forgot to mention: I try to connect from a Windows session to a remote Solaris session

       

      Edited by: fvbetteraey on Jul 20, 2010 6:56 AM

        • 1. Re: Unable to remote login to FUSE ESB 4.2.0-fuse-02-00

          you possibly have the console open on the server itself.

          • 2. Re: Unable to remote login to FUSE ESB 4.2.0-fuse-02-00
            fvbetteraey

            I started the server with the 'start' script - no console is open is this case.

            I have the same effect when trying to connect to a fresh installed child instance (tested on windows).

             

            C:\progs\apache-servicemix-4.2.0-fuse-02-00&gt;bin\servicemix.bat

            ____                  _          __  __ _

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

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

            ___) |  __/ |   \ V /| | (_|  __/ |  | | |&gt;  &lt;

            |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\

             

            Apache ServiceMix (4.2.0-fuse-02-00)

             

            Hit '&lt;tab&gt;' for a list of available commands

            and '[cmd|http://fusesource.com/forums/] --help' for help on a specific command.

             

            karaf@root&gt; admin:create child

            Creating new instance on port 8102 at: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\bin

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\system

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\deploy

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\data

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\config.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\java.util.logging.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.apache.felix.fileinstall-deploy.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.apache.felix.karaf.log.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.apache.felix.karaf.features.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.apache.felix.karaf.management.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.ops4j.pax.logging.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.ops4j.pax.url.mvn.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\startup.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\users.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\system.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\etc\org.apache.felix.karaf.shell.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\bin\karaf.bat

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\bin\start.bat

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-02-00\instances\child\bin\stop.bat

            karaf@root&gt; admin:start child

            karaf@root&gt; admin:list

            Port   State       Pid  Name

            8102 Started 1876 child

            8101 Started 3032 root

            karaf@root&gt; admin:connect child

            Connecting to host localhost on port 8102

            Connected

            Session is closed

            karaf@root&gt;

             

            which works fine in 4.2.0-fuse-01-00

             

            C:\progs\apache-servicemix-4.2.0-fuse-01-00&gt;bin\servicemix.bat

            ____                  _          __  __ _

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

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

            ___) |  __/ |   \ V /| | (_|  __/ |  | | |&gt;  &lt;

            |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\

             

            Apache ServiceMix (4.2.0-fuse-01-00)

             

            Hit '&lt;tab&gt;' for a list of available commands

            and '[cmd|http://fusesource.com/forums/] --help' for help on a specific command.

             

            karaf@root&gt; admin:create child

            Creating new instance on port 8102 at: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\bin

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\system

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\deploy

            Creating dir:  C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\data

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\config.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\java.util.logging.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.apache.felix.fileinstall-deploy.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.apache.felix.karaf.log.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.apache.felix.karaf.features.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.apache.felix.karaf.management.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.ops4j.pax.logging.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.ops4j.pax.url.mvn.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\startup.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\users.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\system.properties

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\etc\org.apache.felix.karaf.shell.cfg

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\bin\karaf.bat

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\bin\start.bat

            Creating file: C:\progs\apache-servicemix-4.2.0-fuse-01-00\instances\child\bin\stop.bat

            karaf@root&gt; admin:start child

            karaf@root&gt; admin:connect child

            Connecting to host localhost on port 8102

            Connected

            __ __                  ____

            / //_/____ __________ _/ __/

            / ,&lt;  / __ `/ ___/ __ `/ /_

            / /| |/ /_/ / /  / /_/ / __/

            /_/ |_|\__,_/_/   \__,_/_/

             

            Apache Felix Karaf (1.4.0-fuse-01-00)

             

            Hit '&lt;tab&gt;' for a list of available commands

            and '[cmd|http://fusesource.com/forums/] --help' for help on a specific command.

            Hit '&lt;ctrl-d&gt;' or 'osgi:shutdown' to shutdown Karaf.

             

            karaf@child&gt; ^D

            ^D

            karaf@root&gt; admin:stop child

            karaf@root&gt; admin:destroy child

            karaf@root&gt;

             

            Edited by: fvbetteraey on Jul 22, 2010 11:15 AM

             

            If someone could tell me how to format code blocks I will do it!