Problem with admin client - can't login

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

fclausen

Problem with admin client - can't login

Postby fclausen » Mon Sep 27, 2004 10:43 am

SCALIX 9.0 + RH ES 3.0.
I have problems logging into the web admin - http://server:8080/sac/AdminApp.html
I get following error : administration server is not responding. <br> Posibel lost connection or server problem.
I have followed the installation setup, and I can log into webmail, just fine.

Any ideas?

Brgds
Frank Clausen

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Tue Sep 28, 2004 9:35 am

Hi Frank,

Are you signing on using the authentication id of the administration user ?

Page 17 of the Evaluation Guide gives you an example of that.

Cheers

Dave Kelly
Senior Support Engineer
Scalix Corporation

smmoore

Same problem

Postby smmoore » Tue Oct 05, 2004 9:08 am

I am having the same problem and I have tried all the suggestions on this forum. Here is my omshowu results. I too can get into the webmail section just fine, but I always get the "Administration server is not responding. Possible lost connection or server problem" error.

Thanks

----- START -----
[root@scalix logs]# omshowu -n admin
Authentication ID: admin@scalix
User Name : admin /CN=admin
MailNode : scalix
Internet Address : "admin" <admin@domain.com>
System Login : sxadmin
Password : set
External authentication only: NO
Admin Capabilities : YES
Mailbox Admin Capabilities : NO
Language : C
Virtual Vault : Enabled (default)
Mail Account: Unlocked
Last Signon : 10.05.04 08:49:39
Receipt of mail : ENABLED
Service level : 0
Excluded from Tidying : NO
----- STOP -----

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Tue Oct 05, 2004 9:14 am

Can you post the details from $TOMCAT_HOME/logs/caa.log.

If this is a similar problem, it should show "Invalid credentials". Either way, it will give us an idea of how you are signing on.

The other thing to check is that your tomcat process has /opt/scalix/bin in its path.

The way to check this is:

ps -ef | grep java

and note the process id for the tomcat process.

Then check the environment for that process by:

cat /proc/<pid>/environ

If /opt/scalix/bin is not there, that's likely to be the cause. In the INTEGRATION directory of the CD, there should be a tomcat startup script which you can use as a reference to make changes to your own.

Cheers

Dave Kelly
Senior Support Engineer
Scalix Corporation

smmoore

Postby smmoore » Tue Oct 05, 2004 9:59 am

ScalixSupport wrote:Can you post the details from $TOMCAT_HOME/logs/caa.log.

If this is a similar problem, it should show "Invalid credentials". Either way, it will give us an idea of how you are signing on.


Code: Select all

