[JBoss JIRA] (JBIDE-24877) CDK 2 detection results in CDK 3 adapter creation
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24877?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-24877:
---------------------------------------
I will do my best to not to tackle any of these is future! :D
But hey, the fix solved the problem! Thanks Rob. Closing.
> CDK 2 detection results in CDK 3 adapter creation
> -------------------------------------------------
>
> Key: JBIDE-24877
> URL: https://issues.jboss.org/browse/JBIDE-24877
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.1.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.5.1.AM2
>
>
> As described by [~odockal] in JBIDE-24447:
> When you start devstudio and it finds cdk 2 installed inside ../../../cdk/ relative to eclipse's config, it will create a cdk 3 server instead of cdk 2.
> This relative path normally translate to a structure like this:
> $SOME_DIR/devstudio
> $SOME_DIR/cdk/YOUR/CDK/2/SOMEWHERE/INSIDE/HERE
> BUT... this will only happen in a special situation where you have CDK 2 installed where devstudio looks for it (see above) AND you set up the MINISHIFT_HOME env var to point to your CDK 3 home when you start devstudio.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24878) Sometimes devstudio got stuck on Central CI rhel slave
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24878?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-24878:
---------------------------------------
I have updated rhel-based images to be build upon rhel-7.4-server-x86_64-released. It happned that in the process of pushing some changes to rhel images the older 7.3 rhel image was used. So this might helps.
> Sometimes devstudio got stuck on Central CI rhel slave
> ------------------------------------------------------
>
> Key: JBIDE-24878
> URL: https://issues.jboss.org/browse/JBIDE-24878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, qa
> Affects Versions: 4.5.1.AM1
> Environment: rhel
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Labels: central-ci, jenkins
> Fix For: 4.5.1.AM2
>
> Attachments: error.log
>
>
> Sometimes it happens that devstudio got stuck while run on rhel slave in our central CI.
> Error log suggests this:
> {code}
> !ENTRY org.eclipse.osgi 4 0 2017-08-18 11:06:50.627
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:948)
> at org.eclipse.swt.widgets.Display.create(Display.java:935)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:174)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:559)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:550)
> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:781)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160)
> at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:181)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 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.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24802) Connection wizard: Lots of unnecessary errors in Error Log when filling oc location, Finish enabled even if oc location empty
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24802?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24802:
------------------------------------------
added a PR to [~rob.stryker]s PR to show how things are done using databinding: https://github.com/robstryker/jbosstools-openshift/pull/2
[~rob.stryker]: [~nickboldt] merged [#1548|https://github.com/jbosstools/jbosstools-openshift/pull/1548] in. We should git revert this commit since it has issues. And then add a sole commit with the fixed PR once it's done
> Connection wizard: Lots of unnecessary errors in Error Log when filling oc location, Finish enabled even if oc location empty
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24802
> URL: https://issues.jboss.org/browse/JBIDE-24802
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.0.Final
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Priority: Minor
> Labels: connection_wizard, openshift_v3
> Fix For: 4.5.1.AM2
>
> Attachments: Spectacle.F10835.png
>
>
> On-the-fly validation of "oc location" field in ConnectionWizardPage puts lot of errors into error log. I think that the on the fly validation should not be so agressive.
> !Spectacle.F10835.png!
> And another thing: Is there any reason why Finish is enabled even when there is not valid value in oc location field?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24878) Sometimes devstudio got stuck on Central CI rhel slave
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24878?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-24878:
----------------------------------
Fix Version/s: 4.5.1.AM2
> Sometimes devstudio got stuck on Central CI rhel slave
> ------------------------------------------------------
>
> Key: JBIDE-24878
> URL: https://issues.jboss.org/browse/JBIDE-24878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, qa
> Affects Versions: 4.5.1.AM1
> Environment: rhel
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Labels: central-ci, jenkins
> Fix For: 4.5.1.AM2
>
> Attachments: error.log
>
>
> Sometimes it happens that devstudio got stuck while run on rhel slave in our central CI.
> Error log suggests this:
> {code}
> !ENTRY org.eclipse.osgi 4 0 2017-08-18 11:06:50.627
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:948)
> at org.eclipse.swt.widgets.Display.create(Display.java:935)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:174)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:559)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:550)
> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:781)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160)
> at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:181)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 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.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24878) Sometimes devstudio got stuck on Central CI rhel slave
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24878?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-24878:
----------------------------------
Sprint: devex #137 September 2017 (was: devex #136 August 2017)
> Sometimes devstudio got stuck on Central CI rhel slave
> ------------------------------------------------------
>
> Key: JBIDE-24878
> URL: https://issues.jboss.org/browse/JBIDE-24878
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, qa
> Affects Versions: 4.5.1.AM1
> Environment: rhel
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Labels: central-ci, jenkins
> Fix For: 4.5.1.AM2
>
> Attachments: error.log
>
>
> Sometimes it happens that devstudio got stuck while run on rhel slave in our central CI.
> Error log suggests this:
> {code}
> !ENTRY org.eclipse.osgi 4 0 2017-08-18 11:06:50.627
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
> at org.eclipse.swt.SWT.error(SWT.java:4559)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:948)
> at org.eclipse.swt.widgets.Display.create(Display.java:935)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:174)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:559)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:550)
> at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:781)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:160)
> at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:181)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 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.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months