richard.w.leir Posted August 3, 2021 Posted August 3, 2021 HiStudio is giving me this:java.lang.NullPointerException at net.sf.jasperreports.eclipse.builder.JasperReportCompiler.setValidationMarkers(JasperReportCompiler.java:332) at net.sf.jasperreports.eclipse.builder.JasperReportCompiler.compileReport(JasperReportCompiler.java:294) at com.jaspersoft.studio.data.jrdsprovider.JRDSProviderFieldsProvider.getFields(JRDSProviderFieldsProvider.java:51) at com.jaspersoft.studio.data.jrdsprovider.JrdsProviderDataAdapterDescriptor.getFields(JrdsProviderDataAdapterDescriptor.java:56) at com.jaspersoft.studio.data.ui.EmptyWizardDataEditorComposite.readFields(EmptyWizardDataEditorComposite.java:69)There are many things in my setup which might be causing this, so what should I check first. In some other open source project I could have a look at line 332 and figure out what I have done wrong quickly. But where is the source code for JasperReportCompiler.java? My next step will be to read more documentation. Then compare my jrxml with some known good jrxml.thanks -- Rick
richard.w.leir Posted August 9, 2021 Author Posted August 9, 2021 Now I get it, maybe. This uses the GoF Builder pattern to create JasperReportCompiler?https://stackoverflow.com/questions/29493898/automatically-create-builder-for-class-in-eclipse
richard.w.leir Posted August 12, 2021 Author Posted August 12, 2021 Ok, the source code is in a jar in plugins/src
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now