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

saigkill

Members
  • Posts

    3
  • Joined

  • Last visited

saigkill's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hello. Currently i have a report which shows the database driver name instead of the chosen content in the SQL Statement. Maybe anyone has seen such error and knows how to fix them?
  2. Hi. Thank you very much for answering. I tried to replace ($F{SHeft}.equals(Boolean.TRUE.toString())) ? "Ja" : "Nein with your proposed (Boolean.TRUE.toString()).equals($F{SHeft}. Sadly i'm getting the same error again. That are the current used reports: Main: Bewertung.jrxml: https://pastebin.com/mMvSLYWLSub: BewertungBild2.jrxml: https://pastebin.com/Tqvwed6FSub: BewertungMinder.jrxml: https://pastebin.com/XahE2kduMain: LGutachten.jrxml: https://pastebin.com/xCdPC7zkSub: LGBild2.jrxml: https://pastebin.com/gp3LhCiCSub: LGutachtenMinder.jrxml: https://pastebin.com/ThcyyL6K[/code]It fails now each time if its running. Maybe anyone can imagine what happens?
  3. Hello, currently i'm trying to get a report to run. Actually i'm getting: 22-May-2018 16:50:18.531 INFORMATION [ajp-nio-8009-exec-5] com.engomo.server.licence.LicenceValidator.isClientAllowedToConnectInternal re-connect from client "MyFlow365_1"(DA026B41-DEF0-420C-8478-CAD7F077867E1023786)22.05.2018 16:38:4122-May-2018 16:51:02.320 SCHWERWIEGEND [ajp-nio-8009-exec-7] net.sf.jasperreports.engine.fill.JRFillSubreport.prepare Fill 1: exceptionjava.lang.NullPointerException at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:138) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:551) at net.sf.jasperreports.engine.fill.BaseReportFiller.fill(BaseReportFiller.java:393) at net.sf.jasperreports.engine.fill.JRFillSubreport.fillSubreport(JRFillSubreport.java:728) at net.sf.jasperreports.engine.fill.JRSubreportRunnable.run(JRSubreportRunnable.java:58) at net.sf.jasperreports.engine.fill.AbstractThreadSubreportRunner.run(AbstractThreadSubreportRunner.java:216) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Can anyone help me to identify the problem? Main Report: https://pastebin.com/C4DuEdN6Subreport: https://pastebin.com/LiJiKJNTSubreport: https://pastebin.com/T7mY7rDG[/code]
×
×
  • Create New...