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

serwe

Members
  • Posts

    4
  • Joined

  • Last visited

serwe'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. OK I have a workaround.... I converted the pdf: convert -quality 100 -density 300 input.pdf output.pdf This is working with actual Cont OS. If this is not working (becuase of an old Image-Magic-Version) try this: convert -density 300 input.pdf output.tif tiff2pdf input.tiff output.pdf By the way: on SuSe-Linux there is no problem with Printing the PDF generated with Jasper. Kind regards Stefan Serwe
  2. Hello Forum, A Report generated with Ireport creates PDF-Documents with some charts. These PDF I can print with my Windows-Printer. But if I print these PDF with Unix-Printer the charts are just black. The only way to get a correct printing is to render the chart as "image" within Ireport, but the Quality is not very fine. I read the Forum for similar Problems, but I did not find a final solution for my Problem. Perhaps anyone has a Idea for me. Thanks in advance Stefan Serwe
  3. Thanks, but I still can not complie the report. Do you have an example for me ? I think there is something worng in my installation
  4. Hello Forum, I worked for about 2 years wth Ireport 2.1. Now I installed Ireport 4.13 and I want to test the Map or HTML Component. But I have no success. Using a MAP and giving a Latitude and a Logtidue the Report can not be compiled. Error se below. The same Problem I have with html components. Using a simple html: <html><body> <p> Hallo Welt <b> fett </b> </p> </body> </html> Is there an generel Problem with these new features or have I Problems with my Installation ? Any Idea for me ? Thanks in advance Stefan Serwe ERROR HTML Errors compiling C:\Users\serwe.LUTZDOM1\report3.jasper! Compilation exceptions: com.jaspersoft.ireport.designer.compiler.ErrorsCollector@10de62e net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: calculator_report3_1329477180137_422860: 155: unexpected token: < @ line 155, column 22. 1 error at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:100) at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:188) at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:212) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:128) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:516) 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_report3_1329477180137_422860: 155: unexpected token: < @ line 155, column 22. 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:337) at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:104) at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:71) at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:236) at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:158) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:814) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:511) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:487) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:464) at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:96) ... 6 more ERROR MAP Comonent: Errors compiling C:\Users\serwe.LUTZDOM1\report3.jasper! Compilation exceptions: com.jaspersoft.ireport.designer.compiler.ErrorsCollector@8f758e net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: calculator_report3_1329476690774_601022: 155: expecting ')', found ',' @ line 155, column 25. 1 error at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:100) at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:188) at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:212) at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:128) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:516) 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_report3_1329476690774_601022: 155: expecting ')', found ',' @ line 155, column 25. 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:337) at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:104) at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:71) at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:236) at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:158) at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:814) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:511) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:487) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:464) at net.sf.jasperreports.compilers.JRGroovyCompiler.compileUnits(JRGroovyCompiler.java:96) ... 6 more
×
×
  • Create New...