I( just tried this again with 1.9.1 and it is still not working with slightly different errors. The formatter option in the Toad prefferences states "the formatter is not ready to use", and the file cannot be edited. Attempting to edit any .SQL file returns error "No SQL editor extension is defined for the database platform "UNKNOWN"!" The first few rows of the exception in the log now show: !ENTRY org.eclipse.ui 4 4 2013-12-02 14:38:02.994 !MESSAGE Unable to initialize part !ENTRY org.eclipse.ui 4 4 2013-12-02 14:38:02.997 !MESSAGE Unable to initialize part !STACK 0 java.lang.IllegalStateException: No SQL editor extension is defined for the database platform "UNKNOWN"! at com.quest.toadext.editor.ExtensionFactoryRegistry.loadExtension(Unknown Source) at com.quest.toadext.editor.ExtensionFactoryRegistry.getExtensionFactory(Unknown Source) at com.quest.toadext.editor.SqlEditor.createEditorExtension(Unknown Source) at com.quest.toadext.editor.CommonSqlEditor.init(Unknown Source) at com.quest.toadext.editor.SqlEditor.init(Unknown Source) at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:359) Followed by an error that starts: !ENTRY org.eclipse.e4.ui.workbench 4 0 2013-12-02 14:38:03.002 !MESSAGE !STACK 0 java.lang.NullPointerException at com.quest.toadext.editor.CommonSqlEditor.dispose(Unknown Source) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.handlePartInitException(CompatibilityPart.java:275) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:313) Lukas, any idea what might be causing this error (this time it looks more hopeful that there would be valid configuration fix). Thanks
↧