Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Transport Sequence Error
Gowreeswaran_C10
Hi,
Sometimes i receive "Transport Sequence Error" while i'm working with TS 7.1.
It shows unable to show content //TSservername. After sometime it gets automatically resolved. But it kills me to work in death time. I heve to wait for some time to get resolved automatically. Can anyone knows the exact problem and why it shows at different times.
It shows the following error
Root cause:
com.interwoven.cssdk.common.CSException: Client stub iomode implies a different function(Transport sequencing error)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:264)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:104)
at com.interwoven.cssdk.sci.filesys.FileServiceRootSciImpl.getStores(FileServiceRootSciImpl.java:115)
at com.interwoven.cssdk.sci.filesys.FileServiceSciImpl.getStores(FileServiceSciImpl.java:2732)
at com.interwoven.cssdk.filesys.java.FileServiceAdapterImpl.getStores(FileServiceAdapterImpl.java:416)
at com.interwoven.cssdk.filesys.impl.CSRootImpl.getStores(CSRootImpl.java:80)
at com.interwoven.ui.teamsite.filesys.GetStoresCommand.execute(GetStoresCommand.java:66)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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:75)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:183)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Find more posts tagged with
Comments
Rick Poulin
Does this only happen when you're looking at the root of your server via CCPro? I notice the method getStores(CSRootImpl.java:80) is the key one in your stack trace, but I wonder if you get the same error when you're just browsing branches or files. It may have something to do with attempting to query the status of your content stores specifically.
When the problem happens again, try looking at the status of your server and stores (iwstat and iwstoreadm -l). If those commands return fine, I'd guess there's a configuration problem in the CSSDK. If those commands fail, then you've got a bigger issue (possibly a corrupt store?) and you should run iwfsck and/or contact support.