Page 1 of 1

Also cannot log into SAC

Posted: Fri Apr 07, 2006 12:12 pm
by rtroth
Here's the details I have as I am a relative noob to Linux and definite noob to Scalix.

FC4 install.

Latest Scalix community ed.

I browsed through most of the other things here and all I could find is that I have an error about invalid credentials. I tried all things suggested here to see if they would work, alas they don't.

I'll try to provide anything requested by those who are much wiser at this than I.

Please help me as I have someone waiting for this server to be finished.

Posted: Fri Apr 07, 2006 12:47 pm
by ScalixSupport
Please download the latest Community Edition (version 10.0.1) as this fixes a number issues around this.

Cheers

Dave

Posted: Fri Apr 07, 2006 2:42 pm
by rtroth
ScalixSupport wrote:Please download the latest Community Edition (version 10.0.1) as this fixes a number issues around this.

Cheers

Dave


Thanks for the reply. I downloaded the copy of Scalix on 4/3/06. It says it is version 10.0.1 I am going to try a reinstall to see if it cures anything. Will report back if I have success.

{edit}

Fresh install of Scalix 10.0.1.21

Checked CAA.LOG and saw this:

2006-04-07 15:03:58,514 INFO [SOAPDispatcherServlet.init:76] ====> CAA is starting up, standby <====
2006-04-07 15:03:59,494 ERROR [CAAConfigLoader.parseComponentNode:244] Service scalix.res, Component disabled has no class defined!
2006-04-07 15:03:59,670 WARN [CAAConfigLoader.parseConfigDocument:224] No services are configured in this config file
2006-04-07 15:04:00,033 INFO [GuidToServerCache$CleanupThread.run:39] Guid2Server cache is empty. Skipping cleanup
2006-04-07 15:04:00,127 INFO [NotificationEventListener.launch:242] Main Notification Event Listener thread launched...
2006-04-07 15:04:00,153 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-0 launched...
2006-04-07 15:04:00,157 INFO [NotificationEventListener.launch:245] Notification Worker thread com.scalix.sac.ubermgr.events.NotificationEventListener$WorkerThread-thread-1 launched...
2006-04-07 15:04:00,167 INFO [RESInitializer.initNotificationListener:220] RESMonitor-thread Thread launched...
2006-04-07 15:04:00,273 INFO [SOAPDispatcherServlet.init:118] ====> CAA started, you may fire when ready <====
2006-04-07 15:04:09,640 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: register|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:04:14,676 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: register|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:04:19,757 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:05:00,183 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 45 secs
2006-04-07 15:05:20,033 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:06:00,185 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 1 mins, 45 secs
2006-04-07 15:06:00,245 ERROR [LDAPHelperUtils.getTargetHost:362] javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
2006-04-07 15:06:00,618 ERROR [RbacAuthorizationHelper.isScalixUser:240] Exception:
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.connect(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.<init>(Unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(Unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(Unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(Unknown Source)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(Unknown Source)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at javax.naming.directory.InitialDirContext.<init>(Unknown Source)
at com.scalix.sac.ubermgr.ldap.LDAPQuery.initContextWithCN(LDAPQuery.java:88)
at com.scalix.sac.ubermgr.rbac.RbacAuthorizationHelper.isScalixUser(RbacAuthorizationHelper.java:224)
at com.scalix.sac.ubermgr.ldap.LDAPServiceHandler.Login(LDAPServiceHandler.java:122)
at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:157)
at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:83)
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.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Unknown Source)
2006-04-07 15:06:20,002 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:07:00,188 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 2 mins, 45 secs
2006-04-07 15:07:20,004 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:08:00,191 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 3 mins, 45 secs
2006-04-07 15:08:20,027 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:09:00,198 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 4 mins, 45 secs
2006-04-07 15:09:20,043 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:10:00,201 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 5 mins, 45 secs
2006-04-07 15:10:20,019 INFO [NotificationEventListener$WorkerThread.run:50] Event Notification: heartbeat|http://mail.colinforcongress.com/res/RESDispatcher|LISTEN|300|mail|mail.colinforcongress.com|10.0.1 from host:mail.colinforcongress.com
2006-04-07 15:11:00,204 INFO [RESMonitor.run:115] Server mail.colinforcongress.com up 6 mins, 45 secs


Hope this helps someone identify WTH I have done terribly wrong.

Posted: Sat Apr 08, 2006 3:03 am
by oink
after standard install:
node was


---------v------
server,domain


not

server.domain

Posted: Mon Apr 10, 2006 9:46 am
by rtroth
oink wrote:after standard install:
node was


---------v------
server,domain


not

server.domain


This is rather cryptic to me. Do you mean that it should be SERVER,DOMAIN or SERVER.DOMAIN???????

Posted: Mon Apr 10, 2006 11:11 am
by rtroth
********UPDATE************

What did I learn today?!

What I learned today was that it is very important to have different passwords for the SXADMIN and SXQUERY(or whatever it is...) accounts.

upon reinstalling and creating the separate accounts....things worked!!!!!

The server looks like it is sending and receiving mail properly, which is a big time bonus. A few days behind schedule, but working none the less!!!