I am brand new to KNIME after receiving a how-to manual for machine learning using the platform. That said, it is entirely possible, and even probable, that I'm doing something wrong here but the application crashes every single time I try to browse for a file when double clicking either the File Reader or CSV reader. I'm not sure if I'm doing that incorrectly, although I don't believe I am doing anything wrong. For some extra reference, here are the last few lines of the log file before the crash:
Hello Vincenzo, thank you for responding! I am using version 3.4. This occurs before I can even open a file, it happens when I hit the button to browse in either the CSV or File loader. KNIME crashes when I hit the browse button in either case.
I have the same issue on my machine. I am running Windows 10 Enterprise - the problem persists now even after the Fall creator´s update. I have tried to install 64 and 32-bit versions of Knime 3.3.3 and 3.3.4 - no difference, opening csv or File load leads to an instant crash.
I attach the log from newly created worksflow with only one node created - CSV Reader. In the Input location, when Browse button is clicked, Knime instatly crashes.
!ENTRY org.eclipse.ui 2 0 2017-10-21 10:19:21.670
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.bindings' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2017-10-21 10:19:21.670
!MESSAGE Cannot bind to an undefined command: plug-in='org.knime.workbench.editor', id='knime.commands.editor.gridSettings'
!ENTRY org.eclipse.core.resources 2 10035 2017-11-28 20:38:46.427
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
!ENTRY org.eclipse.ui 2 0 2017-11-28 20:38:46.993
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.bindings' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2017-11-28 20:38:46.993
!MESSAGE Cannot bind to an undefined command: plug-in='org.knime.workbench.editor', id='knime.commands.editor.gridSettings'
!ENTRY org.eclipse.core.runtime 4 0 2017-11-28 20:38:47.291
!MESSAGE Invalid input url:platform:/plugin/org.knime.ext.weka_3.7/icons/weka_splash_24.png
!STACK 0
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.knime.ext.weka_3.7/icons/weka_splash_24.png".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:61)
at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:290)
at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:152)
at org.eclipse.ui.plugin.AbstractUIPlugin.imageDescriptorFromPlugin(AbstractUIPlugin.java:689)
at org.knime.product.KNIMESplashHandler.getSplashIcon(KNIMESplashHandler.java:300)
at org.knime.product.KNIMESplashHandler.createUIImages(KNIMESplashHandler.java:332)
at org.knime.product.KNIMESplashHandler.init(KNIMESplashHandler.java:222)
at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:873)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:888)
at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:810)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:656)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.knime.product.rcp.KNIMEApplication.start(KNIMEApplication.java:140)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)