pwilson_1 Posted September 28, 2017 Posted September 28, 2017 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.
hozawa Posted September 28, 2017 Posted September 28, 2017 The message is saying "usr/share/tomcat/lib" does not exists (not /usr/share/java/tomcat). I think you're missing "java" in your default_master.properties file "appServerDir" setting.
pwilson_1 Posted September 29, 2017 Author Posted September 29, 2017 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 belowCATALINA_HOME = /usr/share/tomcatCATALINA_BASE = /var/lib/tomcat
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now