Вчера обновился, теперь при формировании стандартных отчетов получаю
Код:
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM. See the Javadoc for more details.
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.util.JRFontUtil.checkAwtFont(JRFontUtil.java:358)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.util.JRStyledText.getAwtAttributedString(JRStyledText.java:225)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.TextMeasurer.measure(TextMeasurer.java:326)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFillTextElement.chopTextElement(JRFillTextElement.java:1151)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFillStaticText.prepare(JRFillStaticText.java:183)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:329)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:419)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:367)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillFixedBand(JRVerticalFiller.java:2089)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillPageFooter(JRVerticalFiller.java:1012)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillPageBreak(JRVerticalFiller.java:1914)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBreak(JRVerticalFiller.java:1960)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2068)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:760)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportContent(JRVerticalFiller.java:290)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:132)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:946)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:864)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:84)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:624)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at net.sf.jasperreports.engine.JasperFillManager.fillReportToStream(JasperFillManager.java:582)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.reports.BGJasperReport.fillReportToStream(BGJasperReport.java:156)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.reports.BGJasperReport.fillReportToStream(BGJasperReport.java:147)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.reports.Report_Payment.fillReportToStream(Report_Payment.java:129)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.reports.action.ActionReport.doAction(ActionReport.java:56)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
01-23/10:42:04 ERROR ["http-bio-/0.0.0.0-8080"-exec-9] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
Подскажите, как исправить.

