Opening .dim files &. safe files

Opening either of these file types in SNAP is giving me the following error:
java.lang.ClassNotFoundException: ucar.nc2.util.DebugFlagsImpl
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
Caused: java.lang.ClassNotFoundException: ucar.nc2.util.DebugFlagsImpl starting from ModuleCL@2fee7b63[org.esa.snap.seadas.seadas.reader] with possible defining loaders [ModuleCL@4e3654ec[org.esa.s3tbx.s3tbx.landsat.reader]] and declared parents [ModuleCL@5fd1f4db[org.esa.snap.ceres.core], ModuleCL@1b888e9d[org.esa.snap.snap.core], ModuleCL@51666bef[org.esa.s3tbx.s3tbx.merisl3.reader], ModuleCL@63d932c8[org.esa.snap.snap.ui], ModuleCL@5983dd57[org.esa.snap.snap.netcdf]]
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
at java.lang.ClassLoader.loadClass(Unknown Source)
Caused: java.lang.NoClassDefFoundError: ucar/nc2/util/DebugFlagsImpl
at gov.nasa.gsfc.seadas.dataio.L1BGociProductReaderPlugIn.getDecodeQualification(L1BGociProductReaderPlugIn.java:69)
at org.esa.snap.rcp.actions.file.ProductOpener.lambda$getPluginsForFile$2(ProductOpener.java:265)
at java.util.Iterator.forEachRemaining(Unknown Source)
at org.esa.snap.rcp.actions.file.ProductOpener.getPluginsForFile(ProductOpener.java:264)
at org.esa.snap.rcp.actions.file.ProductOpener.openProductFilesCheckOpened(ProductOpener.java:222)
at org.esa.snap.rcp.actions.file.ProductOpener.openProduct(ProductOpener.java:179)
at org.esa.snap.rcp.actions.file.OpenProductAction.execute(OpenProductAction.java:126)
at org.esa.snap.rcp.actions.file.OpenProductAction.actionPerformed(OpenProductAction.java:111)
at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:202)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
[catch] at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

If someone could just help me figure out whether it is a software error or dataset error. Thanks

image
Also occurring when loading graphs

Both extensions could be opened in general, but would you please to give more details about these two products, what kind of pre-processing did you apply? the full identifier name of both?


This is the graph I’m trying to process. The error occurs as soon as I open Graph Builder.

But this is different error to what you have mentioned in your previous post, anyhow, reset the SNAP, and close all related directories, and folders and reopen it again.

But does your machine has good properties to run this graph in one time?

Yes,I’m using a VM. The problem was solved by simply uninstalling and reinstalling SNAP. Thanks for your reply.