2 Replies Latest reply on May 23, 2012 6:04 PM by jrawlings1980

    Fuse IDE 2.1 error creating a new container via SSH

    jrawlings1980

      Hi,

       

      I am having issues connecting my Fuse IDE with a remote Fabric.  I successfully connect with the initial root server and multiple containers are displayed however if I try to create a new container via SSH I get a null pointer exception dialog and in the FuseIDE log file

       

      Caused by: java.lang.IllegalStateException: Username should be part of the url or explicitly specified

           at org.fusesource.fabric.api.CreateSshContainerOptions.getUsername(CreateSshContainerOptions.java:102)

           at com.fusesource.ide.fabric.actions.CreateSshContainerArgumentsBean.getUsername(CreateSshContainerArgumentsBean.java:61)

           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

           at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

           at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

           at java.lang.reflect.Method.invoke(Unknown Source)

           at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.readProperty(BeanPropertyHelper.java:100)

           ... 61 more