SQLQueryPlugin presents password dialog outside the dispatch thread

From the idea log (build 944, plugin v1.2.3):

2003-10-09 08:31:58,849 ERROR -
plication.impl.ApplicationImpl - Assertion failed: Access is allowed
from event dispatch thread only.
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
at com.kiwisoft.idea.Utils.connect(Unknown Source)
at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)

-



In the mean time, does anybody have an example of the xml with the
password specified in clear text. (Of course not /your/ password, just
the structure so I can use it as a template to get the plugin running
again).

0
14 comments
Avatar
Permanently deleted user

It's fixed in the build ...949 (or 948, don't remember :)

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...

From the idea log (build 944, plugin v1.2.3):

>

2003-10-09 08:31:58,849 ERROR -
plication.impl.ApplicationImpl - Assertion failed: Access is allowed
from event dispatch thread only.
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
at com.kiwisoft.idea.Utils.connect(Unknown Source)
at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)

>

----

>

In the mean time, does anybody have an example of the xml with the
password specified in clear text. (Of course not /your/ password, just
the structure so I can use it as a template to get the plugin running
again).

>


0
Avatar
Permanently deleted user


Stanislav Davydov (JetBrains) wrote:

It's fixed in the build ...949 (or 948, don't remember :)


Yes, thanks. I saw the issue was closed earlier today.

0
Avatar
Permanently deleted user

Do you remember the issue number? It appears to have still be a problem
in 957.

-bk

Stanislav Davydov (JetBrains) wrote:

It's fixed in the build ...949 (or 948, don't remember :)

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...

>>From the idea log (build 944, plugin v1.2.3):
>>
>>2003-10-09 08:31:58,849 ERROR -
>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>from event dispatch thread only.
>>java.lang.Throwable
>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>
>>----
>>
>>In the mean time, does anybody have an example of the xml with the
>>password specified in clear text. (Of course not /your/ password, just
>>the structure so I can use it as a template to get the plugin running
>>again).
>>



0
Avatar
Permanently deleted user

Send a new stack trace, please.

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...

Do you remember the issue number? It appears to have still be a problem
in 957.

>

-bk

>

Stanislav Davydov (JetBrains) wrote:

It's fixed in the build ...949 (or 948, don't remember :)

>

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...

>
>>From the idea log (build 944, plugin v1.2.3):
>>
>>2003-10-09 08:31:58,849 ERROR -
>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>from event dispatch thread only.
>>java.lang.Throwable
>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>
>>----
>>
>>In the mean time, does anybody have an example of the xml with the
>>password specified in clear text. (Of course not /your/ password, just
>>the structure so I can use it as a template to get the plugin running
>>again).
>>
>
>
>

>


0
Avatar
Permanently deleted user

I posted a reply/comment on the orignal issue (I found it). The stack
trace is exactly the same.


Stanislav Davydov (JetBrains) wrote:

Send a new stack trace, please.

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...

>>Do you remember the issue number? It appears to have still be a problem
>>in 957.
>>
>>-bk
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>
>>>>From the idea log (build 944, plugin v1.2.3):
>>>
>>>>2003-10-09 08:31:58,849 ERROR -
>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>
>>>>from event dispatch thread only.
>>>
>>>>java.lang.Throwable
>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>
>>>>----
>>>>
>>>>In the mean time, does anybody have an example of the xml with the
>>>>password specified in clear text. (Of course not /your/ password, just
>>>>the structure so I can use it as a template to get the plugin running
>>>>again).
>>>>
>>>
>>>
>>>



0
Avatar
Permanently deleted user

Are you sure?
Each version of IDEA scrambled and own IDEA classes can be different from build to build.


"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...

I posted a reply/comment on the orignal issue (I found it). The stack
trace is exactly the same.

>
>

Stanislav Davydov (JetBrains) wrote:

>

Send a new stack trace, please.

>

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...

>
>>Do you remember the issue number? It appears to have still be a problem
>>in 957.
>>
>>-bk
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>
>>>>From the idea log (build 944, plugin v1.2.3):
>>>
>>>>2003-10-09 08:31:58,849 ERROR -
>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>
>>>>from event dispatch thread only.
>>>
>>>>java.lang.Throwable
>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>
>>>>----
>>>>
>>>>In the mean time, does anybody have an example of the xml with the
>>>>password specified in clear text. (Of course not /your/ password, just
>>>>the structure so I can use it as a template to get the plugin running
>>>>again).
>>>>
>>>
>>>
>>>
>
>

>


0
Avatar
Permanently deleted user

