View Single Post
  #583 (permalink)  
Old 03-01-2010, 12:25 PM
fsiegel fsiegel is offline
Zimbra Employee
 
Posts: 1,327
Default

I see your last stack trace. Don't think it has anything to do with Outlook connector.

[2010-03-01 00:14:35,279] Unable to authenticate:
com.funambol.ctp.server.authentication.Authenticat ionException: Unable to authenticate
at com.funambol.ctp.server.authentication.WSAuthentic ationManagerImpl.authenticate(WSAuthenticationMana gerImpl.java:95)
at com.funambol.ctp.server.session.SessionManager.for wardAuthenticationRequest(SessionManager.java:453)
at com.funambol.ctp.server.session.StateConnected.onA uthenticationReq(StateConnected.java:78)
at com.funambol.ctp.server.session.SessionManager.onA uthenticationReq(SessionManager.java:285)
at com.funambol.ctp.server.session.SessionManager.han dleMessage(SessionManager.java:237)
at com.funambol.ctp.server.DeviceConnectionHandler.me ssageReceived(DeviceConnectionHandler.java:181)
at org.apache.mina.common.support.AbstractIoFilterCha in$TailFilter.messageReceived(AbstractIoFilterChai n.java:570)
at org.apache.mina.common.support.AbstractIoFilterCha in.callNextMessageReceived(AbstractIoFilterChain.j ava:299)
at org.apache.mina.common.support.AbstractIoFilterCha in.access$1100(AbstractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterCha in$EntryImpl$1.messageReceived(AbstractIoFilterCha in.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.pro cessEvent(ExecutorFilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$Pro cessEventsRunnable.run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.run Task(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: com.funambol.server.admin.UnauthorizedException: User 'admin' not authorized
at com.funambol.server.admin.ws.client.AdminWSClient. invoke(AdminWSClient.java:549)
at com.funambol.server.admin.ws.client.AdminWSClient. authorizeCredential(AdminWSClient.java:168)
at com.funambol.ctp.server.authentication.WSAuthentic ationManagerImpl.authenticate(WSAuthenticationMana gerImpl.java:93)
... 14 more
Reply With Quote