2004-10-05 08:29:57,971 DEBUG [SAAJServlet.doPost:93] ************ Request Start ***************
2004-10-05 08:29:57,972 DEBUG [SAAJServlet.doPost:95] Starting SAAJServlet with POST
2004-10-05 08:29:57,974 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header host:scalix.domain.com:8080
2004-10-05 08:29:57,974 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header user-agent:Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
2004-10-05 08:29:57,975 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
2004-10-05 08:29:57,976 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-language:en-us,en;q=0.5
2004-10-05 08:29:57,977 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-encoding:gzip,deflate
2004-10-05 08:29:57,978 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-charset:ISO-8859-1,utf-8;q=0.7,*;q=0.7
2004-10-05 08:29:57,979 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header keep-alive:300
2004-10-05 08:29:57,979 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header connection:keep-alive
2004-10-05 08:29:57,980 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-type:text/xml
2004-10-05 08:29:57,981 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-length:445
2004-10-05 08:29:57,982 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header pragma:no-cache
2004-10-05 08:29:57,983 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header cache-control:no-cache
2004-10-05 08:29:57,985 DEBUG [SOAPDispatcherServlet.onMessage:158] **** Start of Message Handling ****
2004-10-05 08:29:57,993 DEBUG [SOAPHelper.getElementValue:144] Found ServiceType
2004-10-05 08:29:57,994 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key disabled found null
2004-10-05 08:29:57,995 DEBUG [SOAPHelperUtils.getSoapBodyElement:179] Body element1 CAARequestMessage = null
2004-10-05 08:29:57,996 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 ServiceType = scalix.res
2004-10-05 08:29:57,997 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 Credentials = null
2004-10-05 08:29:57,997 DEBUG [SOAPHelperUtils.getSoapBodyElement:190] Found Credentials
2004-10-05 08:29:57,999 DEBUG [SOAPHelperUtils.getCredentials:254] local name=id
2004-10-05 08:29:57,999 DEBUG [SOAPHelperUtils.getCredentials:255] qualified name=id
2004-10-05 08:29:58,000 DEBUG [SOAPHelperUtils.getCredentials:271] local name=name
2004-10-05 08:29:58,001 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=name
2004-10-05 08:29:58,003 DEBUG [SOAPHelperUtils.getCredentials:276] value=admin@scalix
2004-10-05 08:29:58,004 DEBUG [SOAPHelperUtils.getCredentials:271] local name=passwd
2004-10-05 08:29:58,005 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=passwd
2004-10-05 08:29:58,006 DEBUG [SOAPHelperUtils.getCredentials:281] value=xxxxxxxxx
2004-10-05 08:29:58,010 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 08:29:58,011 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 08:29:58,012 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 Credentials = null
2004-10-05 08:29:58,013 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 FunctionName = Login
2004-10-05 08:29:58,014 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found FunctionName
2004-10-05 08:29:58,015 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =Login
2004-10-05 08:29:58,016 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 08:29:58,017 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 08:29:58,018 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 Credentials = null
2004-10-05 08:29:58,019 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 FunctionName = Login
2004-10-05 08:29:58,020 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found FunctionName
2004-10-05 08:29:58,021 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =Login
2004-10-05 08:29:58,023 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 08:29:58,024 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 08:29:58,025 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found ServiceType
2004-10-05 08:29:58,025 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =scalix.res
2004-10-05 08:29:58,029 DEBUG [SOAPHelperUtils.getSoapBodyElement:179] Body element1 CAARequestMessage = null
2004-10-05 08:29:58,030 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 ServiceType = scalix.res
2004-10-05 08:29:58,031 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 Credentials = null
2004-10-05 08:29:58,033 DEBUG [SOAPHelperUtils.getSoapBodyElement:190] Found Credentials
2004-10-05 08:29:58,034 DEBUG [SOAPHelperUtils.getCredentials:254] local name=id
2004-10-05 08:29:58,035 DEBUG [SOAPHelperUtils.getCredentials:255] qualified name=id
2004-10-05 08:29:58,036 DEBUG [SOAPHelperUtils.getCredentials:271] local name=name
2004-10-05 08:29:58,037 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=name
2004-10-05 08:29:58,038 DEBUG [SOAPHelperUtils.getCredentials:276] value=admin@scalix
2004-10-05 08:29:58,039 DEBUG [SOAPHelperUtils.getCredentials:271] local name=passwd
2004-10-05 08:29:58,040 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=passwd
2004-10-05 08:29:58,041 DEBUG [SOAPHelperUtils.getCredentials:281] value=xxxxxxxxx
2004-10-05 08:29:58,042 DEBUG [CAAServiceFactory.getService:52] Looking for service called scalix.res
2004-10-05 08:29:58,043 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key service.class found com.scalix.sac.ubermgr.caa.RESService
2004-10-05 08:29:58,044 DEBUG [SOAPDispatcherServlet.onMessage:265] Calling doRequest() on service com.scalix.sac.ubermgr.caa.RESService@a974c7
2004-10-05 08:29:58,045 DEBUG [RbacAuthorizationHelper.authenticateUser:48] Sending request to ldap host =scalix
2004-10-05 08:29:58,046 DEBUG [RbacAuthorizationHelper.authenticateUser:49] Sending request as user id = admin@scalix
2004-10-05 08:29:58,050 DEBUG [RbacAuthorizationHelper.authenticateUser:50] Filter =(omUlAuthid=admin@scalix)
2004-10-05 08:29:58,061 ERROR [RbacAuthorizationHelper.authenticateUser:75] Exception:
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2988)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2735)
        at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2649)
        at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
        at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
        at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
        at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
        at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
        at javax.naming.InitialContext.init(InitialContext.java:219)
        at javax.naming.InitialContext.<init>(InitialContext.java:195)
        at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:80)
        at com.scalix.sac.ubermgr.ldap.LDAPQuery.initContext(LDAPQuery.java:69)
        at com.scalix.sac.ubermgr.rbac.RbacAuthorizationHelper.authenticateUser(RbacAuthorizationHelper.java:51)
        at com.scalix.sac.ubermgr.ldap.LDAPServiceHandler.Login(LDAPServiceHandler.java:96)
        at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:155)
        at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:82)
        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(Thread.java:534)
2004-10-05 08:29:58,068 DEBUG [SAAJServlet.doPost:130] ************ Request End Success ***************
2004-10-05 08:30:06,559 DEBUG [RESMonitor.run:64] There are no remote servers and 1 local server registered
2004-10-05 08:30:06,560 DEBUG [RESMonitor.run:84] Skipping local server scalix


