google-code-export / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 3 forks source link

Error while running fresh build war #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Follow instructions 
http://webpasswordsafe.googlecode.com/svn/trunk/docs/AdministratorGuide.html
2. Build successfully complete
3. Started under Tomcat 5.5.7

Centos 6
JDK 1.6 034
Maven 3.0.4

Got a lot of exceptions in app log logs.
Do I really need to get xalan.jar from somewhere. Nothing about that in docs.

org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 
'org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpo
intMapping#0': Instanti
ation of bean failed; nested exception is 
javax.xml.transform.TransformerFactoryConfigurationError: Provider 
org.apache.xalan.processor.TransformerFactoryImpl not found
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:997)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:943)

Original issue reported on code.google.com by alexey.o...@gmail.com on 8 Feb 2013 at 8:23

GoogleCodeExporter commented 9 years ago
No xalan.jar isn't the real problem, can you post the full error log?

Original comment by joshdrum...@gmail.com on 24 Feb 2013 at 9:41

GoogleCodeExporter commented 9 years ago
I've made that working when started under apache-tomcat-6.0.36.
Started with no issues and working.

But if you want to troubleshoot under tomcat 5.5.7 log attached

Original comment by alexey.o...@gmail.com on 25 Feb 2013 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm I downloaded an archived version of tomcat 5.5.7 and still couldn't 
reproduce the problem.  Maybe there is a conflicting JAR file in the old 
installation of Tomcat's classpath.

Original comment by joshdrum...@gmail.com on 26 Feb 2013 at 6:04