Jump to content

Ching Ice-creaming

Members
  • Posts

    76
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by Ching Ice-creaming

  1. Hi, there,

    Recently I have made an open source portlet called "JasperRocks" which is compatible with Apache Jetspeed, Apache Pluto, eXo platform, JBoss GateIn and Liferay and uPortal.

    http://code.google.com/p/jasperrocks

    It is a RESTful thin client connecting with JasperReports Server 4.7.0 or after.

    I wish to add more features in future if I have spare time. Thank you for your attention.

    Ching

  2. Add  -Djava.awt.headless=true into your JAVA environment of your web server.

    For exmple, I add it into setenv.sh of $TOMCAT_HOME/bin, here is my setenv.sh under Linux:

    JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -d64 -Xms1024m -Xmx2048m -XX:PermSize=32m -XX:MaxPermSize=128m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled

  3. Unable to delete file /opt/jasperreports-4.6.0/demo/samples/barbecue/build/classes/BarbecueApp.class

     

    The last sentence of error message show your user account don't have delete right at Linux.

  4. Hi, Oliver,

    Sorry for my poor English, I cannot understand your questions.

    1. Does your first question mean data migration from PostgreSQL to MySQL ? If so, there is many data migration tools outside, for example: http://www.lightbox.ca/pg2mysql.php

    2. You said your purpose to run juse one database on you JasperServer. Which one ? PostgresSQL or MySQL.

    For instance, once I install JasperServer with PostgreSQL at Tomcat, there is a database called jasperserver at postgresql.
    If you have just wished your reports connecting to other MySQL database, you need to add MySQL jdbc driver into the directory $TOMCAT_HOME/lib first. All resource, user and report unit data are still stored at PostgreSQL side.

    JasperServer guide is clear for normal installation only.

    Ching



    Post Edited by icecreaming at 2012-07-15 17:05
  5. commons-beanutils-1.8.0.jar

    iText-2.1.7.jar

    jxl-2.6.10.jar

    poi-ooxml-schemas-3.7-20101029.jar

    commons-collections-2.1.1.jar

    jasperreports-4.6.0.jar

    png-encoder-1.5.jar

    commons-digester-2.1.jar

    jasperreports-fonts-4.6.0.jar

    poi-3.7-20101029.jar

    commons-logging-1.1.1.jar

    jdt-compiler-3.1.1.jar

    poi-ooxml-3.7-20101029.jar

    velocity-1.7-dep.jar

     

    I make use pom.xml of Maven to get jars of JasperReport 4.6.0

    <dependency>

    <groupId>net.sf.jasperreports</groupId>

    <artifactId>jasperreports</artifactId>

    <version>4.6.0</version>

    </dependency>

     

  6. gdmoreno,

    I like your comment. Although I don't use BigQuery, jaspersoft-bigquery-datasource is an example of building another data source.

    Matt Dahlman has told me that this official Jaspersoft connector will announce soon.

    http://allfacebook.com/files/2012/05/BlueLikeIcon.jpg

    Ching

     

×
×
  • Create New...