Building JasperServer 6.0.1 on Redhat Linux - failing

Hasy anyone else encountered this problem?

Linux Red Hat 6.2 

> ./js-ant clean-config

> ./js-ant build-ce

[java] [ERROR] Failed to execute goal on project jasperserver-api-common: Could not resolve dependencies for project com.jaspersoft.jasperserver.api.common:jasperserver-api-common:jar:6.0.1: Failed to collect dependencies at org.jboss.teiid:teiid-engine:jar:8.8.1: Failed to read artifact descriptor for org.jboss.teiid:teiid-engine:jar:8.8.1: Could not find artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Alpha1-redhat-4 in js-repo-svn (file:///home/console/installs/jasperreports-server-6.0.1-src/jasperserver-repo) -> [Help 1]

Thanks in advance.

joshuatoepfer@yahoo.com's picture
Joined: Apr 2 2015 - 4:38am
Last seen: 2 years 2 months ago

Just to follow this with a note.  The pom does exist in the jasperserver-repo and in the correct location.

joshuatoepfer@yahoo.com - 8 years 2 months ago

2 Answers:

I found I had two issues.  The first was security for the user I was trying to run the build process.  Once I got that all worked out. I found a second problem, which was the one above.  I actually found a work around.  The default_master.properties file has a property called maven-localrepo-path.  If this is set to the path of where the jasperserver-repo is located it seems to pick up the artifact correctly.  The maven process must have not been retrieving the pom correctly or maybe it was my adding the jboss repo to my settings.xml.  I did both so either could have fixed the problem.

joshuatoepfer@yahoo.com's picture
Joined: Apr 2 2015 - 4:38am
Last seen: 2 years 2 months ago

It may be because RedHat 6.0.x is not included as a supported platform by Jaspersoft.

Check the following document for supported platforms:

http://community-static.jaspersoft.com/sites/default/files/docs/jasperso...

hozawa's picture
177517
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 12 months ago

I looked at the doc you posted. It seems that the installer is not supported on our version of Red hat, which is fine. But I'm building the project from source.

joshuatoepfer@yahoo.com - 8 years 2 months ago
Feedback
randomness