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

ankurj

Members
  • Posts

    4
  • Joined

  • Last visited

ankurj's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. i have tried this as well and put the jar file in jboss lib folder and when ran the report same issue. BTW what do you mean by package with your application? when that .jar solution did not work i installed font on one unix machine , it worked. but when installing another unix machine for UAT, JVM is again not picking fonts.
  2. I am planning to generate .xlsx type report instead of .xls kind, so upgraded jasperreport3.0.0 to jasperreport 4.0.0. After change in code accordingly i am able to generate reports in .xlsx format on my local windows env. But when i deploy it on unix box it gave me below exception. " net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM." In order to resolve above issue i manually installed true type fonts on the unix and it started working. Now i am deploying same .EAR file and required jar files on other server , install msttffonts manually like before, reports are again not able to generate and getting same issue " net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM.". Both unix boxes are of same version and also same jboss version pointing to same jdk. can anybody help me what i am doing wrong here or m i missing any configuration.
  3. i am opening jasper report by calling a web service on different window, and there i have given some SOP statements for tracing where exactly code is going if i close that window directly, instead when i close that window, on the server consol report generating logs did not stopped until report completly fill. Any idea what is going on there??
  4. Hello , I am useing jasper report version 3.0.0, and facing mejor problem in performance on production. When i am running very large report which is taking more than a hour to generate, if i logged off from application or close the report window, it still is running in the background, i see this in logs file. In this case it will not closing the database connection until it got completed. which it should close in case of abouve conditions. Can anybody help me here how can i close database connection if application logged out or closed the report window. Thanks in Advance. ...Ankur
×
×
  • Create New...