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)
New LiveSite install error
fbuno
I am trying to migrate an initial LiveSite installation onto a new server - we use IIS to redirect to Tomcat and all of that seems to be configured correcty.
However when I try tpo browse to a site i get an HTTP 500 error and the following error on the Tomcat log:
2008-02-20 13:04:28 StandardContext[]Loading Spring root WebApplicationContext
2008-02-20 13:04:31 StandardContext[]Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'runtime.PageTypeConfig' defined in ServletContext resource [/WEB-INF/conf/livesite/resources/resource-config.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/apache/xpath/CachedXPathAPI
Caused by: java.lang.NoClassDefFoundError: org/apache/xpath/CachedXPathAPI
at com.interwoven.livesite.common.xml.DOMWrapper.(DOMWrapper.java:351)
at com.interwoven.livesite.model.rendering.PageTypeConfig.init(PageTypeConfig.java:115)
Find more posts tagged with
Comments
Migrateduser
Do you have 'xalan.jar' in $CATALINA_BASE/common/endorsed? If not put it there, restart runtime.
fbuno
I still get an HTTP 500 error BUT a different error on the Tomcat log:
2008-02-22 15:28:07 StandardContext[]Closing Spring root WebApplicationContext
2008-02-22 15:28:07 EngineConfig: EngineConfig: Processing START
2008-02-22 15:28:08 StandardContext[]Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'runtime.cache.InvalidationMonitor' defined in ServletContext resource [/WEB-INF/conf/livesite/resources/cache-resource-config.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'exclusionPatterns' of bean class [com.interwoven.livesite.runtime.cache.InvalidationMonitor]: Bean property 'exclusionPatterns' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'exclusionPatterns' of bean class
fbuno
Am i missing some config files?
tec_iwov
do you have the xalan xerces jars in the endored directory of the jdk your using for runtime?
http://xml.apache.org/xalan-j/faq.html#faq-N100EF
what version are you running?
fbuno
LiveSIte 3.0.2
I have copied all the files on the common\endrosed directory but still get the same error.
When i browse to the site i get this message:
Service temporary unavailable!
The server is temporarily unable to service your request due to maintenance downtime
tec_iwov
sounds like your talking to support on this issue so will leave it in their court