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

julianmcarlin

Members
  • Posts

    5
  • Joined

  • Last visited

julianmcarlin's Achievements

Rookie

Rookie (2/14)

  • One Month Later
  • One Year In
  • Week One Done
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I had originally had the wrong naming convention in my maven jdbc settings in the default_master.properties file which created multiple folders and files for the jdbc folder in the user/user/.m2/mysql folder. I deleted the incorrect ones and recompiled succesfully.
  2. And what are the alternatives here? My objective is just to get the webapp sample running. Can I compile only that piece of it and put it in tomcat? Can I skip the import export part?> if so, how? what do I need to comment out? Thanks
  3. Any tips? I'm feeling kind of lost been at it for a while today... [java] [iNFO] JasperServer WAR .................................. SUCCESS [2:43.912s] [java] [iNFO] JasperServer Export Import Tool ................... FAILURE [4.156s] [java] [iNFO] Jasper Server Integration Tests ................... SKIPPED [java] [iNFO] ------------------------------------------------------------------------ [java] [iNFO] BUILD FAILURE [java] [iNFO] ------------------------------------------------------------------------ [java] [iNFO] Total time: 10:43.720s [java] [iNFO] Finished at: Wed Apr 03 01:57:01 AMT 2013 [java] [iNFO] Final Memory: 180M/436M [java] [iNFO] ------------------------------------------------------------------------ [java] [ERROR] Failed to execute goal on project jasperserver-export-tool-package: Could not resolve dependencies for project com.jaspersoft.jasperserver:jasperserver-export-tool-package:jar:5.0.0: Could not find artifact mysql:mysql-connector-java-5.1.24:jar:5.1.24-bin in js-repo-svn (file://C:jasperreports-server-cp-5.0.0-srcjasperserver-repo) -> [Help 1] [java] [ERROR] [java] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [java] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [java] [ERROR] [java] [ERROR] For more information about the errors and possible solutions, please read the following articles: [java] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [java] [ERROR] [java] [ERROR] After correcting the problems, you can resume the build with the command [java] [ERROR] mvn -rf :jasperserver-export-tool-package BUILD FAILEDC:jasperreports-server-cp-5.0.0-srcjasperserverbuildomaticbindev.xml:336: The following error occurred while executing this line:C:jasperreports-server-cp-5.0.0-srcjasperserverbuildomaticbindev.xml:122: Java returned: 1 Total time: 11 minutes 4 secondsC:jasperreports-server-cp-5.0.0-srcjasperserverbuildomatic>
  4. Thanks mgeise! I think we can work with that but all of our data is in db2. I see here http://www.jaspersoft.com/sites/default/files/Jaspersoft%20Platform%20Support%20V4.7.pdf and here http://www.jaspersoft.com/sites/default/files/Jaspersoft%20Platform%20Support%20V5.0.1.pdf that db2 is not supported as the datasource. Has anyone out there connected community JasperServer to db2 datasource?
  5. I have read through the install guide for the professional version and it is very clear but my client will be using the community version (4.7 or 5). Has anyone successfully installed community version on Websphere Application Server and a non-postgresql/mysql database? What are the extra steps required? How does this affect the use of the install scripts in the war file distribution? Thanks!
×
×
  • Create New...