evi wrote:
Hi!

I installed and deployed J2 on Tomcat 5.5.20 with Maven Plugin and default
hsqldb database. Build was successful and Tomcat Manager has both Jetspeed
and Testportal running. But when trying to enter the portal, I get the HTTP
Status 500 error, I copied the Exception report on below.
I also looked jetspeed.log file that shows several errors:

2006-12-08 18:12:48,109 [http-8080-Processor24] ERROR
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/testportal].
[jsp] - Servlet.service() for servlet jsp threw exception
org.apache.jetspeed.exception.JetspeedException: Jetspeed Initialization
exception!
        at
org.apache.jetspeed.engine.JetspeedEngine.start(JetspeedEngine.java:149)....
.

...... at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'JetspeedDS' defined in ServletContext resource
[/WEB-INF/assembly/boot/datasource.xml]: Initialization of bean failed;
nested exception is org.apache.ojb.broker.metadata.MetadataException: Could
not get the metadata from the given datasource
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:356)

Would be great if somebody could help me further:-)
Take a look at your context file in Tomcat installatoin: conf/Catalina/localhost/jetspeed.xml

With Hypersonic, we do not run embedded by default
So you have to startup the db

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to