Error installing jasper reports server 6.3 on AWS with ubuntu 14.04

Hello 

I'm trying to install jaser reports server on an AWS with ubuntu 14.04 , and I get the following error 

Warning: Problem running post-install step. Installation may not complete
correctly
 Error running /opt/jasperserver/apache-ant/bin/ant import-minimal-pro: BUILD FAILED/opt/jasperserver/buildomatic/bin/import-export.xml:321:
The following erroroccurred while executing this line:/opt/jasperserver/buildomatic/bin/import-export.xml:203: Java returned: 255
Total time: 10 secondsPress [Enter] to continue:
after that I can't run the server
the segments of import-export.xml which the meesage above mentions are
<java classname="${class}" fork="true" failonerror="false" inputstring="">
<arg value="--@{type}"/>
<arg value="${archiveArg}"/>
<args/>
<jvmarg value="-Doracle.jdbc.defaultNChar=true"/>
<jvmarg value="-Dfile.encoding=UTF-8"/>
<jvmarg value="-Dnet.sf.ehcache.disabled=true"/>
<jvmarg value="-Djava.net.preferIPv4Stack=true"/>
<jvmarg value="-Xms512m"/>
<jvmarg value="-Xmx2048m"/>
<jvmarg value="-XX:PermSize=64m"/>
<jvmarg value="-XX:MaxPermSize=128m"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009"/>-->
<classpath>
<pathelement location="${importExportConfig}"/>
<fileset dir="${importExportLibDir}" includes="*.jar"/>
<fileset dir="${currentDbJDBCDir}" includes="${jdbcJar}"/>
<pathelement location="${currentConf}"/>
</classpath>
</java>
and the next one (line 321)
<target name="import-minimal-pro"
description="do import of minimal resources">
<run-import-export type="import" archive="${exportDir}/js-catalog-${dbType}-minimal-pro.zip" edition="pro" checkDBMSConnection="true"/>
</target>

any help is highly appreciated

bassel's picture
2
Joined: Jun 21 2017 - 6:21pm
Last seen: 5 years 11 months ago

1 Answer:

What Repo DB are you using? IS the default_master.properties file setting the right DB, driver and connection information?

marianol's picture
16256
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 8 months ago
Feedback