have trouble with the deployment of the ReportServe demo

hi,I got a trouble with the deployment of the ReportServe demo ,the INFO is :Exception sending context initialized event to listener instance of class net.datenwerke.rs.ReportServerServiceConfig
java.lang.RuntimeException: ReportServer does not want to start under these circumstances: Cannot locate configuration source META-INF/persistence.xml

anyone can help? thank you

Hi,

from the error message I’d say your persistence configuration is non existant or corrupt.
Check the WEB-INF/classes/META-INF directory for the file persistence.xml.

If it does not exist, create it, using the persistence.xml.skeletton file as a template.
Instructions on how to do so are given in 4. Configuring the database of our blog-post at
http://blog.datenwerke.net/2013/05/installation-and-basic-configuration.html

Hope that helps you to get started.

Cheers,
Thorsten