Home
TeamSite
Content Center Standard
work4u
I have successfully installed TeamSite 7.4.1 on Windows 2008. When I try to switch to Standard it gives an error "Could not contact TeamSite UI Application"
Everything else is completely functional. The Professional Interface, Reports, Administration.
I am able to create pages, preview, etc.
Any ideas as to why the Standard interface is not working.
Find more posts tagged with
Comments
Adam Stoller
First of all - Content Center Standard no longer exists, instead it's the [unfortunately named] "TeamSite UI"
Secondly, it sounds like some aspect of the TeamSite UI wasn't installed / installed properly - you may want to try to re-run the installer for it; you might be able to just rebuild the webapps with the install_webapps.ipl script, or you could contact Support and work with them to resolve the issue.
work4u
I have uninstall and re-install the Teamsite UI still no luck. The folder is there under Interwoven\TeamSiteUI
Adam Stoller
Have you spent any times looking through the log files - especially the ApplicationContainer/server/default/log/server.log? My guess is that you'll find a number of exceptions being thrown and you'll have to figure out how to resolve them.
For my part - I'm running into an issue where on a fresh 7.4.1 W2K12 installation TeamSite appears to be running on the back end but non of the UIs are working and there are a ton of exceptions being thrown. I've got a case open with Support, but I'll probably try running install_webapps.ipl to see if that fixes my issues.
nipper
you should also confirm the rewrites are correct in iwweb/conf to get to the TS UI
work4u
I did validate the file rewrite.conf. In the content_center.log I am seeing the following exception:
2014-03-16 17:07:27,818 [http-0.0.0.0-8080-12] WARN org.hibernate.util.JDBCExceptionReporter () - SQL Error: 208, SQLState: S0002
2014-03-16 17:07:27,818 [http-0.0.0.0-8080-12] ERROR org.hibernate.util.JDBCExceptionReporter () - Invalid object name 'iwpers_user'.
2014-03-16 17:07:27,818 [http-0.0.0.0-8080-12] ERROR com.interwoven.livesite.hibernate.dao.impl.HibernateDaoFactory () - validate: class is invalid: com.interwoven.livesite.p13n.model.UserProfile, environment: production
2014-03-16 17:07:27,818 [http-0.0.0.0-8080-12] ERROR com.interwoven.livesite.hibernate.dao.impl.HibernateDaoFactory () - validate: database schema for environment: production is incomplete; update your schema then restart the server.
2014-03-16 17:07:27,818 [http-0.0.0.0-8080-12] ERROR com.interwoven.livesite.hibernate.dao.impl.HibernateDaoFactory () - validate: exception thrown
org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.doList(Loader.java:2216)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
at org.hibernate.loader.Loader.list(Loader.java:2099)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
at com.interwoven.livesite.hibernate.dao.impl.HibernateDaoFactory.validate(HibernateDaoFactory.java:123)
at com.interwoven.livesite.hibernate.dao.impl.HibernateDaoFactory.isValid(HibernateDaoFactory.java:179)
at com.interwoven.livesite.iw.servlet.ManageProductionVisitorProfilesCommand.isAllowed(ManageProductionVisitorProfilesCommand.java:72)
at com.interwoven.ui.base.impl.command.CommandHandler.doIsAllowed(CommandHandler.java:1118)
at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandDescriptor(CommandHandler.java:868)
at com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandID(CommandHandler.java:738)
at com.interwoven.ui.base.impl.command.CommandHandler.isAllowedCommand(CommandHandler.java:548)
at com.interwoven.ui.base.command.CommandManager.isAllowed(CommandManager.java:103)
at com.interwoven.ui.base.widget.Widget.doPermissionCheck(Widget.java:714)
at com.interwoven.ui.base.widget.Widget.doPermissionCheck(Widget.java:585)
at com.interwoven.ui.base.widget.MenuTag.merge(MenuTag.java:401)
at com.interwoven.ui.base.widget.MenuTag.(MenuTag.java:103)
at com.interwoven.ui.base.widget.ActionListTag.merge(ActionListTag.java:274)
at com.interwoven.ui.base.widget.Widget.loadConfig(Widget.java:860)
at com.interwoven.ui.base.widget.Widget.doStartTag(Widget.java:430)
at org.apache.jsp.ccpro.filesys.main_jsp._jspService(main_jsp.java:1003)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
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 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at com.interwoven.ui.base.impl.command.CommandServlet.doGet(CommandServlet.java:211)
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 org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at com.interwoven.ui.base.impl.command.CommandServlet.doGet(CommandServlet.java:211)
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:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
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:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'iwpers_user'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(SQLServerPreparedStatement.java:285)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1787)
at org.hibernate.loader.Loader.doQuery(Loader.java:674)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
at org.hibernate.loader.Loader.doList(Loader.java:2213)
... 77 more
nipper
OK, that looks like the deployment DB setup, which should not affect the TeamSite UI.
Do you use LSDS ? Is the DB enabled ?
Migrateduser
We have a similar experience with 7.4.1 and Content Center Standard. However, we have been doing an UPGRADE of 7.4.1 from 7.1. Oddly enough the CCStd UI WAS available after upgrading. It also causes some odd problems with selecting the preferred UI - You cant choose TeamSite it from CCStd (it brings up CCStd). You need to first go to CCPro and THEN teamSite UI.
Also we you try to set preferred UI through the AdminConsole User Management, if you select TeamSite UI it ALSO sets TeamSite STD (which should not even be listed). We had to "batch" edit the tsusers.xml file to change everyone from ccstd_only to teamsite. This did seem to work.
Paul Neiswander