craigatidealist Posted August 30, 2010 Share Posted August 30, 2010 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.ClassNotFoundExceptioncom.jaspersoft.commons.semantic.Schemacom.jaspersoft.commons.semantic.datasource.SemanticLayerFactorycom.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 More sharing options...
svedec Posted September 2, 2011 Share Posted September 2, 2011 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.jarjasperserver-api-metadata-3.7.1.jarjasperserver-api-common3.7.1.jarspring-security-core-2.0.4.jarbefore you can begin to compile your domain report.Hope that helps,Sven. Link to comment Share on other sites More sharing options...
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