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

Errors while building jasperserver 3.5 code


madhavig

Recommended Posts

Hi,

I am getting following error while building the code.

-------------------------------------------------------------------------------------------------------

Missing:

 

----------

 

1) jasperreports:jasperreports:jar:3.5.0-Mondrian-3.1.1

 

 

  Try downloading the file manually from the project website.

 

 

  Then, install it using the command:

 

      mvn install:install-file -DgroupId=jasperreports -DartifactId=jasperreport

 

s -Dversion=3.5.0-Mondrian-3.1.1 -Dpackaging=jar -Dfile=/path/to/file

 

 

  Alternatively, if you host your own repository you can deploy the file there:

 

 

      mvn deploy:deploy-file -DgroupId=jasperreports -DartifactId=jasperreports

 

-Dversion=3.5.0-Mondrian-3.1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=

 

-DrepositoryId=[id]

 

 

  Path to dependency:

 

        1) com.jaspersoft.jasperserver.api.metadata:jasperserver-api-metadata:ja

 

r:3.5.0

 

        2) jasperreports:jasperreports:jar:3.5.0-Mondrian-3.1.1

 

 

2) jaspersoft.ji-pro.ji-jpivot-ui:ji-jpivot:jar:3.5.3

 

 

  Try downloading the file manually from the project website.

 

 

  Then, install it using the command:

 

      mvn install:install-file -DgroupId=jaspersoft.ji-pro.ji-jpivot-ui -Dartifa

 

ctId=ji-jpivot -Dversion=3.5.3 -Dpackaging=jar -Dfile=/path/to/file

 

 

  Alternatively, if you host your own repository you can deploy the file there:

 

 

      mvn deploy:deploy-file -DgroupId=jaspersoft.ji-pro.ji-jpivot-ui -Dartifact

 

Id=ji-jpivot -Dversion=3.5.3 -Dpackaging=jar -Dfile=/path/to/file -Durl= -D

 

repositoryId=[id]

 

 

  Path to dependency:

 

        1) com.jaspersoft.jasperserver.api.metadata:jasperserver-api-metadata:ja

 

r:3.5.0

 

        2) jaspersoft.ji-pro.ji-jpivot-ui:ji-jpivot:jar:3.5.3

 

 

----------

 

2 required artifacts are missing.

 

 

for artifact:

 

  com.jaspersoft.jasperserver.api.metadata:jasperserver-api-metadata:jar:3.5.0

 

 

from the specified remote repositories:

 

  JasperForge Maven Repository (http://jasperforge.org/svn/repos/maven2),

 

  central (http://repo1.maven.org/maven2),

 

  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2),

 

  js-repo-svn (file:/home/devuser/js-builds/jasperserver-repo),

 

  Repo1 Maven (http://repo1.maven.org/maven2/

 

----------------------------------------------------------------------------------------------

 

I am not able to find these two jars any where.

1. jasperreports:jasperreports:jar:3.5.0-Mondrian-3.1.1

2. jaspersoft.ji-pro.ji-jpivot-ui:ji-jpivot:jar:3.5.3

 

Thank you

-Madhavi

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Yes, the mondrian version used in trunk has been upgraded recently.

 

The public maven repository needs to get updated with this version. I can do that monday...

 

Can you build with a Tagged version in the meantime? (Of course, I figure you are building trunk/HEAD because that's what you want to use ;-)

 

 

Link to comment
Share on other sites

Hi Madhavi,

 

I just got the JasperForge Pubic Maven repo updated with the most current artifacts. I also made an update to the jasperserver source code so that two of the pom.xml files now point to jasperreports/jasperreports/3.5.2 (which is the current release from the JasperReports project). Previously, the pom.xmls were pointing to 3.5.2-SNAPSHOT.

 

The new code (the pom.xml files) has not been pushed out to JasperForge's jasperserver svn repository yet. So, it builds on my local Dev env. Should get updated in the next 10 minutes or so then everything should be clean.

 

Hey, the other good news is that I just got a Continuous Integration job in place to build the JasperForge jasperserver trunk/HEAD code. So, now if any artifacts are missing from the JasperForge Public maven repo - I'll get notified and fix.

 

Cheers,

-Tony

Link to comment
Share on other sites

  • 1 month later...

Hi,

Is there a way to get the ji-jpivot-3.5.0.jar source code?, because the jasperforge svn repository doesn't have it. We were talking with many users which want dual axis or multiple axis charts on jpivot, but the jasperserver community and professional edition doesn't have these charts. We want extent it adding dual axis in the jpivot that you use in the software but without the source code is really tricky. Thanks a lot.

Regards,

 

Fernando Ocampo

 

The image was taken from http://www.jfree.org/jfreechart/images/DualAxisDemo1.png

Link to comment
Share on other sites

hi Madhavi,

 

could you tell me what is the cause of this error?

 

"javax.servlet.jsp.el.ELException: An error occurred while getting property "result" from an instance of class com.tonbeller.jpivot.tags.OlapModelProxy"

 

i am loaded cube into jasperserver with out any errors,i am trying to view i got that above error?

 

let me know pls......

 

Regards

shiva

 

Link to comment
Share on other sites

  • 4 years later...

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