I have a problem to login into sac after I upgrade to V10.
First I receive only a message that the pw was incorrent after I change the password for sxadmin with ommodu -o sxadmin -p newpw
than I get the error that scalix did not find resDispatcher.
Tomcat runs on port 8443 with ssl Support because port 80 and 8080 are reserved for my apache web server.
The log file looks for me that scalix want the resDipatcher on port 80 but there is my apache web server any hints how can I reolve the problem?
caa.log file
Code: Select all
2006-02-15 21:19:36,642 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,644 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,650 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,652 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,658 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,660 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,666 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,668 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,755 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,757 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,762 WARN [GetServerNameGenerationRules.createSOAPResponseMessage:102] Skipping server server.workgroup.de no document received.
2006-02-15 21:19:36,831 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,833 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,838 WARN [GetServerMailAddressGenerationRules.createSOAPResponseMessage:96] Skipping server server.workgroup.de no document received.
2006-02-15 21:19:36,884 FATAL [RESServiceHandler.executeRESCommand:1819] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
2006-02-15 21:19:36,886 FATAL [RESServiceHandler.executeRESCommand:1828] com.scalix.sac.ubermgr.res.RESServiceHandler:Fatal Exception raised. Check the CAA logs
2006-02-15 21:19:36,900 WARN [GetPasswordSettings.createSOAPResponseMessage:108] Skipping server server.workgroup.de no document received.
2006-02-15 21:19:36,948 FATAL [RESServiceHandler.GetMailNodesList:827] java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher:server.workgroup.de
java.io.FileNotFoundException: http://server.workgroup.de/res/RESDispatcher
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URLConnection.getContent(Unknown Source)
at com.scalix.sac.ubermgr.caa.RESConnection.receiveMessage(RESConnection.java:114)
at com.scalix.sac.ubermgr.util.ConnectionHelperUtils.sendAndReceiveMessage(ConnectionHelperUtils.java:166)
at com.scalix.sac.ubermgr.res.RESServiceHandler.GetMailNodesList(RESServiceHandler.java:810)
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 com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:109)
at com.scalix.caa.soap.SOAPDispatcherServlet.onMessage(SOAPDispatcherServlet.java:267)
at com.scalix.caa.soap.SAAJServlet.doPost(SAAJServlet.java:123)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Unknown Source)
2006-02-15 21:19:36,951 ERROR [GetMailNodesList.buildResponseMessage:104] Skipping server server.workgroup.de. No document received!
2006-02-15 21:19:48,959 INFO [RESMonitor.run:115] Server server.workgroup.de up 16 mins, 51 secs
2006-02-15 21:20:02,812 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://server.workgroup.de/res/RESDispatcher|LISTEN|300|server|server.workgroup.de|10.0.0 from host:server.workgroup.de
Best Regards,
Oli