Jump to content
Changes to the Jaspersoft community edition download ×

gsxstylee

Members
  • Posts

    15
  • Joined

  • Last visited

gsxstylee's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  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. Never mind, I was attempting to set the default value of the collection to an empty string, it works fine if you do not do this /tools/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
  3. 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
  4. 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?
  5. 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
  6. 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.
  7. 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
  8. Thanks Lucian, I actually just figured it out earlier today looking through the full api description, it wasn't quiet as well presented in the web services pdf.
  9. If you are trying to do it using java check out the ireport plugin code theres a good amount of wsclient usage in it. If you are looking for something more specific let me know and I've probably done it within these last two weeks.
  10. 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
  11. 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.
  12. 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
  13. No, theres no messages that show up. I tried it with a non-admin account as well and it still didn't work. Post edited by: gsxstylee, at: 2008/07/09 17:13
  14. 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...