[JBoss JIRA] (JBDS-4499) Multiple versions of org.eclipse.linuxtools.jdt.docker.launcher
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4499?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4499:
-----------------------------
Fix Version/s: 11.1.0.AM2
(was: 11.1.0.AM1)
> Multiple versions of org.eclipse.linuxtools.jdt.docker.launcher
> ---------------------------------------------------------------
>
> Key: JBDS-4499
> URL: https://issues.jboss.org/browse/JBDS-4499
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Affects Versions: 11.0.0.GA
> Environment: DevTools repository: http://brewweb.engineering.redhat.com/brewroot/repos/devtools-1.0-rh-ecli...
> Devstudio repository: https://devstudio.redhat.com/11/staging/builds/devstudio-11.0.0.GA-build-...
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 11.1.0.AM2
>
>
> I have installed last staged build \[1\] and now I have this error message in the log after start:
> {code}
> !ENTRY org.eclipse.linuxtools.jdt.docker.launcher 4 0 2017-08-07 12:04:20.933
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Could not resolve module: org.eclipse.linuxtools.jdt.docker.launcher [1118]
> Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.linuxtools.jdt.docker.launcher"; type="osgi.bundle"; version:Version="1.0.0.201708031854"; singleton:="true"
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1628)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1607)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1579)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1522)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
> {code}
> \[1\] https://devstudio.redhat.com/11/staging/builds/devstudio-11.0.0.GA-build-...
> Content of /opt/rh/rh-eclipse47
> {code}
> find /opt/rh/rh-eclipse47/ -iname "*org.eclipse.linuxtools.jdt.docker.launcher*"
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/linuxtools-docker/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher.source_1.0.0.201708031854.jar
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/linuxtools-docker/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher_1.0.0.201708031854.jar
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher_1.0.0.201708010032.jar
> {code}
> I don't see any impact to the user.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24844) fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24844?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24844:
-------------------------------
Fix Version/s: 4.5.1.AM2
(was: 4.5.1.AM1)
> fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
> ---------------------------------------------------------------------------
>
> Key: JBIDE-24844
> URL: https://issues.jboss.org/browse/JBIDE-24844
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
>
> As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.
> {code}
> combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
> {code}
> TODO: verify all the jobs linked from here [1] are working for all OSes
> [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudi...
> * hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
> * livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
> * browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
> * archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
> * vpe.it.weekly - test failures on win81
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months