Hmm. Maybe you are right. The structure was exactly the same. Maybe the
'a' and 'b' was 'c' and 'd'. I'll do it again and append the exact stack
trace.

Stanislav Davydov (JetBrains) wrote:

Are you sure?
Each version of IDEA scrambled and own IDEA classes can be different from build to build.


"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...

>>I posted a reply/comment on the orignal issue (I found it). The stack
>>trace is exactly the same.
>>
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>
>>>Send a new stack trace, please.
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...
>>>
>>>
>>>>Do you remember the issue number? It appears to have still be a problem
>>>>in 957.
>>>>
>>>>-bk
>>>>
>>>>Stanislav Davydov (JetBrains) wrote:
>>>>
>>>>
>>>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>>>
>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>>>
>>>>>>From the idea log (build 944, plugin v1.2.3):
>>>>>
>>>>>
>>>>>>2003-10-09 08:31:58,849 ERROR -
>>>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>>>
>>>>>>from event dispatch thread only.
>>>>>
>>>>>
>>>>>>java.lang.Throwable
>>>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>>>
>>>>>>----
>>>>>>
>>>>>>In the mean time, does anybody have an example of the xml with the
>>>>>>password specified in clear text. (Of course not /your/ password, just
>>>>>>the structure so I can use it as a template to get the plugin running
>>>>>>again).
>>>>>>
>>>>>
>>>>>
>>>>>
>>>



0
Avatar
Permanently deleted user

Thank you!

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn4450$vj$1@is.intellij.net...

Hmm. Maybe you are right. The structure was exactly the same. Maybe the
'a' and 'b' was 'c' and 'd'. I'll do it again and append the exact stack
trace.

>

Stanislav Davydov (JetBrains) wrote:

>

Are you sure?
Each version of IDEA scrambled and own IDEA classes can be different from build to build.

>
>

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...

>
>>I posted a reply/comment on the orignal issue (I found it). The stack
>>trace is exactly the same.
>>
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>
>>>Send a new stack trace, please.
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...
>>>
>>>
>>>>Do you remember the issue number? It appears to have still be a problem
>>>>in 957.
>>>>
>>>>-bk
>>>>
>>>>Stanislav Davydov (JetBrains) wrote:
>>>>
>>>>
>>>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>>>
>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>>>
>>>>>>From the idea log (build 944, plugin v1.2.3):
>>>>>
>>>>>
>>>>>>2003-10-09 08:31:58,849 ERROR -
>>>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>>>
>>>>>>from event dispatch thread only.
>>>>>
>>>>>
>>>>>>java.lang.Throwable
>>>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>>>
>>>>>>----
>>>>>>
>>>>>>In the mean time, does anybody have an example of the xml with the
>>>>>>password specified in clear text. (Of course not /your/ password, just
>>>>>>the structure so I can use it as a template to get the plugin running
>>>>>>again).
>>>>>>
>>>>>
>>>>>
>>>>>
>>>
>
>

>


0
Avatar
Permanently deleted user

Well, it looks the issue got purged. Here is log file snippet:



2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
from event dispatch thread only
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - IntelliJ IDEA (Aurora) Build #957
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - JDK: 1.4.2
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - VM: Java HotSpot(TM) Client VM
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Vendor: Sun Microsystems Inc.
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - OS: Windows 2000
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Last Action: CompileProject
2003-10-22 08:25:36,156 ERROR -
ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
from event dispatch thread only
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:54)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:134)
at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
at com.kiwisoft.idea.Utils.connect(Unknown Source)
at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
2003-10-22 08:25:43,749 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.iml: 0
2003-10-22 08:25:43,827 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.ipr: 0
2003-10-22 08:25:44,093 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.iws: 31

Stanislav Davydov (JetBrains) wrote:

Thank you!

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn4450$vj$1@is.intellij.net...

