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

gsxstylee

Members
  • Posts

    15
  • 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 gsxstylee

  1. Yes, this happens on my computer as well. The newest version seems to have fixed it, although for creating the reports it takes some getting used to after using 3.0.0. I don't think there is any fix besides upgrading.

  2. Hmm, I've tried doing this both ways and for some reason i'm still getting errors, if I set my parameter as a string I get

    java.lang.ClassCastException: java.lang.String

     

    If I set it as a collection I get

     

    com.jaspersoft.jasperserver.api.JSExceptionWrapper: Errors were encountered when compiling report expressions class file: 1. Cannot cast from String to Collection value = (java.util.Collection)("");//$JR_EXPR_ID=0$ <------------------------> 2. Cannot cast from String to Collection value = (java.util.Collection)("");//$JR_EXPR_ID=0$ <------------------------> 3. Cannot cast from String to Collection value = (java.util.Collection)("");//$JR_EXPR_ID=0$ <------------------------> 3 errors

     

    I am using a multi-select query control that selects names from a table of names, and I am trying to return rows which contain the names I've selected

    The Actual type of the field returned for the control is varchar2




    Post Edited by gsxstylee at 08/07/2009 15:46
  3. vickirk
    Wrote:

    Hi,

    You could try setting a java jvm option on the command used to start iReprt, e.g. try

      ireport -J-Xmx512m

    If you are are wnidows you will probably have to modify the shortchut via right click>properties, then add the " -J-Xmx756m" (without quotes but with space) to the end of the target field.

    If that doesnt work try increasing the number. Hope this helps.

    Regards, Vic

     

    I noticed that this does not work anymore, is there another place where the heap size is set now?

  4. Is there some sort of intermediate step? I am getting the error:

    it.businesslogic.ireport.utils.misc cannot be resolved to a type

     

    I eventually hope to place this report in the jasper-server and schedule it to auto-run.


    I am trying to pass this connection under the properties of the subreport, connection/data source expression.

     

    Thanks

  5. Hey Everyone,

         I am currently working with iReport version 3.0 and I was wondering how to get my sub-report to query a different JDBC data source. I am guessing you pass it as a parameter into the data source expression but I have been unable to figure out how to configure the parameter. I am also using a different driver to access the second JDBC connection.

     

  6. Hello everyone,

     I am trying to execute a report file and it works fine in ireports. However, when I try to run it in jasperserver I get the following error:

    com.jaspersoft.jasperserver.api.JSExceptionWrapper: Error evaluating expression : Source text : $F{LAST_MODIFIED}.timestampValue()

    net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : $F{LAST_MODIFIED}.timestampValue()

    java.lang.ClassCastException: oracle.sql.TIMESTAMP

  7. I changed the read/write permissions in the root of the repository. To retrieve the files I am using the axis calls through the web services.

     

    UPDATE: Problem Fixed! For future reference for anyone else encountering this all you need to do is pass the NO_SUBRESOURCE_DATA_ATTACHMENTS argument and then for the path you set /[yourdirectory]/[yournameofsavedresource].html_files/px

    Post edited by: gsxstylee, at: 2008/07/16 15:17

  8. Hey everyone,

    I was wondering if there was a work around when you use the web services .get method in java, so that it doesn't only return the px gif, but returns the whole html file. Right now i'm calling a saved report thats already rendered in html, and I checked the data coming back the gif file code is on top, and then the html is all below, but it doesn't return the bottom with all the html.

  9. I fixed it by changing the root permissions. Now I'm able to retrieve the xls file but whenever I try to retrieve the Html file I get

    GIF89a  Ã·     â‚¬   â‚¬ â‚¬â‚¬   â‚¬â‚¬ â‚¬ â‚¬â‚¬â‚¬â‚¬â‚¬Ã¼                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Ã€Ã€Ã€Ã¿   Ã¿ Ã¿Ã¿   Ã¿Ã¿ Ã¿ Ã¿Ã¿Ã¿Ã¿Ã¿!ù   ,         ;

    The html file works fine if I run the saved resource on the server.

    Post edited by: gsxstylee, at: 2008/07/10 18:04

  10. Hey Everyone,

    I'm running jasper server 2.1 and anytime I try to execute a report (through the schedule->run now) and save it through the jasper server UI it doesn't create any new files. However, if I try to run the test report(that comes bundled with the server) it will work fine, and save the files. I've allowed for maximum permissions (administrator) on the reports as well as the folders I am using but still no luck. I have tested and seen that the reports do execute if I just click on them.

    Post edited by: gsxstylee, at: 2008/07/09 16:26

×
×
  • Create New...