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)
Login page won't load
tienle66
I just did a clean install for our development box. Solaris 9 / TS 6.5 SP2
I rebooted the box and try to access the login page but get the following error msg:
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
com.interwoven.ui.base.context.ContextCreateException: An error occurred creating a context of type "com.interwoven.ui.teamsite.auth.CSClientContext" with id "null"
com.interwoven.ui.base.impl.context.ContextFactory.createContext(ContextFactory.java:78)
com.interwoven.ui.base.impl.context.ContextSetImpl.doCreateContext(ContextSetImpl.java:108)
com.interwoven.ui.base.impl.context.AbstractContextSet.doGetContext(AbstractContextSet.java:322)
com.interwoven.ui.base.impl.context.AbstractContextSet.getContext(AbstractContextSet.java:286)
com.interwoven.ui.base.impl.context.AbstractContextSet.getContext(AbstractContextSet.java:246)
com.interwoven.ui.base.impl.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:191)
com.interwoven.ui.base.util.SetRequestEncodingFilter.doFilter(SetRequestEncodingFilter.java:105)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.
--------------------------------------------------------------------------------
Anybody have any idea why I can't access my login page?
BTW - I opened a case with support as well but I figured I ask you guys.
TS 6.5 SP1 / Sol 9
Find more posts tagged with
Comments
Migrateduser
Your Web server encountered an unexpected condition that prevented it from fulfilling the request by the client (e.g. your Web browser or our CheckUpDown robot) for access to the requested URL.
This is a 'catch-all' error generated by your Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of your Web server site to locate and analyse these logs.