I am running ads 12 from source on ubuntu 10.10. I run the command \tee ivan.txt and then type "select * from orders /"
the file is saved and with "select * from orders /" as ivan.txt, then I type open ivan.txt and get the following exception.
java.lang.NullPointerException
at com.common.ui.frame.CEditorPanelView.doOpen(CEditorPanelView.java:1060)
at com.aquafold.datastudio.editors.text.EditorPanel.init(EditorPanel.java:175)
at com.aquafold.datastudio.editors.text.EditorPanel.<init>(EditorPanel.java:114)
at com.common.ui.frame.actions.COpenFileAction.openFile(COpenFileAction.java:297)
at com.common.ui.frame.actions.COpenFileAction.openInEditor(COpenFileAction.java:622)
at com.aquafold.datastudio.tools.shell.cmd.OpenCommand$1.run(OpenCommand.java:69)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
at java.awt.EventQueue.access$400(EventQueue.java:81)
at java.awt.EventQueue$2.run(EventQueue.java:627)
at java.awt.EventQueue$2.run(EventQueue.java:625)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
already fixed...