Hello , I have been trying a remote connection between two machines with Fuse
ESB 4.0.0.4 with service-client.jar and I always get the same exception (
the exception which explained before ).
I execute "java -jar servicemix-client.jar --help" and I obtain the
following results :
C:\iona\fuse-esb-4.0.0.4\lib>java -jar servicemix-client.jar --help
Apache ServiceMix Kernel client
-a [address] specify the URL to connect to
-u [user] specify the user name
-p [password] specify the password
--help shows this help message
Now I have a doubt : it is supposed that -a parameter is for URL : how must
the URL parameter be specified ; do I have to put the port and Ip address.
java -jar servicemix-client.jar -a 158.42.54.5:8101 -u smx -p smx
or
java -jar servicemix -a 158.42.54.5 -u smx -p smx
I always get the same exception. Do you know where I can find that
information ?
As I could not get a remote connection between two machines with Fuse
4.0.0.4 installed , I have tried to connect a machine with Fuse 4.1.0.0 with
a machine with Fuse 4.0.0.4 ( the same machine which have been used in the
first post . The machine which LInux installed . The same files ).I execute
the following commands and obtain the following exception :
r...@albert-desktop:/opt/test/fuse-esb-4.1.0.0/lib# java -jar
servicemix-client.jar -a 8101 -h 158.42.54.5 -u smx -p smx
java.lang.IllegalStateException: Session is closed
at
com.google.code.sshd.client.session.ClientSessionImpl.authPassword(ClientSessionImpl.java:42)
at org.apache.servicemix.kernel.client.Main.main(Main.java:74)
Do you know why could this mistake be or where I can get information about
that mistake ?
Thanks
--
View this message in context:
http://old.nabble.com/Problems-with-remote-connection-with-FUSE-4.0.0.4-tp27563009p27597945.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.