Hi,
I have a problem with the new JAspersoft Studio CE version.
In 6.0.3.final uploading reports with ResourceBundles work. In 6.0.4.final uploading is working, but the connection between existing resource bundles on the jasperserver and the report doesn't work. I'm asked during the upload which resources have to be uploaded. In 6.0.3. I right klick on the resource bundle and choose "Link to Resource" then I choose the right resource to connect to and everthing works fine. But in the new version the resources are not shown under the jrxmls in the jasperserver repository if the studio. And when I try to run the report I get the Error Message you see below. I tried with other locales and they didn't work either.
Kind regards
java.util.MissingResourceException: Can't find bundle for base name ApplicationResources, locale de_DE
Ablaufverfolgung für Fehler
java.util.MissingResourceException: Can't find bundle for base name ApplicationResources, locale de_DE at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1499) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1322) at java.util.ResourceBundle.getBundle(ResourceBundle.java:1028) at net.sf.jasperreports.engine.util.JRResourcesUtil.loadResourceBundle(JRResourcesUtil.java:725) at net.sf.jasperreports.engine.util.JRResourcesUtil.loadResourceBundle(JRResourcesUtil.java:607) at net.sf.jasperreports.engine.fill.JRFillDataset.loadResourceBundle(JRFillDataset.java:575) at net.sf.jasperreports.engine.fill.JRFillDataset.setParameterValues(JRFillDataset.java:612) at net.sf.jasperreports.engine.fill.BaseReportFiller.setParameters(BaseReportFiller.java:433) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:508) at net.sf.jasperreports.engine.fill.BaseReportFiller.fill(BaseReportFiller.java:393) at net.sf.jasperreports.engine.fill.JRFillSubreport.fillSubreport(JRFillSubreport.java:704) at net.sf.jasperreports.engine.fill.JRSubreportRunnable.run(JRSubreportRunnable.java:59) at net.sf.jasperreports.engine.fill.AbstractThreadSubreportRunner.run(AbstractThreadSubreportRunner.java:203) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)
Recommended Comments