[JBoss JIRA] (JBIDE-23600) Integration tests global refactoring: org.jboss.tools.livereload.ui.bot.test
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23600?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-23600:
------------------------------------
[~xcoulon] the goal is to move the integration tests from a global independant repo to the component repo. This is mainly done by GE ([~psrna]) so we may perhaps change the assignee but we shoud keep it in mind.
> Integration tests global refactoring: org.jboss.tools.livereload.ui.bot.test
> ----------------------------------------------------------------------------
>
> Key: JBIDE-23600
> URL: https://issues.jboss.org/browse/JBIDE-23600
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: livereload
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Xavier Coulon
> Labels: integration, integration_tests, livereload
> Fix For: 4.4.4.Final
>
>
> Maven command:
> {code}
> mvn clean verify -Dtest.module=org.jboss.tools.livereload.ui.bot.test -DskipTests=false
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4361) BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop()
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4361?page=com.atlassian.jira.plugin.... ]
Lukáš Valach commented on JBDS-4361:
------------------------------------
I still see this error in jenkins log. I will investigate little bit in 11.0.0.AMx.
> BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop()
> ---------------------------------------------------------------------------
>
> Key: JBDS-4361
> URL: https://issues.jboss.org/browse/JBDS-4361
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 10.4.0.AM3
> Environment: Fedora 24,
> openjdk version "1.8.0_121",
> devstudio-10.4.0.AM3-v20170410-1340-B413
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Priority: Minor
> Fix For: 11.0.0.AM1
>
> Attachments: checkstyle-devstudio10.4.ga-no-console-errors.png, checkstyle-devstudio10.4.ga-no-console-errors_RPM.png, eclipse-log-CheckstyleUIPlugin.log
>
>
> I saw this exception in eclipse log after installation of everything from RH Central. I see that you have met this problem in JBDS-2666 and jira was closed as 'can't reproduce'.
> It seems that this error is reproducable using automated test of installation from RH Central \[1\], see builds 18-20, choose OS and open eclipse-log-startAfterInstall.log. This error is in all builds and on all systems.
> \[1\] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {code}
> !ENTRY net.sf.eclipsecs.ui 4 0 2017-04-12 13:10:03.802
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop() of bundle net.sf.eclipsecs.ui.
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:850)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:946)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:314)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580)
> at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
> at net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop(CheckstyleUIPlugin.java:123)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:830)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:823)
> ... 13 more
> Caused by: java.lang.NullPointerException
> at org.eclipse.ui.plugin.AbstractUIPlugin.imageDescriptorFromPlugin(AbstractUIPlugin.java:664)
> at net.sf.eclipsecs.ui.CheckstyleUIPluginImages.<clinit>(CheckstyleUIPluginImages.java:95)
> ... 18 more
> Root exception:
> java.lang.ExceptionInInitializerError
> at net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop(CheckstyleUIPlugin.java:123)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:830)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:823)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:946)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:314)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580)
> at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> at org.eclipse.ui.plugin.AbstractUIPlugin.imageDescriptorFromPlugin(AbstractUIPlugin.java:664)
> at net.sf.eclipsecs.ui.CheckstyleUIPluginImages.<clinit>(CheckstyleUIPluginImages.java:95)
> ... 18 more
> {code}
> Log: [^eclipse-log-CheckstyleUIPlugin.log]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4361) BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop()
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4361?page=com.atlassian.jira.plugin.... ]
Lukáš Valach updated JBDS-4361:
-------------------------------
Fix Version/s: 11.0.0.AM1
(was: 10.4.0.GA)
> BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop()
> ---------------------------------------------------------------------------
>
> Key: JBDS-4361
> URL: https://issues.jboss.org/browse/JBDS-4361
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 10.4.0.AM3
> Environment: Fedora 24,
> openjdk version "1.8.0_121",
> devstudio-10.4.0.AM3-v20170410-1340-B413
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Priority: Minor
> Fix For: 11.0.0.AM1
>
> Attachments: checkstyle-devstudio10.4.ga-no-console-errors.png, checkstyle-devstudio10.4.ga-no-console-errors_RPM.png, eclipse-log-CheckstyleUIPlugin.log
>
>
> I saw this exception in eclipse log after installation of everything from RH Central. I see that you have met this problem in JBDS-2666 and jira was closed as 'can't reproduce'.
> It seems that this error is reproducable using automated test of installation from RH Central \[1\], see builds 18-20, choose OS and open eclipse-log-startAfterInstall.log. This error is in all builds and on all systems.
> \[1\] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {code}
> !ENTRY net.sf.eclipsecs.ui 4 0 2017-04-12 13:10:03.802
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Exception in net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop() of bundle net.sf.eclipsecs.ui.
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:850)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:946)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:314)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580)
> at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
> at net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop(CheckstyleUIPlugin.java:123)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:830)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:823)
> ... 13 more
> Caused by: java.lang.NullPointerException
> at org.eclipse.ui.plugin.AbstractUIPlugin.imageDescriptorFromPlugin(AbstractUIPlugin.java:664)
> at net.sf.eclipsecs.ui.CheckstyleUIPluginImages.<clinit>(CheckstyleUIPluginImages.java:95)
> ... 18 more
> Root exception:
> java.lang.ExceptionInInitializerError
> at net.sf.eclipsecs.ui.CheckstyleUIPlugin.stop(CheckstyleUIPlugin.java:123)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:830)
> at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:823)
> at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:946)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:314)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1661)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1580)
> at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:270)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:147)
> at org.eclipse.osgi.container.Module.doStop(Module.java:636)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:202)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> at org.eclipse.ui.plugin.AbstractUIPlugin.imageDescriptorFromPlugin(AbstractUIPlugin.java:664)
> at net.sf.eclipsecs.ui.CheckstyleUIPluginImages.<clinit>(CheckstyleUIPluginImages.java:95)
> ... 18 more
> {code}
> Log: [^eclipse-log-CheckstyleUIPlugin.log]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24396) For JBIDE 4.4.4.Final: Find Missing Commits From master for jbosstools-4.4.x [OpenShift]
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24396?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-24396:
-------------------------------------
Fix Version/s: 4.5.0.AM1
(was: 4.4.4.Final)
> For JBIDE 4.4.4.Final: Find Missing Commits From master for jbosstools-4.4.x [OpenShift]
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-24396
> URL: https://issues.jboss.org/browse/JBIDE-24396
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: cdk, openshift
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: task
> Fix For: 4.5.0.AM1
>
>
> For JBIDE 4.4.4.Final [OpenShift]: Ensure all commits pushed to master have either been made in jbosstools-4.4.x, or are intentionally excluded from jbosstools-4.4.x.
> Below are listed all commits made to master that have not been found in jbosstools-4.4.x. It is possible these commits do exist in jbosstools-4.4.x, but the patches are not identical. It is also possible that the commits made in master are not relevant to jbosstools-4.4.x or should not be applied.
> If there are no commits listed below, please close (do not resolve) this issue.
> Otherwise:
> 1) Click on each link below.
> 2) Evaluate whether the given commit *should* be in jbosstools-4.4.x
> 3) If it should be in jbosstools-4.4.x, please find out why it is not in jbosstools-4.4.x. You may need to browse jbosstools-4.4.x's commit log to find a commit that should match.
> 4) If you cannot find a matching commit, and it *should* be committed to jbosstools-4.4.x, please cherry-pick that commit to jbosstools-4.4.x or otherwise merge it in.
> 5) In comments, please indicate any suspicious commits (ie, commits not related to simple version changes), whether it exists in jbosstools-4.4.x, whether you have successfully merged it in now, or whether it is not intended to be committed to jbosstools-4.4.x or is inappropriate for jbosstools-4.4.x.
> 6) When all complete, please close (do not resolve) this issue.
>
> Folder: jbosstools-openshift at https://github.com/jbosstools/jbosstools-openshift
> Searching for commits present in master and missing from jbosstools-4.4.x
> Commit hash "3babbe" is the last common ancestor of master and jbosstools-4.4.x
> 3babbe is 52 commits ago in branch jbosstools-4.4.x
> 3babbe is 51 commits ago in branch master
> Commits missing from jbosstools-4.4.x that are in master:
> * missing: JBIDE-24387-Implement-cleanup-for-reddeer-requirements-1490 https://github.com/jbosstools/jbosstools-openshift/commit/d12e7a5c68c6c42...
> * missing: JBIDE-24016-ITests-Possibility-to-create-server-adapter-from-service-1484 https://github.com/jbosstools/jbosstools-openshift/commit/d32fb839c49f1da...
> * missing: JBIDE-24229-add-quality-profile-for-sonar-1475 https://github.com/jbosstools/jbosstools-openshift/commit/6103abd57a16f80...
> * missing: jbide-23900-refactoring-of-openshift-server-adapter-1462 https://github.com/jbosstools/jbosstools-openshift/commit/a64fef55bbb47aa...
> * missing: bump-all-plugins-features-to-3.4.0-SNAPSHOT-1457 https://github.com/jbosstools/jbosstools-openshift/commit/338680937b9bdc4...
> * missing: bumping-org.jboss.tools.openshift.reddeer https://github.com/jbosstools/jbosstools-openshift/commit/628a0d5572db3ff...
> ** possible match: https://github.com/jbosstools/jbosstools-openshift/commit/28ae2520db432c5...
> *** Inspect the difference between the two patches: http://sprunge.us/AijV
> * missing: jbide-23494-unit-tests-for-WatchManager-1442 https://github.com/jbosstools/jbosstools-openshift/commit/cf544dbec4baa87...
> ** possible match: https://github.com/jbosstools/jbosstools-openshift/commit/09a353e70f0d329...
> *** Inspect the difference between the two patches: http://sprunge.us/GYcD
> * missing: JBIDE-23961-bump-test-plugin-and-test-feature-1444 https://github.com/jbosstools/jbosstools-openshift/commit/49039f20561adf8...
> * missing: JBIDE-23490-bumping-openshift.js-and-js.feature-1443 https://github.com/jbosstools/jbosstools-openshift/commit/cd469be84299149...
> * missing: JBIDE-23490-Server-adapter-provide-ability-to-link-pods-deployment-config-replication-controller-when-no-service-is-available-1427 https://github.com/jbosstools/jbosstools-openshift/commit/cf378ed5c8ca6e9...
> ** possible match: https://github.com/jbosstools/jbosstools-openshift/commit/f0ee0e06cbbd316...
> *** Inspect the difference between the two patches: http://sprunge.us/SOBe
> * missing: JBIDE-24033-bump-express-feature-which-includes-bumped-common.ui-1441 https://github.com/jbosstools/jbosstools-openshift/commit/05225cf9ebf86aa...
> * missing: JBIDE-24033-allow-users-to-double-click-to-select-a-service-1438 https://github.com/jbosstools/jbosstools-openshift/commit/b749179e32f96b1...
> ** possible match: https://github.com/jbosstools/jbosstools-openshift/commit/c50a689bb6a8bc4...
> *** Inspect the difference between the two patches: http://sprunge.us/BBVK
> * missing: JBIDE-23890-bump-ui-plugin-1437 https://github.com/jbosstools/jbosstools-openshift/commit/35777d1d5cef3f2...
> * missing: JBIDE-24010-bump-core-client-cdk-and-features-1435 https://github.com/jbosstools/jbosstools-openshift/commit/7effb1bcf2320f5...
> * missing: Revert-JBIDE-24010-bump-openshift.client-to-3.3.100.-1430 https://github.com/jbosstools/jbosstools-openshift/commit/f2932cb0ae5c7f6...
> * missing: JBIDE-24010-bump-openshift.client-to-3.3.100-in-master-branch-1428 https://github.com/jbosstools/jbosstools-openshift/commit/7974783d39c816a...
> * missing: JBIDE-23903-Start-watching-resources-from-openshift-server-adapter-1423 https://github.com/jbosstools/jbosstools-openshift/commit/267a3b9a8387216...
> * missing: JBIDE-23955-comment-bump-up-to-parent-pom-version-4.5.0.AM1-SNAPSHOT-close https://github.com/jbosstools/jbosstools-openshift/commit/15fed0682618ba3...
> [Search for all task JIRA|https://issues.jboss.org//issues/?jql=%28%28project+in+%28JBDS%29+an...], or [Search for OpenShift task JIRA|https://issues.jboss.org//issues/?jql=%28%28project+in+%28JBDS%29+an...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-23600) Integration tests global refactoring: org.jboss.tools.livereload.ui.bot.test
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23600?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-23600:
---------------------------------------
[~jeffmaury] Can you explain what's expected in this issue ? Also, I'm afraid I have no time for this issue at the moment, so if it's not urgent, let's set the fix version to 'LATER', ok ?
> Integration tests global refactoring: org.jboss.tools.livereload.ui.bot.test
> ----------------------------------------------------------------------------
>
> Key: JBIDE-23600
> URL: https://issues.jboss.org/browse/JBIDE-23600
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: livereload
> Affects Versions: 4.4.2.Final
> Reporter: Jeff MAURY
> Assignee: Xavier Coulon
> Labels: integration, integration_tests, livereload
> Fix For: 4.4.4.Final
>
>
> Maven command:
> {code}
> mvn clean verify -Dtest.module=org.jboss.tools.livereload.ui.bot.test -DskipTests=false
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months