[JBoss JIRA] (JBIDE-22609) Provided wrong credentials, CDK server adapter says "started" even though it is not.
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22609?page=com.atlassian.jira.plugi... ]
Rob Stryker edited comment on JBIDE-22609 at 7/11/16 1:48 PM:
--------------------------------------------------------------
I'm (sadly) going to close the issue, because the following options all don't work:
1) We don't parse output, and parsing output is unreliable anyway, since output may change
2) We cannot use the exit code of the vagrant up command. If we did, our server adapter would be marked as 'stopped' when vagrant and the various vm providers will insist the vm is "running". This will cause even more problems.
3) Hard-coding a check against our expected IP won't work, because the user may have actually intentionally changed their IP address for their own use case.
Basically, our only option here is to update the error messaging and let the user figure it out. I've updated messaging as follows:
{code}
String msg = NLS.bind("The CDK VM is up and running, but OpenShift is unreachable at url {0}. " +
"The VM may not have been registered successfully. Please check your console output for more information", url);
{code}
was (Author: rob.stryker):
I'm (sadly) going to close the issue, because the following options all don't work:
1) We don't parse output, and parsing output is unreliable anyway, since output may change
2) We cannot use the exit code of the vagrant up command. If we did, our server adapter would be marked as 'stopped' when vagrant and the various vm providers will insist the vm is "running". This will cause even more problems.
3) Hard-coding a check against our expected IP won't work, because the user may have actually intentionally changed their IP address for their own use case.
Basically, our only option here is to update the error messaging and let the user figure it out. I've updated messaging as follows:
+ String msg = NLS.bind("The CDK VM is up and running, but OpenShift is unreachable at url {0}. " +
+ "The VM may not have been registered successfully. Please check your console output for more information", url);
> Provided wrong credentials, CDK server adapter says "started" even though it is not.
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-22609
> URL: https://issues.jboss.org/browse/JBIDE-22609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.0.Final
> Environment: Devstudio 10.0.0.GA (B33), CDK 2.1.RC4, Windows 10
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.1.AM1
>
>
> When CDK startup fails when it is provided wrong credentials (it fails on vagrant-registration), CDK server adapter sets its state to "started" and OS3 connection is created (even though OS3 is not running in vagrant) with some weird IP (10.0.2.15). Also error pops up saying "The CDK VM is up and running, but OpenShift is unreachable at url https://10.0.2.15:8443/healthz/ready". I really don't know where this IP comes from. I was able to reproduce it on Fedora using libvirt box and the IP was something like (192.168.x.x)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22609) Provided wrong credentials, CDK server adapter says "started" even though it is not.
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22609?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-22609.
---------------------------------
Fix Version/s: 4.4.1.AM1
(was: 4.4.x)
Resolution: Partially Completed
Marking partially complete, since there's not really anything else that can be done here.
> Provided wrong credentials, CDK server adapter says "started" even though it is not.
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-22609
> URL: https://issues.jboss.org/browse/JBIDE-22609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.0.Final
> Environment: Devstudio 10.0.0.GA (B33), CDK 2.1.RC4, Windows 10
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.1.AM1
>
>
> When CDK startup fails when it is provided wrong credentials (it fails on vagrant-registration), CDK server adapter sets its state to "started" and OS3 connection is created (even though OS3 is not running in vagrant) with some weird IP (10.0.2.15). Also error pops up saying "The CDK VM is up and running, but OpenShift is unreachable at url https://10.0.2.15:8443/healthz/ready". I really don't know where this IP comes from. I was able to reproduce it on Fedora using libvirt box and the IP was something like (192.168.x.x)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22609) Provided wrong credentials, CDK server adapter says "started" even though it is not.
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22609?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22609:
-------------------------------------
I'm (sadly) going to close the issue, because the following options all don't work:
1) We don't parse output, and parsing output is unreliable anyway, since output may change
2) We cannot use the exit code of the vagrant up command. If we did, our server adapter would be marked as 'stopped' when vagrant and the various vm providers will insist the vm is "running". This will cause even more problems.
3) Hard-coding a check against our expected IP won't work, because the user may have actually intentionally changed their IP address for their own use case.
Basically, our only option here is to update the error messaging and let the user figure it out. I've updated messaging as follows:
+ String msg = NLS.bind("The CDK VM is up and running, but OpenShift is unreachable at url {0}. " +
+ "The VM may not have been registered successfully. Please check your console output for more information", url);
> Provided wrong credentials, CDK server adapter says "started" even though it is not.
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-22609
> URL: https://issues.jboss.org/browse/JBIDE-22609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.0.Final
> Environment: Devstudio 10.0.0.GA (B33), CDK 2.1.RC4, Windows 10
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.x
>
>
> When CDK startup fails when it is provided wrong credentials (it fails on vagrant-registration), CDK server adapter sets its state to "started" and OS3 connection is created (even though OS3 is not running in vagrant) with some weird IP (10.0.2.15). Also error pops up saying "The CDK VM is up and running, but OpenShift is unreachable at url https://10.0.2.15:8443/healthz/ready". I really don't know where this IP comes from. I was able to reproduce it on Fedora using libvirt box and the IP was something like (192.168.x.x)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22715) SWTException when setting Console color
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22715?page=com.atlassian.jira.plugi... ]
George Gastaldi resolved JBIDE-22715.
-------------------------------------
Resolution: Done
> SWTException when setting Console color
> ---------------------------------------
>
> Key: JBIDE-22715
> URL: https://issues.jboss.org/browse/JBIDE-22715
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: George Gastaldi
> Fix For: 4.4.1.AM2
>
>
> The following problem was reported via the automated error reporting:
> Message: Problems occurred when invoking code from plug-in: "org.eclipse.ui.console".
> {noformat}
> org.eclipse.swt.SWTException: Invalid thread access
> at org.eclipse.swt.SWT.error(SWT.java:4533)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
> at org.eclipse.swt.widgets.Control.redraw(Control.java:3885)
> at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:7539)
> at org.eclipse.ui.console.TextConsolePage.propertyChange(TextConsolePage.java:262)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.run(AbstractConsole.java:96)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.notify(AbstractConsole.java:111)
> at org.eclipse.ui.console.AbstractConsole.firePropertyChange(AbstractConsole.java:229)
> at org.eclipse.ui.console.IOConsoleOutputStream.setColor(IOConsoleOutputStream.java:139)
> at org.jboss.tools.forge.ui.internal.ext.provider.ForgeUIProvider.err(ForgeUIProvider.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.err(UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.java:-1)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener.postCommandExecuted(ProjectBuildStatusListener.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.postCommandExecuted(ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.java:-1)
> at org.jboss.forge.addon.ui.impl.controller.AbstractCommandController.firePostCommandExecuted(AbstractCommandController.java:144)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:91)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.execute(CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.java:-1)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:118)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.12.0.v20160222-1238 |
> | org.eclipse.jface | 3.11.1.v20160128-1644 | 3.12.0.v20160310-1055 |
> | org.eclipse.swt | 3.104.2.v20160203-0937 | 3.105.0.v20160317-0027 |
> | org.eclipse.ui.console | 3.6.100.v20150822-1912 | 3.6.100.v20160226-2242 |
> | org.jboss.tools.forge.ui | 2.0.2.Final-v20160331-1851-B95 | 2.0.2.Final-v20160331-1851-B95 |
> | org.jboss.tools.forge.ui.ext | 1.3.3.Final-v20150324-2247-B98 | 2.0.2.Final-v20160331-1851-B95 |
> Operating Systems:
> | Linux | 3.13.0 | 4.4.7.fc23 |
> | MacOSX | 10.11.4 | 10.11.4 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57237d80e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22715) SWTException when setting Console color
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22715?page=com.atlassian.jira.plugi... ]
George Gastaldi reassigned JBIDE-22715:
---------------------------------------
Assignee: George Gastaldi
> SWTException when setting Console color
> ---------------------------------------
>
> Key: JBIDE-22715
> URL: https://issues.jboss.org/browse/JBIDE-22715
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: George Gastaldi
> Fix For: 4.4.1.AM2
>
>
> The following problem was reported via the automated error reporting:
> Message: Problems occurred when invoking code from plug-in: "org.eclipse.ui.console".
> {noformat}
> org.eclipse.swt.SWTException: Invalid thread access
> at org.eclipse.swt.SWT.error(SWT.java:4533)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
> at org.eclipse.swt.widgets.Control.redraw(Control.java:3885)
> at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:7539)
> at org.eclipse.ui.console.TextConsolePage.propertyChange(TextConsolePage.java:262)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.run(AbstractConsole.java:96)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.notify(AbstractConsole.java:111)
> at org.eclipse.ui.console.AbstractConsole.firePropertyChange(AbstractConsole.java:229)
> at org.eclipse.ui.console.IOConsoleOutputStream.setColor(IOConsoleOutputStream.java:139)
> at org.jboss.tools.forge.ui.internal.ext.provider.ForgeUIProvider.err(ForgeUIProvider.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.err(UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.java:-1)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener.postCommandExecuted(ProjectBuildStatusListener.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.postCommandExecuted(ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.java:-1)
> at org.jboss.forge.addon.ui.impl.controller.AbstractCommandController.firePostCommandExecuted(AbstractCommandController.java:144)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:91)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.execute(CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.java:-1)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:118)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.12.0.v20160222-1238 |
> | org.eclipse.jface | 3.11.1.v20160128-1644 | 3.12.0.v20160310-1055 |
> | org.eclipse.swt | 3.104.2.v20160203-0937 | 3.105.0.v20160317-0027 |
> | org.eclipse.ui.console | 3.6.100.v20150822-1912 | 3.6.100.v20160226-2242 |
> | org.jboss.tools.forge.ui | 2.0.2.Final-v20160331-1851-B95 | 2.0.2.Final-v20160331-1851-B95 |
> | org.jboss.tools.forge.ui.ext | 1.3.3.Final-v20150324-2247-B98 | 2.0.2.Final-v20160331-1851-B95 |
> Operating Systems:
> | Linux | 3.13.0 | 4.4.7.fc23 |
> | MacOSX | 10.11.4 | 10.11.4 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57237d80e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22715) SWTException when setting Console color
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22715?page=com.atlassian.jira.plugi... ]
George Gastaldi updated JBIDE-22715:
------------------------------------
Fix Version/s: 4.4.1.AM2
> SWTException when setting Console color
> ---------------------------------------
>
> Key: JBIDE-22715
> URL: https://issues.jboss.org/browse/JBIDE-22715
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: George Gastaldi
> Fix For: 4.4.1.AM2
>
>
> The following problem was reported via the automated error reporting:
> Message: Problems occurred when invoking code from plug-in: "org.eclipse.ui.console".
> {noformat}
> org.eclipse.swt.SWTException: Invalid thread access
> at org.eclipse.swt.SWT.error(SWT.java:4533)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.SWT.error(SWT.java:4419)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
> at org.eclipse.swt.widgets.Control.redraw(Control.java:3885)
> at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:7539)
> at org.eclipse.ui.console.TextConsolePage.propertyChange(TextConsolePage.java:262)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.run(AbstractConsole.java:96)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.notify(AbstractConsole.java:111)
> at org.eclipse.ui.console.AbstractConsole.firePropertyChange(AbstractConsole.java:229)
> at org.eclipse.ui.console.IOConsoleOutputStream.setColor(IOConsoleOutputStream.java:139)
> at org.jboss.tools.forge.ui.internal.ext.provider.ForgeUIProvider.err(ForgeUIProvider.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.err(UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.java:-1)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener.postCommandExecuted(ProjectBuildStatusListener.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.postCommandExecuted(ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.java:-1)
> at org.jboss.forge.addon.ui.impl.controller.AbstractCommandController.firePostCommandExecuted(AbstractCommandController.java:144)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:91)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.execute(CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.java:-1)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:118)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.12.0.v20160222-1238 |
> | org.eclipse.jface | 3.11.1.v20160128-1644 | 3.12.0.v20160310-1055 |
> | org.eclipse.swt | 3.104.2.v20160203-0937 | 3.105.0.v20160317-0027 |
> | org.eclipse.ui.console | 3.6.100.v20150822-1912 | 3.6.100.v20160226-2242 |
> | org.jboss.tools.forge.ui | 2.0.2.Final-v20160331-1851-B95 | 2.0.2.Final-v20160331-1851-B95 |
> | org.jboss.tools.forge.ui.ext | 1.3.3.Final-v20150324-2247-B98 | 2.0.2.Final-v20160331-1851-B95 |
> Operating Systems:
> | Linux | 3.13.0 | 4.4.7.fc23 |
> | MacOSX | 10.11.4 | 10.11.4 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57237d80e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22715) SWTException when setting Console color
by Automated Error Reporting Bot (JIRA)
Automated Error Reporting Bot created JBIDE-22715:
-----------------------------------------------------
Summary: SWTException when setting Console color
Key: JBIDE-22715
URL: https://issues.jboss.org/browse/JBIDE-22715
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.4.0.Final
Reporter: Automated Error Reporting Bot
The following problem was reported via the automated error reporting:
Message: Problems occurred when invoking code from plug-in: "org.eclipse.ui.console".
{noformat}
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:420)
at org.eclipse.swt.widgets.Control.redraw(Control.java:3885)
at org.eclipse.swt.custom.StyledText.redraw(StyledText.java:7539)
at org.eclipse.ui.console.TextConsolePage.propertyChange(TextConsolePage.java:262)
at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.run(AbstractConsole.java:96)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.console.AbstractConsole$PropertyNotifier.notify(AbstractConsole.java:111)
at org.eclipse.ui.console.AbstractConsole.firePropertyChange(AbstractConsole.java:229)
at org.eclipse.ui.console.IOConsoleOutputStream.setColor(IOConsoleOutputStream.java:139)
at org.jboss.tools.forge.ui.internal.ext.provider.ForgeUIProvider.err(ForgeUIProvider.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
at org.jboss.forge.addon.ui.UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.err(UIProvider_$$_javassist_156eeef1-4a8c-4e5f-b623-1e3b4c1c88af.java:-1)
at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener.postCommandExecuted(ProjectBuildStatusListener.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
at org.jboss.forge.addon.projects.ui.ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.postCommandExecuted(ProjectBuildStatusListener_$$_javassist_71401c63-ec8c-47b3-bacf-ca488c66c404.java:-1)
at org.jboss.forge.addon.ui.impl.controller.AbstractCommandController.firePostCommandExecuted(AbstractCommandController.java:144)
at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.execute(CommandController_$$_javassist_9f149b2a-2dec-45bb-b13c-ece553d8aaac.java:-1)
at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:118)
{noformat}
Bundles:
| org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.12.0.v20160222-1238 |
| org.eclipse.jface | 3.11.1.v20160128-1644 | 3.12.0.v20160310-1055 |
| org.eclipse.swt | 3.104.2.v20160203-0937 | 3.105.0.v20160317-0027 |
| org.eclipse.ui.console | 3.6.100.v20150822-1912 | 3.6.100.v20160226-2242 |
| org.jboss.tools.forge.ui | 2.0.2.Final-v20160331-1851-B95 | 2.0.2.Final-v20160331-1851-B95 |
| org.jboss.tools.forge.ui.ext | 1.3.3.Final-v20150324-2247-B98 | 2.0.2.Final-v20160331-1851-B95 |
Operating Systems:
| Linux | 3.13.0 | 4.4.7.fc23 |
| MacOSX | 10.11.4 | 10.11.4 |
The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57237d80e4b0a54983...] for the latest data.
Thank you for your assistance.
Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22706) NullPointerException in WizardDialogHelper.openWizard
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22706?page=com.atlassian.jira.plugi... ]
George Gastaldi closed JBIDE-22706.
-----------------------------------
Resolution: Cannot Reproduce Bug
Closing, as no steps to reproduce were provided
> NullPointerException in WizardDialogHelper.openWizard
> -----------------------------------------------------
>
> Key: JBIDE-22706
> URL: https://issues.jboss.org/browse/JBIDE-22706
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Reporter: Automated Error Reporting Bot
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:103)
> at org.jboss.tools.forge.ui.internal.ext.handlers.RunForgeCommandHandler.openWizard(RunForgeCommandHandler.java:85)
> at org.jboss.tools.forge.ui.internal.ext.handlers.RunForgeCommandHandler.execute(RunForgeCommandHandler.java:72)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.6.0.v20160319-0612 |
> | org.eclipse.swt | 3.105.0.v20160519-0649 | 3.105.0.v20160603-0902 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.108.0.v20160518-1929 |
> | org.jboss.tools.forge.ui.ext | 2.0.2.Final-v20160331-1851-B95 | 2.0.100.Final-v20160609-2146-B2 |
> Operating Systems:
> | Linux | 4.4.8.fc23 | 4.4.8.fc23 |
> | MacOSX | 10.11.5 | 10.11.5 |
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/572fd9abe4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months