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

buzzzz

Members
  • Posts

    7
  • Joined

  • Last visited

buzzzz's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. use variables. try this way: create a variable "total", initialize it to 0. Then modify it by editing the expression this way: ( $F{TYPE}=="x"||$F{TYPE}=="y"||$F{TYPE}=="z" ? $V{total}+$F{VALUE} : $V{total} ) Remember that the expression is in Java, so if your type is a String, change == by .compareTo() I hope it helps!
  2. ok, the plugin won... I tried (almost) everything, the JasperServer plugin in iReport still doesn't work. I couldn't find where the SAX exception came from... I think I will use jasperServer AND iReport singly :(
  3. I monitored my disk, and I've seen that the error could come from the fact I have no c:/..../iReport/META-INF directory, and the application tries to reach classes and files in this directory before the error occurs... is that normal? Post edited by: buzzzz, at: 2007/04/24 09:19 Post edited by: buzzzz, at: 2007/04/24 09:20
  4. Hi everybody I'm running into an error I cannot fix: I created my first report with iReport 1.3.1, picking data from a source database, everything is fine. I installed JasperServer 1.2.0 with the jasperserver-iReport plugin 1.2.0, added a new server, filled the Server Information popup with the right information (if wrong, another explicit message is shown, like "Bad credentials", (404)...) But when I try to do something on it (Explore, Add...) I got " Error: ; nested exception is: org.xml.sax.SAXParseException: White spaces are required between publicId and systemId." did I missed something? Thanks in advance,
  5. OK, sorry guys, it wasn't a problem with Jasper my mistake the PATH variable pointed on jdk1.4 and not on 1.5 (old change for another project..) That's why this exception was launched
  6. oh, and I would like to add (and I think it is probably very important) that when I start iReport, the "loading window" with the yellow rose halt on "Plugin loading" (progress bar about 90%) something's definitely wrong... ;)
  7. Hi everybody, I've seen that you solved the previous problem, but I'm having almost the same one. the different thing is that I have no icon like the one you describe before. I just have the "JasperServer Plugin" option in the "Plugin" menu, but it doesn't work, nothing append on screen and I run into an java.lang.UnsupportedClassVersionError: com/jaspersoft/jasperserver/irplugin/IRPlugin (Unsupported major.minor version 49.0) in the console. Moreover, I got this exception as well when I start iReport... I installed JasperServer 1.2.0, iReport 1.3.1 and JasperServer iReport plugin 1.2.0 and I followed step by step the installation process in the JasperServer War File Install Guide Version 1.2.0 (copying .jar, .xml..) what am I doing wrong? thanks in advance! Post edited by: mbuzon, at: 2007/04/20 12:35
×
×
  • Create New...