java.lang.IllegalStateException: Booting failed
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Thrown when an application is trying to use or access an object whose reference equals to null. You are probably trying to use a reference that points to no location in memory as though it were referencing an object.
Solutions on the web
via Pentaho BI Platform Tracking by Thomas Morgner, 1 year ago
via Pentaho BI Platform Tracking by Thomas Morgner, 2 years ago
java.lang.NullPointerException:
at java.util.Hashtable.put(Unknown Source)
at java.util.Properties.setProperty(Unknown Source)
at java.lang.System.setProperty(Unknown Source)
at org.pentaho.reporting.designer.core.settings.ProxySettings.applySettings(ProxySettings.java:260)
at org.pentaho.reporting.designer.core.ReportDesignerBoot.performBoot(ReportDesignerBoot.java:112)
at org.pentaho.reporting.libraries.base.boot.AbstractBoot.start(AbstractBoot.java:197)
at org.pentaho.reporting.designer.core.ReportDesigner.main(ReportDesigner.java:297)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)