View Single Post
  #3 (permalink)  
Old 04-14-2006, 07:35 AM
keyhman keyhman is offline
Member
 
Posts: 10
Default The LDAP params are definitely related to the problem

On a hunch I tried using this:
zmprov ms mx1.example.com zimbraRemoteManagementPort 8022

zmcontrol stop && zmcontrol start

I tried the mail queues gui again and The error message changed to show the port number modification I made:

Message: system failure: exception during auth {RemoteManager: mx1.example->zimbra@mx1.example.com:8022}
com.zimbra.cs.service.ServiceException: system failure: exception during auth {RemoteManager: mx1.example.com->zimbra@mx1.example.com:8022}
at com.zimbra.cs.service.ServiceException.FAILURE(Ser viceException.java:131)
at

.....

Caused by: java.io.IOException: There was a problem while talking to mx1.example:8022
at ch.ethz.ssh2.Connection.connect(Connection.java:64 2)
at ch.ethz.ssh2.Connection.connect(Connection.java:46 0)
at com.zimbra.cs.rmgmt.RemoteManager.getSession(Remot eManager.java:183)
... 24 more
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(PlainSoc ketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:366)
at java.net.Socket.connect(Socket.java:507)
at ch.ethz.ssh2.transport.TransportManager.initialize (TransportManager.java:299)
at ch.ethz.ssh2.Connection.connect(Connection.java:59 1)
... 26 more

Error code: service.FAILURE
Method: ZmCsfeCommand.prototype.invoke
Details:soap:Receiver

This is obviously different from the first error -- is it possible that the remote management relies on the system ssh daemon ?

please clarify.

steve.

Last edited by keyhman; 04-14-2006 at 07:44 AM..
Reply With Quote