[JBoss JIRA] (JBDS-4135) another singleton bundle selected in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4135?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4135:
--------------------------------
Assignee: Nick Boldt
Resolution: Done
PR pushed. Building in http://wonka.mw.lab.eng.bos.redhat.com/jenkins/job/devstudio.rpm_master/ >=266
Output will be here once built:
https://devstudio.jboss.com/10.0/snapshots/rpms/10.2.0/x86_64/
> another singleton bundle selected in rpm install
> ------------------------------------------------
>
> Key: JBDS-4135
> URL: https://issues.jboss.org/browse/JBDS-4135
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 10.2.0.AM3
>
>
> Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
> Found these singleton duplicates:
> {code}
> !ENTRY org.eclipse.mylyn.commons.core 4 0 2016-10-22 12:33:58.872
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.core [875]
> Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.mylyn.commons.core"; type="osgi.bundle"; version:Version="3.20.2.v20161011-1815"; singleton:="true"
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514)
> 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}
> Here's the complete list of logged errors:
> {code}
> cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
> grep "Another singleton bundle selected" | \
> sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
> org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
> {code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4135) another singleton bundle selected in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4135?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4135:
----------------------------------
Matching bundles in mylyn-commons rpm:
{code}cd /opt/rh/rh-eclipse46/root/usr/share/eclipse; for b in org.eclipse.mylyn.commons.core org.eclipse.mylyn.commons.net org.eclipse.mylyn.commons.notifications.core org.eclipse.mylyn.commons.notifications.ui org.eclipse.mylyn.commons.ui org.eclipse.mylyn.commons.workbench ;do find . -name ${b}*.jar | grep -v devstudio; done
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.core_3.20.2.v20161011-1815.jar
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.net_3.20.2.v20161011-1815.jar
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.notifications.core_1.12.2.v20161011-1815.jar
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.notifications.ui_1.12.2.v20161011-1815.jar
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.ui_3.20.2.v20161011-1815.jar
./droplets/mylyn-commons/eclipse/plugins/org.eclipse.mylyn.commons.workbench_3.20.2.v20161011-1815.jar
{code}
> another singleton bundle selected in rpm install
> ------------------------------------------------
>
> Key: JBDS-4135
> URL: https://issues.jboss.org/browse/JBDS-4135
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Fix For: 10.2.0.AM3
>
>
> Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
> Found these singleton duplicates:
> {code}
> !ENTRY org.eclipse.mylyn.commons.core 4 0 2016-10-22 12:33:58.872
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.core [875]
> Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.mylyn.commons.core"; type="osgi.bundle"; version:Version="3.20.2.v20161011-1815"; singleton:="true"
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514)
> 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}
> Here's the complete list of logged errors:
> {code}
> cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
> grep "Another singleton bundle selected" | \
> sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
> org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
> {code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4135) another singleton bundle selected in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4135?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4135:
-----------------------------
Description:
Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
Found these singleton duplicates:
{code}
!ENTRY org.eclipse.mylyn.commons.core 4 0 2016-10-22 12:33:58.872
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.core [875]
Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.mylyn.commons.core"; type="osgi.bundle"; version:Version="3.20.2.v20161011-1815"; singleton:="true"
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514)
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}
Here's the complete list of logged errors:
{code}
cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
grep "Another singleton bundle selected" | \
sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
{code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
was:
Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
{code}
cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
grep "Another singleton bundle selected" | \
sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
{code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
> another singleton bundle selected in rpm install
> ------------------------------------------------
>
> Key: JBDS-4135
> URL: https://issues.jboss.org/browse/JBDS-4135
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Fix For: 10.2.0.AM3
>
>
> Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
> Found these singleton duplicates:
> {code}
> !ENTRY org.eclipse.mylyn.commons.core 4 0 2016-10-22 12:33:58.872
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.commons.core [875]
> Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.mylyn.commons.core"; type="osgi.bundle"; version:Version="3.20.2.v20161011-1815"; singleton:="true"
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1620)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1599)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1571)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1514)
> 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}
> Here's the complete list of logged errors:
> {code}
> cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
> grep "Another singleton bundle selected" | \
> sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
> org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
> {code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4135) another singleton bundle selected in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4135?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4135:
-----------------------------
Description:
Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
{code}
cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
grep "Another singleton bundle selected" | \
sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
{code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
was:
{code}
cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
grep "Another singleton bundle selected" | \
sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
{code}
> another singleton bundle selected in rpm install
> ------------------------------------------------
>
> Key: JBDS-4135
> URL: https://issues.jboss.org/browse/JBDS-4135
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Fix For: 10.2.0.AM3
>
>
> Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
> {code}
> cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
> grep "Another singleton bundle selected" | \
> sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
> org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
> org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
> org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
> {code} - https://issues.jboss.org/secure/attachment/12411028/12411028_rh-eclipse46...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4135) another singleton bundle selected in rpm install
by Nick Boldt (JIRA)
Nick Boldt created JBDS-4135:
--------------------------------
Summary: another singleton bundle selected in rpm install
Key: JBDS-4135
URL: https://issues.jboss.org/browse/JBDS-4135
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Sub-task
Components: build, rpm
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
{code}
cat /tmp/rh-eclipse46-devstudio10.2.log.20161022-1233.txt | \
grep "Another singleton bundle selected" | \
sed -e "s#.\+osgi.identity=\"\([^\"]\+\)\";.\+Version=\"\([^\"]\+\)\".\+#\1 \2#"
org.eclipse.mylyn.commons.core 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.net 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.core 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.notifications.ui 1.12.2.v20161011-1815
org.eclipse.mylyn.commons.ui 3.20.2.v20161011-1815
org.eclipse.mylyn.commons.workbench 3.20.2.v20161011-1815
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4134) missing require-bundles in rpm install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4134?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4134:
-----------------------------
Attachment: rh-eclipse46-devstudio10.2.log.20161022-1233.grepped.txt
rh-eclipse46-devstudio10.2.log.20161022-1233.txt
Installed: `rh-eclipse46-devstudio.x86_64 10.2-0.20161022.1336.el7`
Missing pkgs/bundles on first start:
{code}
Import-Package: javax.activation; version="[1.1.0,1.2.0)"
Import-Package: javax.mail
Import-Package: javax.mail.internet
Import-Package: org.eclipse.cdt.utils.pty; mandatory:="native"
Import-Package: org.eclipse.jetty.websocket.servlet; version="[9.3.9,9.3.10)"
Import-Package: org.objectweb.asm.commons; version="[5.0.0,6.0.0)"
Require-Bundle: org.eclipse.cdt.core.native; bundle-version="5.9.0"
Require-Bundle: org.eclipse.jetty.websocket.server; bundle-version="[9.3.9,9.4.0)"
Require-Bundle: org.eclipse.jetty.websocket.servlet; bundle-version="[9.3.9,9.4.0)"
Require-Bundle: org.eclipse.rse.core; bundle-version="3.1.200"
Require-Bundle: org.eclipse.rse.core; bundle-version="3.3.100"
Require-Bundle: org.eclipse.rse.ui; bundle-version="3.2.1"
Require-Bundle: org.eclipse.tm.terminal.connector.local; bundle-version="4.0.0"
Require-Bundle: org.jboss.tools.browsersim.ui; bundle-version="3.8.0"
Require-Bundle: org.jboss.tools.livereload.core; bundle-version="1.0.0"
Require-Bundle: org.jboss.tools.ws.ui
{code}
- [^rh-eclipse46-devstudio10.2.log.20161022-1233.txt]
- [^rh-eclipse46-devstudio10.2.log.20161022-1233.grepped.txt]
> missing require-bundles in rpm install
> --------------------------------------
>
> Key: JBDS-4134
> URL: https://issues.jboss.org/browse/JBDS-4134
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: build, rpm
> Affects Versions: 10.2.0.AM2
> Reporter: Nick Boldt
> Fix For: 10.2.0.AM3
>
> Attachments: rh-eclipse46-devstudio10.2.log.20161022-1233.grepped.txt, rh-eclipse46-devstudio10.2.log.20161022-1233.txt, unresolved-requirements.txt
>
>
> Digested from the log attached to JBDS-3141, here's a list of all the missing require-bundles as reported by Eclipse on startup of the rh-eclipse46-devstudio install. See attached.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4131) Can't import example project after RPM installation on RHEL 7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4131?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4131 at 10/22/16 12:16 PM:
-------------------------------------------------------------
After re-adding a number of missing dependencies [1],[2] devstudio now starts up... but I ran the HTML5 Project quickstart and got this not-so-helpful error:
!devstudio10.2.wtf.png|thumbnail!
Digging deeper, it's a NPE in importProject:
{code}
java.lang.NullPointerException
at org.jboss.tools.maven.project.examples.ImportMavenArchetypeProjectExampleDelegate.importProject(ImportMavenArchetypeProjectExampleDelegate.java:57)
at org.jboss.tools.maven.project.examples.AbstractImportMavenExample.importProject(AbstractImportMavenExample.java:36)
at org.jboss.tools.project.examples.wizard.NewProjectExamplesJob.runInWorkspace(NewProjectExamplesJob.java:90)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
!devstudio10.2.wtf2.png|thumbnail!
[1] https://github.com/jbdevstudio/jbdevstudio-product/commit/208ab9236b2ffda...
[2] https://github.com/jbdevstudio/jbdevstudio-product/commit/c44e974be3523b5...
was (Author: nickboldt):
After re-adding a number of missing dependencies [1] devstudio now starts up... but I ran the HTML5 Project quickstart and got this not-so-helpful error:
!devstudio10.2.wtf.png|thumbnail!
Digging deeper, it's a NPE in importProject:
{code}
java.lang.NullPointerException
at org.jboss.tools.maven.project.examples.ImportMavenArchetypeProjectExampleDelegate.importProject(ImportMavenArchetypeProjectExampleDelegate.java:57)
at org.jboss.tools.maven.project.examples.AbstractImportMavenExample.importProject(AbstractImportMavenExample.java:36)
at org.jboss.tools.project.examples.wizard.NewProjectExamplesJob.runInWorkspace(NewProjectExamplesJob.java:90)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
!devstudio10.2.wtf2.png|thumbnail!
> Can't import example project after RPM installation on RHEL 7
> -------------------------------------------------------------
>
> Key: JBDS-4131
> URL: https://issues.jboss.org/browse/JBDS-4131
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM3
> Environment: RHEL Server 7.2.
> Reporter: Lukáš Valach
> Fix For: 10.2.0.AM3
>
> Attachments: DevstudiErrorLog.txt, devstudio10.2.wtf.png, devstudio10.2.wtf2.png, import_wizard.png, rh-eclipse46-devstudio.repo
>
>
> During the test of RPM installation on RHEL 7 I noticed that I can't import HTML5 example project from central. Only the window with message "Refreshing project examples" appear for a while and then nothing happens.
> There is one warning and many errors in Error Log View.
> Error log export: [^DevstudiErrorLog.txt]
> I also tried to import project from file system, but there isn't the "Existing Maven Project" option in the import wizard. [^import_wizard.png]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBDS-4131) Can't import example project after RPM installation on RHEL 7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4131?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4131:
--------------------------------
Assignee: Nick Boldt
> Can't import example project after RPM installation on RHEL 7
> -------------------------------------------------------------
>
> Key: JBDS-4131
> URL: https://issues.jboss.org/browse/JBDS-4131
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build, rpm
> Affects Versions: 10.2.0.AM3
> Environment: RHEL Server 7.2.
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 10.2.0.AM3
>
> Attachments: DevstudiErrorLog.txt, devstudio10.2.wtf.png, devstudio10.2.wtf2.png, import_wizard.png, rh-eclipse46-devstudio.repo
>
>
> During the test of RPM installation on RHEL 7 I noticed that I can't import HTML5 example project from central. Only the window with message "Refreshing project examples" appear for a while and then nothing happens.
> There is one warning and many errors in Error Log View.
> Error log export: [^DevstudiErrorLog.txt]
> I also tried to import project from file system, but there isn't the "Existing Maven Project" option in the import wizard. [^import_wizard.png]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months