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

mreed_1

Members
  • Posts

    4
  • Joined

  • Last visited

mreed_1's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. here's the whole thing: net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: calculator_Collection32Invoice32List32with32Balance32Due_1378761430162_581252: 217: unexpected token: Bill @ line 217, column 22. 1 error at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:113) at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:201) at net.sf.jasperreports.engine.JasperCompileManager.compile(JasperCompileManager.java:240) at net.sf.jasperreports.engine.JasperCompileManager.compileToFile(JasperCompileManager.java:156) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:439) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:528) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997) Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: calculator_Collection32Invoice32List32with32Balance32Due_1378761430162_581252: 217: unexpected token: Bill @ line 217, column 22. 1 error at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302) at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:149) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:119) at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:131) at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:359) at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:141) at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:107) at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:236) at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:161) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:900) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:564) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:540) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:517) at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:109) ... 7 more so how is there an error on line 217, column 22 when the line at that position is "" ??
  2. Were you able to get it to work? I'm trying to do the same thing in the same version without sucess.
  3. I've read a lot of help/tutorial/answers on this topic but I'm still lost in the dark. It may be due to a lack of sleep on this project. In very specific terms here is where I am and what I need...Sorry if this is jumbled... I have a report called "Requested Letters" that breaks down a few tables. I'm trying to get a column of ID's ("$F{REQUEST_ID}") to be links over to another report "Dereg Letter". Requested letters asks for an account number already and Dereg letter is asking for a request id(From requested letters eventually). Both reports are on Jasperserver in the repository already and in the same folder/path /words/are/changed/for/security/reasons ("reasons" being either report name). so.... I know I right click on "request_id" and select hyperlink. I go to "Link Parameters" and set up the field for "request_id"(named "request") to be one parameter but after that is where I go blank. Input controls for Dereg Letter are already set on the server as "request" and are not mandatory, visible, or read only. Any help pointing me in the right direction would be greatly appreciated.
  4. Getting a compilation error "com.jaspersoft.ireport.designer.compiler.ErrorsCollector@459cba" on line 161. Xml file lists line 45 as the greatest value. Where is this magical line 161 hiding so I can go and correct it?
×
×
  • Create New...