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

magsam

Members
  • Posts

    4
  • Joined

  • Last visited

magsam'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. Thank you for yout advice. I have done exactly like it‘s written in chapter 9. It works fine in jasper standalone. In combination with my webapplication i get now this message Information: context net.sf.jasperreports.engine.util.JRFontNotFoundException: Font "Arial Unicode MS" is not available to the JVM. See the Javadoc for more details. It is in the JVM of Jasper but not im the webapp [/code] Some more details. The maven dependency <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.4.1</version> </dependency> <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports-fonts</artifactId> <version>6.0.0</version> </dependency> I call jasper with final JasperPrint jasperPrint = JasperFillManager .fillReport(dateinameA, hm, gCon); // Export to PDF. JasperExportManager.exportReportToPdfFile(jasperPrint, outFileName); Jasper calls C:UserspeterJaspersoftWorkspaceMyReports No connection to the font. The „Arial Unicode MS.jar“ is stored in the Java Build Path of my project. Here you can see jasper combined with primefaces in my web app. Call http://osretail.de/osRetail/ choose Sprache (language) english, login ,choose in the menue reports, click on report and in this dialog click on the button beside the dropdownlist (dont change the dropdownlist). Now you will understand my problem. Maybe you have a tipp. regards from Bavaria Peter
  2. I have configure new font family in JasperSoft Studio 6.4.0 .. It works all fine when I generate the report in Jasper Studio. I saved the jar in the classpath variables of my webproject - I use eclipse oxygen. When I start the report in my webapplication I get the bug: context net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression for source text: $F{Adressen} . The report has no path to the new font. How can I make the path to the new font available.? Thanks for the help Regards Peter
  3. my mistake I did not use the user and password from the jasperserver . Now it works . in the documenetation which i bought its described not ver clear
  4. Hi Community, I try to connect iReport 2.02 with the JasperServer using the JasperServer Plugin. Its all bundelt to make a mistake with this connection is really impossible. Its really simple if it would work. Is there suggstion to make it work? Thank you Peter
×
×
  • Create New...