Page 1 of 1

Other users calendar: Unspecified Error encountered

Posted: Wed Jan 16, 2008 7:36 am
by p.richterich
Hallo,

i try to access other users calendar.
Via SWA i edited the folder permissions of the calendar anded add my colleagues as "reviewer". then i added "additional mailboxes" to the accounts to "share" all calendars between us. Everybody should be able to read the dates of eachother - but not to change.

After a restart of tomcat (i don t know why it was necessary?) it works with SWA.
In the next step i tried to read the dates via the CalDAV api:
with my browser i connect to "https://<server>/api/dav/", sign on and select "mailstore" -> "other users". i get the following error:

Code: Select all

Illegal attempted chroot to [Other Users] in Href [<users mailaddress>/<users mailaddress>]


Now i restart the tomcat server, log in again at "https://<server>/api/dav/", select "mailstore" -> "other users" and i am able to see the other users calendar and entries. but if i select an entry i get the following error:

Code: Select all

Unspecified Error encountered
com.scalix.api.dav.caldav.CalDAVModule.getContent(CalDAVModule.java:419)
com.scalix.api.dav.store.MailboxStore.getContent(MailboxStore.java:528)
com.scalix.api.dav.repository.ResourceHandle.getContent(ResourceHandle.java:108)
com.scalix.api.dav.HtmlRenderer.doRender(HtmlRenderer.java:62)
com.scalix.api.dav.repository.GetMethod.process(GetMethod.java:72)
com.scalix.api.dav.DavController.processRequest(DavController.java:90)
com.scalix.api.dav.DavController.handleRequest(DavController.java:114)
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:839)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:774)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:460)
com.scalix.api.PlatformDispatcherServlet.service(PlatformDispatcherServlet.java:74)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)

My intention is to use the new CalDAV-plugin with Lightning and Thunderbird. Atm i m only able to see my dates - the dates of my colleagues are not shown.

I m quite unexperienced in Scalix - atm i ve no clue how i could find the reason for these errors. it could be a problem with tomcat (maybe).
Has anybody an idea how i can localize this error?

thx,

Patrick