Jump to content
We've recently updated our Privacy Statement, available here ×

Error installing jasper reports server 6.3 on AWS with ubuntu 14.04


bassel

Recommended Posts

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:[/code]
BUILD FAILED/opt/jasperserver/buildomatic/bin/import-export.xml:321: [/code]
The following erroroccurred while executing this line:/opt/jasperserver/buildomatic/bin/import-export.xml:203: Java returned: 255Total time: 10 secondsPress [Enter] to continue:[/code]
 
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 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...