Quote:
Originally Posted by ArcaneMagus Could you try reproducing the error in firefox and in the error console clicking on the like to the source code? It should link you to the line in the source code.
Does it look like this? Code: if(!resp && !this._currentRequest.cancelled) { That is line 4906 of the Admin_all. js script, the line right after that throws an excepting which might relate to the error you got of an exception being thrown but not caught.
Also is there any further information in /var/log/zimbra.log or /opt/zimbra/log/mailbox.log? |
First of all, thanks ArcaneMagus for trying to help us .
If we try to reproduce it from Firefox we get a different message..see the attached image file.
Here is what i found in mailbox.log, related to the above error :
2009-11-14 08:22:39,775 INFO [btpool0-5://mail.myserver.com:7071/service/admin/soap/GetLoggerStatsRequest] [name=admin@myserver.com;mid=2;ip=82.77.36.19;ua=Zi mbraWebClient - FF3.0 (Win);] SoapEng\
ine - handler exception
com.zimbra.common.service.ServiceException: system failure: unable to get globalgrant
ExceptionId:btpool0-5://mail.myserver.com:7071/service/admin/soap/GetLoggerStatsRequest:1258208559775:c118b7b7a6566d 9f
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:247)
at com.zimbra.cs.account.ldap.LdapProvisioning.getGlo balGrant(LdapProvisioning.java:451)
at com.zimbra.cs.service.admin.AdminAccessControl$ACL AccessControl.checkRight(AdminAccessControl.java:5 34)
at com.zimbra.cs.service.admin.AdminDocumentHandler.c heckRight(AdminDocumentHandler.java:373)
at com.zimbra.cs.service.admin.AdminDocumentHandler.c heckRight(AdminDocumentHandler.java:342)
at com.zimbra.cs.service.admin.GetLoggerStats.handle( GetLoggerStats.java:108)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:418)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:272)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:156)
at com.zimbra.soap.SoapServlet.doWork(SoapServlet.jav a:291)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:212)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1148)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:379)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:418)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:230)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.handler.DebugHandler.handle(Debu gHandler.java:77)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:525)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:882)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:747)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:387)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:409)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:451)
Caused by: javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'cn=globalgrant,cn=zimbra'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.jav a:3066)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCt x.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCt x.java:2794)
at com.sun.jndi.ldap.LdapCtx.c_getAttributes(LdapCtx. java:1309)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_get Attributes(ComponentDirContext.java:213)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContex t.getAttributes(PartialCompositeDirContext.java:12 1)
at javax.naming.directory.InitialDirContext.getAttrib utes(InitialDirContext.java:133)
at javax.naming.directory.InitialDirContext.getAttrib utes(InitialDirContext.java:128)
at com.zimbra.cs.account.ldap.ZimbraLdapContext.getAt tributes(ZimbraLdapContext.java:618)
at com.zimbra.cs.account.ldap.LdapProvisioning.getGlo balGrant(LdapProvisioning.java:448)
... 37 more