Jump to content

iReportPro and Domains missing files


craigatidealist

Recommended Posts

Hi,

This is probably a newb question but I'm having some problems just getting started using ireport.  I am trying to make a domain report and it is telling me that I don't have the proper classfiles.

ClassNotFoundException

com.jaspersoft.commons.semantic.Schema

com.jaspersoft.commons.semantic.datasource.SemanticLayerFactory

com.jaspersoft.jasperserver.api.metadata.user.domain.User

 

Anyone know where I can get those jar files at, and if there is a place where I should go to follow some directions on this stuff or the newbie location forum.  I perused the ultimate guide but didn't find much installation instructions there.

 

Thanks in advance!

--Craig

 

Link to comment
Share on other sites

  • 1 year later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I had the same problem, and solved it.

Nevermind the "missing" errors you get in the iReport Problems Window.
Instead, look in your iReport Output Window when compiling, it will tell you which classes you're missing.
Then search in your jasperserver-pro-3.7.1/scripts/lib directory for *.jar files containing the name of the class, fi :

find . -exec grep -il AclObjectIdentity {} \;

and you will be pointed to the jars you need to include in the iReport classpath.

You will need :

ji-semantic-layer-3.7.1.jar
jasperserver-api-metadata-3.7.1.jar
jasperserver-api-common3.7.1.jar
spring-security-core-2.0.4.jar

before you can begin to compile your domain report.

Hope that helps,

Sven.
 

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