Everything else was ok, the path was correct.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Tue Oct 05, 2004 10:03 am

The way to test this is:

omldapsearch -h scalix -D "omUlAuthid=admin@scalix" -W password cn=*

If you get a list of entries back, the password is correct. If not, you're using the wrong password.

You can reset the password with the ommodu command:

ommodu admin@scalix -p newpass

Cheers

Dave.

smmoore

Postby smmoore » Tue Oct 05, 2004 10:19 am

Ok, I ran the search and it failed with invalid login basically. So I ran the reset password and that worked. Then I ran the search again and this time it worked. Gave me the expected results from the search. So I went back in to sac and I still get the same server error message as before. If this would be easier off forum let me know and I will email you.

Thanks

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Tue Oct 05, 2004 10:21 am

I'd rather that this thread kept going here as it's going to help other people to troubleshoot.

You need to go back to caa.log to see if the output has changed at all.

Cheers

Dave.

smmoore

Postby smmoore » Tue Oct 05, 2004 10:31 am

No problem. Here is one attempt from caa.log It is still giving that same error about Invalid Credentials.

2004-10-05 09:20:07,297 DEBUG [RESMonitor.run:64] There are no remote servers and 1 local server registered
2004-10-05 09:20:07,299 DEBUG [RESMonitor.run:84] Skipping local server scalix
2004-10-05 09:20:34,282 DEBUG [SAAJServlet.doPost:93] ************ Request Start ***************
2004-10-05 09:20:34,283 DEBUG [SAAJServlet.doPost:95] Starting SAAJServlet with POST
2004-10-05 09:20:34,284 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept:*/*
2004-10-05 09:20:34,284 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-language:en-us
2004-10-05 09:20:34,285 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header referer:http://scalix.domain.com:8080/sac/AdminApp.htm
l
2004-10-05 09:20:34,286 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-type:text/xml
2004-10-05 09:20:34,287 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header accept-encoding:gzip, deflate
2004-10-05 09:20:34,287 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows N
T 5.1; .NET CLR 1.1.4322)
2004-10-05 09:20:34,294 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header host:scalix.domain.com:8080
2004-10-05 09:20:34,296 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header content-length:435
2004-10-05 09:20:34,297 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header connection:Keep-Alive
2004-10-05 09:20:34,297 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header cache-control:no-cache
2004-10-05 09:20:34,298 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header cookie:opPerm=g4%3Aadmin@scalix%26sy%3AOx3c3a7b786f607f
7267622b243226302d2430280a; opTemp=undefined%3Afalse%26g4%3Aadmin@scalix%26sy%3AOx7c627c7e76687865242c252e2f2c252829312408%26f3
%3AOx7c627c7e76687865242c252e2f2c252829312408%26i2%3A1096981679%26af%3Atrue
2004-10-05 09:20:34,299 DEBUG [SAAJUtils.dumpHeaders:129] -----> Header novinet:v1.2
2004-10-05 09:20:34,300 DEBUG [SOAPDispatcherServlet.onMessage:158] **** Start of Message Handling ****
2004-10-05 09:20:34,307 DEBUG [SOAPHelper.getElementValue:144] Found ServiceType
2004-10-05 09:20:34,308 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key disabled found null
2004-10-05 09:20:34,309 DEBUG [SOAPHelperUtils.getSoapBodyElement:179] Body element1 CAARequestMessage = null
2004-10-05 09:20:34,310 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 ServiceType = scalix.res
2004-10-05 09:20:34,311 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 Credentials = null
2004-10-05 09:20:34,312 DEBUG [SOAPHelperUtils.getSoapBodyElement:190] Found Credentials
2004-10-05 09:20:34,313 DEBUG [SOAPHelperUtils.getCredentials:254] local name=id
2004-10-05 09:20:34,314 DEBUG [SOAPHelperUtils.getCredentials:255] qualified name=id
2004-10-05 09:20:34,315 DEBUG [SOAPHelperUtils.getCredentials:271] local name=name
2004-10-05 09:20:34,318 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=name
2004-10-05 09:20:34,319 DEBUG [SOAPHelperUtils.getCredentials:276] value=admin@scalix
2004-10-05 09:20:34,320 DEBUG [SOAPHelperUtils.getCredentials:271] local name=passwd
2004-10-05 09:20:34,321 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=passwd
2004-10-05 09:20:34,322 DEBUG [SOAPHelperUtils.getCredentials:281] value=xxxxxxxxx
2004-10-05 09:20:34,323 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 09:20:34,324 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 09:20:34,324 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 Credentials = null
2004-10-05 09:20:34,325 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 FunctionName = Login
2004-10-05 09:20:34,326 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found FunctionName
2004-10-05 09:20:34,328 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =Login
2004-10-05 09:20:34,329 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 09:20:34,330 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 09:20:34,330 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 Credentials = null
2004-10-05 09:20:34,331 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 FunctionName = Login
2004-10-05 09:20:34,332 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found FunctionName
2004-10-05 09:20:34,336 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =Login
2004-10-05 09:20:34,337 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:69] Body element1 CAARequestMessage = null
2004-10-05 09:20:34,338 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:77] Body element2 ServiceType = scalix.res
2004-10-05 09:20:34,339 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:80] Found ServiceType
2004-10-05 09:20:34,340 DEBUG [SOAPHelperUtils.getSOAPBodyElementValue:81] value =scalix.res
2004-10-05 09:20:34,341 DEBUG [SOAPHelperUtils.getSoapBodyElement:179] Body element1 CAARequestMessage = null
2004-10-05 09:20:34,343 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 ServiceType = scalix.res
2004-10-05 09:20:34,344 DEBUG [SOAPHelperUtils.getSoapBodyElement:187] Body element2 Credentials = null
2004-10-05 09:20:34,345 DEBUG [SOAPHelperUtils.getSoapBodyElement:190] Found Credentials
2004-10-05 09:20:34,346 DEBUG [SOAPHelperUtils.getCredentials:254] local name=id
2004-10-05 09:20:34,347 DEBUG [SOAPHelperUtils.getCredentials:255] qualified name=id
2004-10-05 09:20:34,348 DEBUG [SOAPHelperUtils.getCredentials:271] local name=name
2004-10-05 09:20:34,349 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=name
2004-10-05 09:20:34,349 DEBUG [SOAPHelperUtils.getCredentials:276] value=admin@scalix
2004-10-05 09:20:34,350 DEBUG [SOAPHelperUtils.getCredentials:271] local name=passwd
2004-10-05 09:20:34,351 DEBUG [SOAPHelperUtils.getCredentials:272] qualified name=passwd
2004-10-05 09:20:34,355 DEBUG [SOAPHelperUtils.getCredentials:281] value=xxxxxxxxx
2004-10-05 09:20:34,356 DEBUG [CAAServiceFactory.getService:52] Looking for service called scalix.res
2004-10-05 09:20:34,357 DEBUG [CAAConfigLoader.getValue:56] Looking for config for scalix.res, key service.class found com.scal
ix.sac.ubermgr.caa.RESService
2004-10-05 09:20:34,358 DEBUG [SOAPDispatcherServlet.onMessage:265] Calling doRequest() on service com.scalix.sac.ubermgr.caa.R
ESService@842e74
2004-10-05 09:20:34,359 DEBUG [RbacAuthorizationHelper.authenticateUser:48] Sending request to ldap host =scalix
2004-10-05 09:20:34,360 DEBUG [RbacAuthorizationHelper.authenticateUser:49] Sending request as user id = admin@scalix
2004-10-05 09:20:34,361 DEBUG [RbacAuthorizationHelper.authenticateUser:50] Filter =(omUlAuthid=admin@scalix)
2004-10-05 09:20:34,419 DEBUG [RbacAuthorizationHelper.isScalixUser:203] Sending request to ldap host =scalix
2004-10-05 09:20:34,420 DEBUG [RbacAuthorizationHelper.isScalixUser:204] Sending request as querymgr id =querymgr@scalix
2004-10-05 09:20:34,421 DEBUG [RbacAuthorizationHelper.isScalixUser:205] Filter =(omUlAuthid=admin@scalix)
2004-10-05 09:20:34,425 ERROR [RbacAuthorizationHelper.isScalixUser:222] Exception:
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2988)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2735)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2649)
at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.InitialContext.<init>(InitialContext.java:195)
at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:80)
at com.scalix.sac.ubermgr.ldap.LDAPQuery.initContext(LDAPQuery.java:69)
at com.scalix.sac.ubermgr.rbac.RbacAuthorizationHelper.isScalixUser(RbacAuthorizationHelper.java:206)
at com.scalix.sac.ubermgr.ldap.LDAPServiceHandler.Login(LDAPServiceHandler.java:106)
at com.scalix.sac.ubermgr.caa.RESService.authenticateAndAuthorizeUser(RESService.java:155)
at com.scalix.sac.ubermgr.caa.RESService.doRequest(RESService.java:82)
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(Thread.java:534)
2004-10-05 09:20:34,432 DEBUG [SAAJServlet.doPost:130] ************ Request End Success ***************


Thanks


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 7 guests

cron