I cannot connect to a remote nuxeo server. I can do it only locally.

My command is:
./nxshell.sh --host hhhhhh -u uuuuuu -P pppppp

and I get:

org.jboss.remoting.CannotConnectException: Can not get connection to 
server.  Problem establishing socket connection.
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:267)
    at 
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143)
    at org.jboss.remoting.Client.invoke(Client.java:525)
    at org.jboss.remoting.Client.invoke(Client.java:488)
    at org.jboss.remoting.Client.invoke(Client.java:473)
    at 
org.nuxeo.runtime.remoting.transporter.TransporterClient.invoke(TransporterClient.java:240)
    at $Proxy11.getConfiguration(Unknown Source)
    at 
org.nuxeo.runtime.config.AutoConfigurationService.load(AutoConfigurationService.java:91)
    at org.nuxeo.ecm.core.client.NuxeoClient.doConnect(NuxeoClient.java:162)
    at org.nuxeo.ecm.core.client.NuxeoClient.connect(NuxeoClient.java:113)
    at 
org.nuxeo.ecm.shell.CommandLineService.initalizeConnection(CommandLineService.java:271)
    at 
org.nuxeo.ecm.shell.CommandLineService.runCommand(CommandLineService.java:279)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.runCommand(InteractiveCommand.java:108)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.processInput(InteractiveCommand.java:95)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.run(InteractiveCommand.java:77)
    at 
org.nuxeo.ecm.shell.CommandLineService.runCommand(CommandLineService.java:282)
    at org.nuxeo.ecm.shell.Main.main(Main.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Launcher.startMain(Launcher.java:64)
    at Launcher.main(Launcher.java:144)
Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:519)
    at java.net.Socket.connect(Socket.java:469)
    at java.net.Socket.<init>(Socket.java:366)
    at java.net.Socket.<init>(Socket.java:180)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:535)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.getConnection(SocketClientInvoker.java:471)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:263)
    ... 22 more
Command failed with error:
org.jboss.remoting.CannotConnectException: Can not get connection to 
server.  Problem establishing socket connection.
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:267)
    at 
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143)
    at org.jboss.remoting.Client.invoke(Client.java:525)
    at org.jboss.remoting.Client.invoke(Client.java:488)
    at org.jboss.remoting.Client.invoke(Client.java:473)
    at 
org.nuxeo.runtime.remoting.transporter.TransporterClient.invoke(TransporterClient.java:240)
    at $Proxy11.getProperties(Unknown Source)
    at org.nuxeo.runtime.config.Configuration.load(Configuration.java:230)
    at 
org.nuxeo.runtime.config.AutoConfigurationService.loadCompat(AutoConfigurationService.java:114)
    at 
org.nuxeo.runtime.config.AutoConfigurationService.load(AutoConfigurationService.java:95)
    at org.nuxeo.ecm.core.client.NuxeoClient.doConnect(NuxeoClient.java:162)
    at org.nuxeo.ecm.core.client.NuxeoClient.connect(NuxeoClient.java:113)
    at 
org.nuxeo.ecm.shell.CommandLineService.initalizeConnection(CommandLineService.java:271)
    at 
org.nuxeo.ecm.shell.CommandLineService.runCommand(CommandLineService.java:279)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.runCommand(InteractiveCommand.java:108)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.processInput(InteractiveCommand.java:95)
    at 
org.nuxeo.ecm.shell.commands.InteractiveCommand.run(InteractiveCommand.java:77)
    at 
org.nuxeo.ecm.shell.CommandLineService.runCommand(CommandLineService.java:282)
    at org.nuxeo.ecm.shell.Main.main(Main.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Launcher.startMain(Launcher.java:64)
    at Launcher.main(Launcher.java:144)
Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:519)
    at java.net.Socket.connect(Socket.java:469)
    at java.net.Socket.<init>(Socket.java:366)
    at java.net.Socket.<init>(Socket.java:180)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketClientInvoker.java:535)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.getConnection(SocketClientInvoker.java:471)
    at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:263)
    ... 24 more



Anyone knows why ?

Thanks in advance.

-- 
Daniel Téllez

Yerbabuena Software
Responsable de Desarrollo

C/Severo Ochoa 4,
Edificio Investigaciones Universitarias,
Parque Tecnológico de Andalucía, Málaga (España)
[EMAIL PROTECTED]
Telf/Phone -Fax.: (+34) 902 995 246
Móvil/Mobile: (+34) 615 051 283

www.yerbabuena.es
[EMAIL PROTECTED]

En cumplimiento de la Ley Orgánica 15/1999 de 13 de Diciembre, de Protección de 
Datos de Carácter Personal, de YSENGINEERS, S.C.A., como Responsable del 
Fichero, pone en su conocimiento que los datos incluidos en este mensaje están 
dirigidos al destinatario o destinatarios designados, por lo que si lo ha 
recibido por error, le rogamos nos lo haga saber a la mayor brevedad posible, y 
elimine el original, no estando permitido hacer ningún uso del mensaje.

Ponemos en su conocimiento la posibilidad de ejercer sus derechos de acceso, 
rectificación, cancelación y oposición, en los términos establecidos en la 
legislación vigente, que podrá hacer efectivos dirigiéndose por escrito a de 
YSENGINEERS, S.C.A., en la dirección: C/ Severo Ochoa, num. 4, Parque 
Tecnológico de Andalucía, 29590, Málaga. 

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to