Version: 12.0.0-rc-22
Build #: 29547
Build Date: 2012-Sep-29 04:31:28 PM
NPE on opening a version controlled sql file and changing to a Connection Pooled Server
1. Open a Query Analyzer to a MySQL database - which is not connection pooled
2. Open a SQL file which is version controlled
3. Click on the Change Server Connection icon to change connection to a Database Server which is connection pooled
You get NPE as below :
java.lang.NullPointerException
at com.aquafold.datastudio.queryanalyzer._⠓ꐜꑥꌆ default 6.zO(Unknown Source)
at com.aquafold.datastudio.queryanalyzer.xꎥᚧ̴ꌍ return.action(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.vꂞ̒ꌿꊰ goto.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6297)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
at java.awt.Component.processEvent(Component.java:6062)
at java.awt.Container.processEvent(Container.java:2039)
at java.awt.Component.dispatchEventImpl(Component.java:4660)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Component.dispatchEvent(Component.java:4488)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
at java.awt.Container.dispatchEventImpl(Container.java:2083)
at java.awt.Window.dispatchEventImpl(Window.java:2489)
at java.awt.Component.dispatchEvent(Component.java:4488)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
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.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:641)
at java.awt.EventQueue$3.run(EventQueue.java:639)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
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)
Field | Old Value | New Value |
---|---|---|
Description |
Version: 12.0.0-rc-22 NPE on opening a version controlled sql file and changing to a Connection Pooled Server 1. Open a Query Analyzer to a MySQL database - which is not connection pooled 2. Open a SQL file which is version controlled 3. Change Server Connection to a Database Server which is connection pooled You get NPE as below :
java.lang.NullPointerException |
Version: 12.0.0-rc-22 NPE on opening a version controlled sql file and changing to a Connection Pooled Server 1. Open a Query Analyzer to a MySQL database - which is not connection pooled 2. Open a SQL file which is version controlled 3. Click on the Change Server Connection icon to change connection to a Database Server which is connection pooled You get NPE as below :
java.lang.NullPointerException |
Field | Old Value | New Value |
---|---|---|
Resolution | Fixed | |
Resolved Date | Oct 1, 2012 10:37 PM | |
Status | New | Resolved |
Field | Old Value | New Value |
---|---|---|
Fixed Build | 12.0.0-rc-22-1 | |
Status | Resolved | Closed |
Issue #7699 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-rc-22-1 |
No time estimate |
1 issue link |
relates to #7715
Issue #7715Change Server Connection to a Connection Pooled Server doesnt disable Reconnect/Change Server |