I created a TS group, added a user, give the group Editor access but the user gets the following error when trying to enter the workarea.
Root cause: com.interwoven.cssdk.access.CSAuthorizationException: //TS16/default/main/Datacard_com/WORKAREA/bbb/.(Permission denied) at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:188) at com.interwoven.cssdk.sci.filesys.CSFile.getDirectoryContentsBatchWithQuery(CSFile.java:1612) at com.interwoven.cssdk.sci.filesys.FileServiceFileSciImpl.getDirectoryContentsWithQueryBatch(FileServiceFileSciImpl.java:916) at com.interwoven.cssdk.sci.filesys.FileServiceSciImpl.getDirectoryContentsWithQueryBatch(FileServiceSciImpl.java:1401) at com.interwoven.cssdk.filesys.java.FileServiceAdapterImpl.getDirectoryContentsWithQueryBatch(FileServiceAdapterImpl.java:231) at com.interwoven.cssdk.filesys.impl.CSFileEAIteratorImpl.getNextBatch(CSFileEAIteratorImpl.java:590) at com.interwoven.cssdk.filesys.impl.CSFileEAIteratorImpl.(CSFileEAIteratorImpl.java:258) at com.interwoven.cssdk.filesys.impl.CSDirImpl.getFiles(CSDirImpl.java:165) at com.interwoven.ui.teamsite.filesys.query.FSQuery.executeQuery(FSQuery.java:553) at com.interwoven.ui.teamsite.filesys.GetDirectoryContentsCommand.getFilesIterator(GetDirectoryContentsCommand.java:210) at com.interwoven.ui.teamsite.filesys.GetDirectoryContentsCommand.getFilesIterator(GetDirectoryContentsCommand.java:150) at com.interwoven.ui.teamsite.filesys.AbstractDirectoryListCommand.execute(AbstractDirectoryListCommand.java:183) at com.interwoven.ui.teamsite.ccpro.filesys.ListDirectoryCommand.execute(ListDirectoryCommand.java:83) at com.interwoven.ui.base.impl.command.CommandHandler.doExecuteCommand(CommandHandler.java:915) at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandDescriptor(CommandHandler.java:748) at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandID(CommandHandler.java:623) at com.interwoven.ui.base.impl.command.CommandHandler.runCommandLoop(CommandHandler.java:228) at com.interwoven.ui.base.impl.command.CommandServlet.doGet(CommandServlet.java:163) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.interwoven.livesite.spring.hibernate.web.filter.OpenSessionsInViewFilter.doFilterInternal(OpenSessionsInViewFilter.java:108) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.interwoven.ui.base.impl.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:203) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.interwoven.ui.base.util.SetRequestEncodingFilter.doFilter(SetRequestEncodingFilter.java:106) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Thread.java:619) |
If I give the user Administrator access then they can get into the workarea, but that isn't desirable for obvious reasons.
If I create a new branch either under this one or above it and add a workarea it works just fine. It's only happening on my existing workareas.