>>Hmm. Maybe you are right. The structure was exactly the same. Maybe the
>>'a' and 'b' was 'c' and 'd'. I'll do it again and append the exact stack
>>trace.
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>
>>>Are you sure?
>>>Each version of IDEA scrambled and own IDEA classes can be different from build to build.
>>>
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...
>>>
>>>
>>>>I posted a reply/comment on the orignal issue (I found it). The stack
>>>>trace is exactly the same.
>>>>
>>>>
>>>>Stanislav Davydov (JetBrains) wrote:
>>>>
>>>>
>>>>
>>>>>Send a new stack trace, please.
>>>>>
>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...
>>>>>
>>>>>
>>>>>
>>>>>>Do you remember the issue number? It appears to have still be a problem
>>>>>>in 957.
>>>>>>
>>>>>>-bk
>>>>>>
>>>>>>Stanislav Davydov (JetBrains) wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>>>>>
>>>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>>>>>
>>>>>>>>From the idea log (build 944, plugin v1.2.3):
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>2003-10-09 08:31:58,849 ERROR -
>>>>>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>>>>>
>>>>>>>>from event dispatch thread only.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>java.lang.Throwable
>>>>>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>>>>>
>>>>>>>>----
>>>>>>>>
>>>>>>>>In the mean time, does anybody have an example of the xml with the
>>>>>>>>password specified in clear text. (Of course not /your/ password, just
>>>>>>>>the structure so I can use it as a template to get the plugin running
>>>>>>>>again).
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>



0
Avatar
Permanently deleted user

This is not IDEA problem :)
It's problem of SQL plugin.

It needs to use SwingUtils.invokeLater instead of direct showing dialog...

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn611m$8od$1@is.intellij.net...

Well, it looks the issue got purged. Here is log file snippet:

>
>
>

2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
from event dispatch thread only
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - IntelliJ IDEA (Aurora) Build #957
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - JDK: 1.4.2
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - VM: Java HotSpot(TM) Client VM
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Vendor: Sun Microsystems Inc.
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - OS: Windows 2000
2003-10-22 08:25:36,140 ERROR -
ellij.openapi.ui.DialogWrapper - Last Action: CompileProject
2003-10-22 08:25:36,156 ERROR -
ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
from event dispatch thread only
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:54)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:134)
at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
at com.kiwisoft.idea.Utils.connect(Unknown Source)
at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
2003-10-22 08:25:43,749 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.iml: 0
2003-10-22 08:25:43,827 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.ipr: 0
2003-10-22 08:25:44,093 INFO -
ject.impl.BaseFileConfigurable - Time to save
C:\cvs.local\its.dev\trading\project\idea\trading-eap.iws: 31

>

Stanislav Davydov (JetBrains) wrote:

>

Thank you!

>

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn4450$vj$1@is.intellij.net...

>
>>Hmm. Maybe you are right. The structure was exactly the same. Maybe the
>>'a' and 'b' was 'c' and 'd'. I'll do it again and append the exact stack
>>trace.
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>
>>>Are you sure?
>>>Each version of IDEA scrambled and own IDEA classes can be different from build to build.
>>>
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...
>>>
>>>
>>>>I posted a reply/comment on the orignal issue (I found it). The stack
>>>>trace is exactly the same.
>>>>
>>>>
>>>>Stanislav Davydov (JetBrains) wrote:
>>>>
>>>>
>>>>
>>>>>Send a new stack trace, please.
>>>>>
>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...
>>>>>
>>>>>
>>>>>
>>>>>>Do you remember the issue number? It appears to have still be a problem
>>>>>>in 957.
>>>>>>
>>>>>>-bk
>>>>>>
>>>>>>Stanislav Davydov (JetBrains) wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>>>>>
>>>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>>>>>
>>>>>>>>From the idea log (build 944, plugin v1.2.3):
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>2003-10-09 08:31:58,849 ERROR -
>>>>>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>>>>>
>>>>>>>>from event dispatch thread only.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>java.lang.Throwable
>>>>>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>>>>>
>>>>>>>>----
>>>>>>>>
>>>>>>>>In the mean time, does anybody have an example of the xml with the
>>>>>>>>password specified in clear text. (Of course not /your/ password, just
>>>>>>>>the structure so I can use it as a template to get the plugin running
>>>>>>>>again).
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>
>
>

>


0
Avatar
Permanently deleted user

The problem with fixing this bug is that I can't reproduce this bug on
my system. I use it under Windows XP and Windows NT with IDEA 3.0.1 and
EAP builts (onto 957).

Bye, Stefan.
Stanislav Davydov (JetBrains) wrote:

This is not IDEA problem :)
It's problem of SQL plugin.

It needs to use SwingUtils.invokeLater instead of direct showing dialog...

"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn611m$8od$1@is.intellij.net...

