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

Getting compile error when trying to preview


halex

Recommended Posts

Just installed Jaspersoft Ireport and am trying to get a feel for it as I have a client that is potentially interested in useing it.  I've successfully installed it and have set up a connection to a sample database that I have on a MySQL VM that's hosted on my workstation.  I have a query that pulls 1 row from a customer data table and displays just the first and last name of the customer on the report.

When I click on preview I get the error below.  Please note that all I have installed at this point is ireport.  I also have Java and the JDK installed on this machine.  Please let me know if there is anything else I need to make this work.

Errors compiling C:\baldhead\projects\jasper\ireport\report1.jasper!

Compilation exceptions: com.jaspersoft.ireport.designer.compiler.ErrorsCollector@7c06ab  net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, calculator_report1_1280343181334_653022: 179: unexpected token: : @ line 179, column 50. 1 error      at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits

(JRGroovyCompiler.java:101)     at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:188)     at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:215)     at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:131)     at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:514)     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_report1_1280343181334_653022: 179: unexpected token: : @ line 179, column 50. 1 error      at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:296)     at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:143)     at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:113)     at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:125)     at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:348)     at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:85)     at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:244)     at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:143)     at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:772)     at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:438)     at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:97)     ... 6 more
Compilation running time: 176!

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

UPDATE:

This problem only occurs when I use a Text Fields.  If I just pull fields from the DB query it works fine, but as soon as I use a standard text field to add static text to the report I get this error.

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...