Pergunta

I am trying to get the Jasper server community edition installed on a Unix serverusing the WAR file distribution. I am using Apache Tomcat 7 as the application server and Postgres as the backend database. I am able to successfully build using the js-install-ce scripts in the buildomatic, but when I try to deploy the war file to the tomcat server I get a bunch of sql exceptions

Upon digging through the logs it looks like the jasperverver database remains empty with no tables created in it. From the documentation I tried to manually create these tables using the js-create.ddl but all sql statements fail while doing so. Is there anything that I am missing? Any help is appreciated

Foi útil?

Solução

For everyone else trying to get around the issue,

The init-js-db-ce script only tries to create tables without having a search path set. So in your script please set the path to your jasperserver database.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top