Page 1 of 1

Can not login into SAC

Posted: Wed Feb 04, 2009 8:31 pm
by hvle
hi guys,

I can login into webmail fine.

I search the forum but can't find solution although there're many with same problem.

Here is error from scalix-caa.log. [I think it got something to do with the configure files]

Code: Select all

2009-02-05 10:38:56,295 FATAL [RESServiceHandler.executeRESCommand:2193] java.net.ConnectException: Connection refused
2009-02-05 10:38:56,297 FATAL [RESServiceHandler.executeRESCommand:2198] com.scalix.sac.ubermgr.res.RESServiceHandler:Connection refused: Failed to connect to RES on host scalix.[mydomain]
2009-02-05 10:38:56,298 ERROR [RESService.authenticateAndAuthorizeUser:380] Exception:
com.scalix.sac.ubermgr.util.UberManagerException: com.scalix.sac.ubermgr.res.RESServiceHandler:Connection refused: Failed to connect to RES on host scalix.[mydomain]
        at com.scalix.sac.ubermgr.caa.RESService.isOnPrimaryMailNode(RESService.java:713)
        at com.scalix.sac.ubermgr.caa.RESService.authorizeUser(RESService.java:570)
        at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:281)
        at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:94)
        at com.scalix.caa.soap.SOAPDispatcherServlet.onMessage(SOAPDispatcherServlet.java:268)

Problem solved

Posted: Wed Feb 04, 2009 10:31 pm
by hvle
turned out that the problem is as simple as editing the res.properties file.

/var/opt/scalix/xx/res/config/res.properties

and add

Code: Select all

res.tomcat.tcp.port=
to
res.tomcat.tcp.port=8080


given that scalix-tomcat is running is listening at 8080