com.bc.ceres.core.CoreException: java.lang.NullPointerException
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
Solutions on the web
via nasa.gov by Unknown author, 1 year ago
java.lang.NullPointerException:
at gov.nasa.gsfc.seadas.processing.core.OCSSW.downloadOCSSWInstaller(OCSSW.java:113)
at gov.nasa.gsfc.seadas.processing.core.OCSSW.checkOCSSW(OCSSW.java:60)
at gov.nasa.gsfc.seadas.processing.general.CallCloProgramAction.configure(CallCloProgramAction.java:63)
at com.bc.ceres.core.runtime.internal.ConfigurationElementImpl.createExecutableExtension(ConfigurationElementImpl.java:118)
at org.esa.beam.BeamCoreActivator.loadExecutableExtensions(BeamCoreActivator.java:141)
at org.esa.beam.BeamUiActivator.registerActions(BeamUiActivator.java:170)
at org.esa.beam.BeamUiActivator.start(BeamUiActivator.java:71)
at com.bc.ceres.core.runtime.internal.ModuleStarter.runImpl(ModuleStarter.java:70)
at com.bc.ceres.core.runtime.internal.ModuleStarter.run(ModuleStarter.java:41)
at com.bc.ceres.core.runtime.internal.ModuleImpl.start(ModuleImpl.java:465)
at com.bc.ceres.core.runtime.internal.RuntimeImpl.startModules(RuntimeImpl.java:381)
at com.bc.ceres.core.runtime.internal.RuntimeImpl.start(RuntimeImpl.java:129)
at com.bc.ceres.core.runtime.RuntimeLauncher.launch(RuntimeLauncher.java:42)
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 com.bc.ceres.launcher.Launcher.launch(Launcher.java:151)
at com.bc.ceres.launcher.Launcher.main(Launcher.java:56)
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 com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)