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

rayfan

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by rayfan

  1. Hi,

    I've just checked out the jasperserver source from svn trunk onto a windows machine and following the build community edition source build guide.  I have edited and am using the settings.xml that is a part of the svn code.

    I'm hitting a compilation error in the jasperserver-jar-war

    [iNFO] Compiling 209 source files to G:\Projects\Jaspersoft\jasperserver\trunk\jasperserver-war-jar\target\classes[iNFO] ------------------------------------------------------------------------[ERROR] BUILD FAILURE[iNFO] ------------------------------------------------------------------------[iNFO] Compilation failureG:\Projects\Jaspersoft\jasperserver\trunk\jasperserver-war-jar\src\main\java\com\jaspersoft\jasperserver\war\OlapPrint.java:[260,46] cannot find symbolsymbol  : method getDefaultHandler()location: class org.apache.fop.apps.FopG:\Projects\Jaspersoft\jasperserver\trunk\jasperserver-war-jar\src\main\java\com\jaspersoft\jasperserver\war\OlapPrint.java:[260,46] cannot find symbolsymbol  : method getDefaultHandler()location: class org.apache.fop.apps.Fop

    This is after I added a dependency into the pom file.

    <dependency>    <groupid>org.apache.xmlgraphics</groupid>    <artifactid>fop</artifactid>    <version>0.95</version></dependency>

    I don't seem to be able to resolve the symbols.

    Any suggestions appreciated.

    Thanks.

  2. I think that I've seen this before.

    If you used a copy command it may have missed the hidden .folder.xml files in each ressource directory.

    You can try to export to zip file; copy the zip to the target machine and use the import from zip option (--input-zip=) or ensure that all of the contents in the exported folders, including hidden files, are copied.

  3. I've not tried to install on tomcat 6 but your log is suggesting that the variable java.io.tmp can't be resolved.  In tomcat 5 this was set in catalina.sh to $CATALINA_TMPDIR as a defined start-up command line option.

    Can you check the options that are used to start tomcat?  Maybe take a look at the /etc/init.d/tomcat file or the catalina.sh file.

  4. It looks like your original installation created the empty schema but didn't manage to import the sample meta data into the repository.  You need to identify why this import failed before attempting to load the data again.

    The js-import.sh script is located in the apps/jasperserver/scripts directory (at least on my instance it is).  There is a config/js.jdbc.properties file in which the database connection details are specified.

    Execute the js-import.sh script for example, ./js-import.sh --input-dir ./js-catalog

    It would probably be easier to try and reinstall first.

    Code:
    Usage: ./js-import.sh [OPTIONS]Options:  --help          Print this help.  --input-dir     Input folder.  --input-zip     Input zip file.  --prepend-path  String to prepend to a URI path for all imported resources.  --update        Specifies that existing repository resources should be updated by catalog resources.
  5. This post would have proved useful to me, if only it was a few days earlier :)

    I hadn't gotten around to posting my findings.

    I did find that I need the pear Net_DIME package to be able to export reports in various formats.

  6. I just downloaded the japerserver-3.0-bin.zip and it is included in the archive in the directory jasperserver-3.0-bin/scripts/.

    You should have a copy of the scripts directory included with your version of Jasperintelligence, although I'm not familiar with it.

    It is important that the lib and conf directories under scripts are up-to-date with the application as  I have had problems when there has been a mismatch.

    If you are migrating from one version to a similar version on the same hardware and operating system platform you might consider a metadata repository backup and restore.  I'm sure it's possible but I've only ever done it with Ingres.

×
×
  • Create New...