Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Incomplete
-
5.5.54, 5.5.55-galera
-
Ubuntu, Raspbian
Description
Hi - disclaimer up front - I work for Quest; but not in the TOAD group.
Quest has released a "Preview Edition" of TOAD Edge for MySQL, which can be found here: https://www.toadworld.com/products/toad-edge
This will eventually become a subscription product and is intended as an "upgrade" to the Toad for MySQL FreeWare. As of this release, it returns this error when attempting to connect to a Maria Database. I've spoken to our Product Manager, and at this point, they are more interested in making sure MySQL works than in chasing this as a problem.
So - I wanted to report it here and see if you have any suggestions for a possible fix.
Thanks!
java.lang.NullPointerException
|
at com.quest.toad.execution.dataset.AbstractDataset.get(AbstractDataset.java:225)
|
at com.quest.toad.mysql.core.sql.MySqlDataset.getString(MySqlDataset.java:78)
|
at com.quest.toad.mysql.core.loader.MySqlUserListLoader57.doLoad(MySqlUserListLoader57.java:55)
|
at com.quest.toad.loader.ManagedSqlDboListLoader.doLoad(ManagedSqlDboListLoader.java:68)
|
at com.quest.toad.loader.AbstractSqlDboListLoader.load(AbstractSqlDboListLoader.java:64)
|
at com.quest.toad.model.DboCollection.resolveModels(DboCollection.java:243)
|
at com.quest.toad.model.DboCollection._getModels(DboCollection.java:149)
|
at com.quest.toad.model.DboCollection.getModels(DboCollection.java:176)
|
at com.quest.toad.model.DboCollection.load(DboCollection.java:213)
|
at com.quest.toad.core.BackgroundRunner$PreloaderThread.resolveItem(BackgroundRunner.java:141)
|
at com.quest.toad.core.BackgroundRunner$PreloaderThread.run(BackgroundRunner.java:209)
|