[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-6966) [Designer] Exception thrown on workspace shutdown

Dan Florian (JIRA) jira-events at lists.jboss.org
Wed Sep 22 17:20:28 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Florian resolved JBIDE-6966.
--------------------------------

    Resolution: Done


Looks like for some reason the DqpPlugin instance was null. I am now checking that during shutdown of DqpUiPlugin. Also added a ServerManager state variable since ServerManager shutdown could possibly be called by different threads.

> [Designer] Exception thrown on workspace shutdown
> -------------------------------------------------
>
>                 Key: JBIDE-6966
>                 URL: https://jira.jboss.org/browse/JBIDE-6966
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: teiid
>    Affects Versions: 3.2.0.M2
>            Reporter: Brian Fitzpatrick
>            Assignee: Dan Florian
>             Fix For: 3.2.0.Beta1
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> When testing against the latest M2 build and shutting down a workbench, I see this in my development console:
> !ENTRY org.teiid.designer.dqp.ui 4 0 2010-09-01 09:54:43.401
> !MESSAGE 
> !STACK 0
> java.lang.reflect.InvocationTargetException
> 	at com.metamatrix.modeler.dqp.ui.DqpUiPlugin$1.run(DqpUiPlugin.java:194)
> 	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
> Caused by: java.lang.NullPointerException
> 	at com.metamatrix.modeler.dqp.ui.DqpUiPlugin$1.run(DqpUiPlugin.java:189)
> 	... 1 more
> Root exception:
> java.lang.NullPointerException
> 	at com.metamatrix.modeler.dqp.ui.DqpUiPlugin$1.run(DqpUiPlugin.java:189)
> 	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list