Jump to content
JasperReports Library 7.0 is now available ×

Problems installing JasperSoft


pwilson_1

Recommended Posts

I'm attempting to install jaspersoft on a CentOS virtual machine. I'm running Tomcat 7. When I run the ./js-install-ce.sh file I'm getting an error BUILD FAILED
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/build.xml:61: The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/setup.xml:740: The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/setup.xml:543: The following error occurred while executing this line:
/opt/jasperreports-server-cp-5.6.0-bin/buildomatic/bin/setup.xml:727: /usr/share/tomcat/lib does not exist.

This directory does exsist. It points to /usr/share/java/tomcat. When I look at line 727 in my setup.xml file, it points to <if>
                <not>
                    <available classname="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
                               classpathref="tomcatDBCPPath"/>
                </not>
                <then>
                    <var name="tomcatBasicDatasourceFactory" value="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory" />
                </then>
            </if>
            <echo message="Tomcat DBCP Factory: ${tomcatBasicDatasourceFactory}"/>

I'm new at this, so any help you can give would be appreciated.

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Is this what I need to do? It's still doing the same thing.

# Tomcat app server root dir
# appServerDir = C:\Program Files\Apache Software Foundation\Tomcat 7.0
# appServerDir = /home/devuser/apache-tomcat-7.0.26
  appServerDir = /usr/share/java/tomcat
# if linux package managed tomcat instance, set two properties below
CATALINA_HOME = /usr/share/tomcat
CATALINA_BASE = /var/lib/tomcat
 

Link to comment
Share on other sites

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...