>>Well, it looks the issue got purged. Here is log file snippet:
>>
>>
>>
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
>>from event dispatch thread only
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - IntelliJ IDEA (Aurora) Build #957
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - JDK: 1.4.2
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - VM: Java HotSpot(TM) Client VM
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - Vendor: Sun Microsystems Inc.
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - OS: Windows 2000
>>2003-10-22 08:25:36,140 ERROR -
>>ellij.openapi.ui.DialogWrapper - Last Action: CompileProject
>>2003-10-22 08:25:36,156 ERROR -
>>ellij.openapi.ui.DialogWrapper - Assertion failed: Access is allowed
>>from event dispatch thread only
>>java.lang.Throwable
>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:54)
>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:134)
>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>2003-10-22 08:25:43,749 INFO -
>>ject.impl.BaseFileConfigurable - Time to save
>>C:\cvs.local\its.dev\trading\project\idea\trading-eap.iml: 0
>>2003-10-22 08:25:43,827 INFO -
>>ject.impl.BaseFileConfigurable - Time to save
>>C:\cvs.local\its.dev\trading\project\idea\trading-eap.ipr: 0
>>2003-10-22 08:25:44,093 INFO -
>>ject.impl.BaseFileConfigurable - Time to save
>>C:\cvs.local\its.dev\trading\project\idea\trading-eap.iws: 31
>>
>>Stanislav Davydov (JetBrains) wrote:
>>
>>
>>>Thank you!
>>>
>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn4450$vj$1@is.intellij.net...
>>>
>>>
>>>>Hmm. Maybe you are right. The structure was exactly the same. Maybe the
>>>>'a' and 'b' was 'c' and 'd'. I'll do it again and append the exact stack
>>>>trace.
>>>>
>>>>Stanislav Davydov (JetBrains) wrote:
>>>>
>>>>
>>>>
>>>>>Are you sure?
>>>>>Each version of IDEA scrambled and own IDEA classes can be different from build to build.
>>>>>
>>>>>
>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3p97$v26$1@is.intellij.net...
>>>>>
>>>>>
>>>>>
>>>>>>I posted a reply/comment on the orignal issue (I found it). The stack
>>>>>>trace is exactly the same.
>>>>>>
>>>>>>
>>>>>>Stanislav Davydov (JetBrains) wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>Send a new stack trace, please.
>>>>>>>
>>>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bn3nu7$oin$1@is.intellij.net...
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>Do you remember the issue number? It appears to have still be a problem
>>>>>>>>in 957.
>>>>>>>>
>>>>>>>>-bk
>>>>>>>>
>>>>>>>>Stanislav Davydov (JetBrains) wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>>It's fixed in the build ...949 (or 948, don't remember :)
>>>>>>>>>
>>>>>>>>>"Barry Kaplan" <bkaplan@integratedtrading.com> wrote in message news:bm3ovv$42b$1@is.intellij.net...
>>>>>>>>>
>>>>>>>>>>From the idea log (build 944, plugin v1.2.3):
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>>2003-10-09 08:31:58,849 ERROR -
>>>>>>>>>>plication.impl.ApplicationImpl - Assertion failed: Access is allowed
>>>>>>>>>
>>>>>>>>>>from event dispatch thread only.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>>java.lang.Throwable
>>>>>>>>>>at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:32)
>>>>>>>>>>at com.intellij.openapi.application.a.d.assertIsDispatchThread(d.java:236)
>>>>>>>>>>at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:219)
>>>>>>>>>>at com.kiwisoft.idea.Utils.wrapDialog(Unknown Source)
>>>>>>>>>>at com.kiwisoft.idea.Utils.connect(Unknown Source)
>>>>>>>>>>at com.kiwisoft.idea.QueryPanel$ExecutionThread.run(Unknown Source)
>>>>>>>>>>
>>>>>>>>>>----
>>>>>>>>>>
>>>>>>>>>>In the mean time, does anybody have an example of the xml with the
>>>>>>>>>>password specified in clear text. (Of course not /your/ password, just
>>>>>>>>>>the structure so I can use it as a template to get the plugin running
>>>>>>>>>>again).
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>



0
Avatar
Permanently deleted user

Hmm. I use only windows 2000 with eaps. I'll be installing redhat later
this week and moving to that for development. I'll see if I can also
reproduce there. But on win2k, it happens each time. I've resorted to
editing the xml file directly.

Do you indeed use invokeLater for the particular dialog?

0
Avatar
Permanently deleted user

I also got exactly this problem in both EAP 957 and the EAP prior to that and I am using Windows XP. The problem occurs when you try to run a query and the plugin prompts you for the database password.

0

The plugin works for me with IDEA 957 and 963 on Win2k, but ONLY if I use version 1.2.0 of the plugin (which shows up as version "1.1.1" in the Plugin Manager). Download it at:

http://www.intellij.org/twiki/pub/Main/SQLQueryPlugin/ks-sql_1.2.0.zip

0

Please sign in to leave a comment.