[JBoss JIRA] (JBIDE-24845) [regression] unable to open the Maven Repositories wizard
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24845?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-24845:
-------------------------------------
Sprint: devex #139 October 2017, devex #140 November 2017 (was: devex #139 October 2017)
> [regression] unable to open the Maven Repositories wizard
> ---------------------------------------------------------
>
> Key: JBIDE-24845
> URL: https://issues.jboss.org/browse/JBIDE-24845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.4.4.Final
> Reporter: Fred Bricon
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.x
>
>
> 1 - open Preferences > JBoss Tools > JBoss Maven Integration
> 2 - click on the Configure Maven Repositories... button
> expected: the Maven repositories wizard open
> actual: Unhandled event loop exception:
> {noformat}
> java.lang.NoSuchFieldError: DEFAULT_USER_SETTINGS_FILE
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.getUserSettings(ConfigureMavenRepositoriesWizardPage.java:988)
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.createControl(ConfigureMavenRepositoriesWizardPage.java:242)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:176)
> at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:688)
> at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:580)
> at org.eclipse.jface.window.Window.create(Window.java:426)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
> at org.jboss.tools.maven.ui.preferences.ConfiguratorPreferencePage$2.widgetSelected(ConfiguratorPreferencePage.java:155)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4257)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1502)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1525)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1510)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1314)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4081)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)
> at org.eclipse.ui.internal.handlers.ShowPreferencePageHandler.execute(ShowPreferencePageHandler.java:59)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-24972) DeleteResourceHandlerTest is failing for Windows
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24972?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-24972:
-------------------------------------
Sprint: devex #139 October 2017, devex #140 November 2017 (was: devex #139 October 2017)
> DeleteResourceHandlerTest is failing for Windows
> ------------------------------------------------
>
> Key: JBIDE-24972
> URL: https://issues.jboss.org/browse/JBIDE-24972
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Dmitrii Bocharov
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.x
>
>
> https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/JBossTools/view...
> {code:java}
> java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
> no swt-win32-4757 in java.library.path
> no swt-win32 in java.library.path
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32-4757.dll
> Can't load library: C:\Users\hudson\.swt\lib\win32\x86_64\swt-win32.dll
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
> at org.eclipse.swt.internal.C.<clinit>(C.java:16)
> at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:112)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at javassist.runtime.Desc.getClassObject(Desc.java:43)
> at javassist.runtime.Desc.getClassType(Desc.java:152)
> at javassist.runtime.Desc.getType(Desc.java:122)
> at javassist.runtime.Desc.getParams(Desc.java:70)
> at org.eclipse.jface.dialogs.MessageDialog.openConfirm(MessageDialog.java)
> at org.jboss.tools.openshift.test.internal.ui.handler.DeleteResourceHandlerTest.testStopWatchProject(DeleteResourceHandlerTest.java:51)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25260) Console view is broken after entering subscription username
by Budh Ram Gurung (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25260?page=com.atlassian.jira.plugi... ]
Budh Ram Gurung commented on JBIDE-25260:
-----------------------------------------
> And devstudio 11.0.0.GA did not support cdk 3.2.0.
Try replacing "c:\DevelopmentSuite\cdk\bin\minishift.exe" binary with cdk-3.2.0.exe (renamed to minishift.exe). I did that and not able to reproduce as I mentioned in above comment.
> Console view is broken after entering subscription username
> -----------------------------------------------------------
>
> Key: JBIDE-25260
> URL: https://issues.jboss.org/browse/JBIDE-25260
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.5.1.Final
> Reporter: Josef Kopriva
> Assignee: Rob Stryker
> Attachments: image-2017-10-17-10-38-53-270.png, with_devstudio_11.0.0.GA-0.PNG, with_devstudio_11.0.0.GA-1.PNG
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25017) 1 recurring Test Failure (20+ builds) in JBIDE 4.5.1.AM2 for webservices component
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25017?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25017:
-------------------------------
Sprint: devex #139 October 2017, devex #140 November 2017 (was: devex #139 October 2017)
> 1 recurring Test Failure (20+ builds) in JBIDE 4.5.1.AM2 for webservices component
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-25017
> URL: https://issues.jboss.org/browse/JBIDE-25017
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Dmitrii Bocharov
> Priority: Blocker
> Labels: testfailure
> Fix For: 4.5.2.AM1, 4.5.x
>
>
> *1 Test Failure(s) in JBIDE 4.5.1.AM2 for webservices component:*
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> -----
> {code}
> Regression
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication
> Failing for the past 22 builds (Since #671 )
> Took 0.13 sec.
> add description
> Error Message
> Expected: <6>
> but: was <10>
> Stacktrace
> java.lang.AssertionError:
> Expected: <6>
> but: was <10>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.junit.Assert.assertThat(Assert.java:956)
> at org.junit.Assert.assertThat(Assert.java:923)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication(JaxrsMetamodelChangedProcessorTestCase.java:358)
> {code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25017) 1 recurring Test Failure (20+ builds) in JBIDE 4.5.1.AM2 for webservices component
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25017?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25017:
------------------------------------
[checkUnresolvedIssues.py] Slip to fixversion = *4.5.2.AM1* and sprint = *devex #140 November 2017*
> 1 recurring Test Failure (20+ builds) in JBIDE 4.5.1.AM2 for webservices component
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-25017
> URL: https://issues.jboss.org/browse/JBIDE-25017
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: Dmitrii Bocharov
> Priority: Blocker
> Labels: testfailure
> Fix For: 4.5.2.AM1, 4.5.x
>
>
> *1 Test Failure(s) in JBIDE 4.5.1.AM2 for webservices component:*
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> -----
> {code}
> Regression
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication
> Failing for the past 22 builds (Since #671 )
> Took 0.13 sec.
> add description
> Error Message
> Expected: <6>
> but: was <10>
> Stacktrace
> java.lang.AssertionError:
> Expected: <6>
> but: was <10>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.junit.Assert.assertThat(Assert.java:956)
> at org.junit.Assert.assertThat(Assert.java:923)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication(JaxrsMetamodelChangedProcessorTestCase.java:358)
> {code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months