[JBoss JIRA] (JBIDE-24301) Error while building jbosstools-openshift-4.4.3
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24301:
------------------------------------
I don't know what you mean by "running jbosstools-base-jbosstools-4.4.3.x". What was the maven command you ran? How did you run it?
Anyway, this should work for you, resolving all upstream deps from jbosstools-base, jbosstools-server, jbosstools-build, and reddeer:
{code}
git clone https://github.com/jbosstools/jbosstools-build.git
cd jbosstools-build
git checkout jbosstools-4.4.3.x
mvn clean install
cd -
git clone https://github.com/jbosstools/jbosstools-openshift.git
cd jbosstools-openshift
git checkout jbosstools-4.4.3.x
# install mvn 3.3.9 to your PATH
mvn clean install -DskipTests=true \
-Djbosstools-base-site=http://download.jboss.org/jbosstools/neon/stable/updates/ \
-Djbosstools-server-site=http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/
{code}
> Error while building jbosstools-openshift-4.4.3
> -----------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.5.0.AM1
>
> Attachments: Error.PNG, issues.PNG, issues.txt, target-platform.png
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24404) For JBIDE 4.4.4.Final: Find Missing Commits From master for jbosstools-4.4.x [Forge]
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24404?page=com.atlassian.jira.plugi... ]
George Gastaldi closed JBIDE-24404.
-----------------------------------
Resolution: Rejected
No commits found besides version bumps
> For JBIDE 4.4.4.Final: Find Missing Commits From master for jbosstools-4.4.x [Forge]
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-24404
> URL: https://issues.jboss.org/browse/JBIDE-24404
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: forge
> Reporter: Jeff MAURY
> Assignee: George Gastaldi
> Priority: Blocker
> Labels: task
>
> For JBIDE 4.4.4.Final [Forge]: 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-forge at https://github.com/jbosstools/jbosstools-forge
> Searching for commits present in master and missing from jbosstools-4.4.x
> Commit hash "d227f5" is the last common ancestor of master and jbosstools-4.4.x
> d227f5 is 6 commits ago in branch jbosstools-4.4.x
> d227f5 is 5 commits ago in branch master
> Commits missing from jbosstools-4.4.x that are in master:
> * missing: Bump-to-2.0.200-SNAPSHOT https://github.com/jbosstools/jbosstools-forge/commit/07c4975491d8ddb6d1b...
> * missing: JBIDE-23949-comment-bump-up-to-parent-pom-version-4.5.0.AM1-SNAPSHOT-close https://github.com/jbosstools/jbosstools-forge/commit/d7e5db6a9620f73d758...
> [Search for all task JIRA|https://issues.jboss.org//issues/?jql=%28%28project+in+%28JBDS%29+an...], or [Search for Forge 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] (JBDS-4367) Problems with Red Hat Central/Spring MVC Project
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4367?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4367:
----------------------------------
[~fbricon] any ideas?
[~gicavallo972] Which version of devstudio did you install? How did you do the install? devstudio installer? devsuite installer? Eclipse marketplace? update site?
> Problems with Red Hat Central/Spring MVC Project
> ------------------------------------------------
>
> Key: JBDS-4367
> URL: https://issues.jboss.org/browse/JBDS-4367
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: 3rd-party-dependencies
> Affects Versions: 10.3.0.GA
> Environment: Creation of Spring MVC Project from Red Hat Central in Eclipse (Neon)
> Reporter: Giuseppe Cavallo
> Assignee: Fred Bricon
> Priority: Critical
> Attachments: Cattura1.JPG
>
>
> Hi everybody,
> recently i had install Red Hat Developer Sudio on Eclipse (version Neon) and some plugin (ie Spring, Maven ecc.).
> In the Project menu creation there is a section named 'Red Hat Central'. Under this section there is a 'Spring Mvc Project'.
> I have a Jboss EAP 7.x installed like Server.
> When i try to create Spring Project by this menu, there is an error on dependency Maven Artifact, like the snapshot attach. I try to install this dependency but the jar of this feature seems not have a correct xml descriptor to insert in Maven add Repository (local o remote).
> Any suggest.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4367) Problems with Red Hat Central/Spring MVC Project
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4367?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4367:
-----------------------------
Affects Version/s: 10.3.0.GA
> Problems with Red Hat Central/Spring MVC Project
> ------------------------------------------------
>
> Key: JBDS-4367
> URL: https://issues.jboss.org/browse/JBDS-4367
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: 3rd-party-dependencies
> Affects Versions: 10.3.0.GA
> Environment: Creation of Spring MVC Project from Red Hat Central in Eclipse (Neon)
> Reporter: Giuseppe Cavallo
> Assignee: Fred Bricon
> Priority: Critical
> Attachments: Cattura1.JPG
>
>
> Hi everybody,
> recently i had install Red Hat Developer Sudio on Eclipse (version Neon) and some plugin (ie Spring, Maven ecc.).
> In the Project menu creation there is a section named 'Red Hat Central'. Under this section there is a 'Spring Mvc Project'.
> I have a Jboss EAP 7.x installed like Server.
> When i try to create Spring Project by this menu, there is an error on dependency Maven Artifact, like the snapshot attach. I try to install this dependency but the jar of this feature seems not have a correct xml descriptor to insert in Maven add Repository (local o remote).
> Any suggest.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4367) Problems with Red Hat Central/Spring MVC Project
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4367?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4367:
--------------------------------
Assignee: Fred Bricon
> Problems with Red Hat Central/Spring MVC Project
> ------------------------------------------------
>
> Key: JBDS-4367
> URL: https://issues.jboss.org/browse/JBDS-4367
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: 3rd-party-dependencies
> Environment: Creation of Spring MVC Project from Red Hat Central in Eclipse (Neon)
> Reporter: Giuseppe Cavallo
> Assignee: Fred Bricon
> Priority: Critical
> Attachments: Cattura1.JPG
>
>
> Hi everybody,
> recently i had install Red Hat Developer Sudio on Eclipse (version Neon) and some plugin (ie Spring, Maven ecc.).
> In the Project menu creation there is a section named 'Red Hat Central'. Under this section there is a 'Spring Mvc Project'.
> I have a Jboss EAP 7.x installed like Server.
> When i try to create Spring Project by this menu, there is an error on dependency Maven Artifact, like the snapshot attach. I try to install this dependency but the jar of this feature seems not have a correct xml descriptor to insert in Maven add Repository (local o remote).
> Any suggest.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24412) Workspace looks empty until you answer usage reporting
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24412?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-24412:
-------------------------------------
So digging through the UI synchronizer code, it seems it's trying to do an asyncExec (some other arbitrary code) and then waiting for it to complete. Unfortunately it refuses to execute the asyncExec while a syncExec is currently occurring.
At least thats how it seems?
> Workspace looks empty until you answer usage reporting
> ------------------------------------------------------
>
> Key: JBIDE-24412
> URL: https://issues.jboss.org/browse/JBIDE-24412
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: foundation
> Affects Versions: 4.5.0.AM1
> Reporter: Rob Stryker
> Fix For: 4.4.4.Final, 4.5.0.AM1
>
> Attachments: JBIDE-24412.png
>
>
> When starting my dev-env, the usage reporting is blocking the UI from continuing.
> {code}
> !ENTRY org.eclipse.ui 4 4 2017-05-05 06:56:36.542
> !MESSAGE To avoid deadlock while executing Display.syncExec() with argument: org.jboss.tools.usage.event.UsageReporter$6@4a965577, thread Worker-5 will interrupt UI thread.
> !SUBENTRY 1 org.eclipse.ui 4 4 2017-05-05 06:56:36.542
> !MESSAGE Worker-5 thread is an instance of Worker or owns an ILock
> !STACK 0
> java.lang.IllegalStateException: Call stack for thread Worker-5
> at sun.management.ThreadImpl.dumpThreads0(Native Method)
> at sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:448)
> at org.eclipse.ui.internal.UILockListener.reportInterruption(UILockListener.java:206)
> at org.eclipse.ui.internal.UILockListener.interruptUI(UILockListener.java:176)
> at org.eclipse.ui.internal.PendingSyncExec.waitUntilExecuted(PendingSyncExec.java:82)
> at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:153)
> at org.eclipse.swt.widgets.Display.syncExec(Display.java:5410)
> at org.jboss.tools.usage.event.UsageReporter.askUserForEnablement(UsageReporter.java:357)
> at org.jboss.tools.usage.event.UsageReporter.askUser(UsageReporter.java:338)
> at org.jboss.tools.usage.event.UsageReporter.access$1(UsageReporter.java:337)
> at org.jboss.tools.usage.event.UsageReporter$ReportingJob.run(UsageReporter.java:402)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> !SUBENTRY 1 org.eclipse.ui 4 4 2017-05-05 06:56:36.542
> !MESSAGE UI thread waiting on a job or lock.
> !STACK 0
> java.lang.IllegalStateException: Call stack for thread main
> at org.eclipse.swt.internal.gtk.OS.Call(Native Method)
> at org.eclipse.swt.widgets.Display.sleep(Display.java:5054)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:819)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.jboss.tools.usage.event.UsageReporter$6.run(UsageReporter.java:364)
> at org.eclipse.ui.internal.PendingSyncExec.run(PendingSyncExec.java:58)
> at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:168)
> at org.eclipse.ui.internal.UILockListener.aboutToWait(UILockListener.java:136)
> at org.eclipse.core.internal.jobs.LockManager.aboutToWait(LockManager.java:114)
> at org.eclipse.core.internal.jobs.OrderedLock.doAcquire(OrderedLock.java:152)
> at org.eclipse.core.internal.jobs.OrderedLock.acquire(OrderedLock.java:106)
> at org.eclipse.jst.j2ee.internal.J2EEInit.aquireInitializePackageContentsLock(J2EEInit.java:454)
> at org.eclipse.jst.j2ee.ejb.internal.impl.EjbPackageImpl.initializePackageContents(EjbPackageImpl.java:1520)
> at org.eclipse.jst.j2ee.ejb.internal.impl.EjbPackageImpl.init(EjbPackageImpl.java:322)
> at org.eclipse.jst.j2ee.ejb.EjbPackage.<clinit>(EjbPackage.java:1916)
> at org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl.getPackage(EjbFactoryImpl.java:671)
> at org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider.<clinit>(J2EEAdapterFactoryLabelProvider.java:42)
> at org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider.initialize(J2EELabelProvider.java:57)
> at org.eclipse.jst.j2ee.navigator.internal.J2EELabelProvider.init(J2EELabelProvider.java:246)
> at org.eclipse.ui.internal.navigator.extensions.NavigatorContentExtension$2.run(NavigatorContentExtension.java:156)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.navigator.extensions.NavigatorContentExtension.getLabelProvider(NavigatorContentExtension.java:148)
> at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.findStyledText(NavigatorContentServiceLabelProvider.java:165)
> at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.getStyledText(NavigatorContentServiceLabelProvider.java:153)
> at org.eclipse.ui.internal.navigator.NavigatorDecoratingLabelProvider$StyledLabelProviderAdapter.getStyledText(NavigatorDecoratingLabelProvider.java:63)
> at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.getStyledText(DelegatingStyledCellLabelProvider.java:206)
> at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.getStyledText(DecoratingStyledCellLabelProvider.java:194)
> at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.update(DelegatingStyledCellLabelProvider.java:106)
> at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.update(DecoratingStyledCellLabelProvider.java:131)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:141)
> at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:949)
> at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:118)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.ui.internal.JFaceUtil$$Lambda$8/1995103322.run(Unknown Source)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1029)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:474)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.ui.internal.JFaceUtil$$Lambda$8/1995103322.run(Unknown Source)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2170)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:843)
> at org.eclipse.jface.viewers.AbstractTreeViewer.lambda$0(AbstractTreeViewer.java:820)
> at org.eclipse.jface.viewers.AbstractTreeViewer$$Lambda$207/778078611.run(Unknown Source)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:795)
> at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:596)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:766)
> at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1538)
> at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:772)
> at org.eclipse.jface.viewers.AbstractTreeViewer.lambda$1(AbstractTreeViewer.java:1523)
> at org.eclipse.jface.viewers.AbstractTreeViewer$$Lambda$206/994151586.run(Unknown Source)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1458)
> at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:354)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1419)
> at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1517)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:286)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1696)
> at org.eclipse.ui.navigator.CommonNavigator.createPartControl(CommonNavigator.java:206)
> at org.eclipse.ui.navigator.resources.ProjectExplorer.createPartControl(ProjectExplorer.java:88)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:149)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:147)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:344)
> 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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
> at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
> at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)
> at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
> at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
> at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
> at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
> at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)
> at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:56)
> at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:536)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:520)
> at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:70)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1286)
> at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:669)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:68)
> at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:137)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:68)
> at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:137)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:68)
> at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:49)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:79)
> at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97)
> at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:61)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:669)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:68)
> at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.processContents(SashRenderer.java:137)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:68)
> at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:706)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:665)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1059)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:684)
> at org.eclipse.ui.internal.Workbench$$Lambda$18/1343796587.run(Unknown Source)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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, 11 months
[JBoss JIRA] (JBDS-4195) Remove Software/Update page when installed from RPM.
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4195?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4195:
-----------------------------
Component/s: central-update
(was: central)
> Remove Software/Update page when installed from RPM.
> ----------------------------------------------------
>
> Key: JBDS-4195
> URL: https://issues.jboss.org/browse/JBDS-4195
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: central-update
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 10.2.0.GA, 10.4.0.GA, 11.0.0.AM1
>
> Attachments: jbds4195.usage.properties.png, jbds4195.usage.properties.txt
>
>
> In order to avoid presenting JBDS-4175 to users, a workaround is to not show the Software/Updates tab when installation comes from RPM. We'll use the same sort of identification as in JBDS-4014, a suffix of "|Devstudio" indicating that the install is from RPM, eg., this screengrab from Google Analytics:
> http://imgur.com/kyspoAn
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4195) Remove Software/Update page when installed from RPM.
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4195?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4195:
-----------------------------
Component/s: central
> Remove Software/Update page when installed from RPM.
> ----------------------------------------------------
>
> Key: JBDS-4195
> URL: https://issues.jboss.org/browse/JBDS-4195
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: central, central-update
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 10.2.0.GA, 10.4.0.GA, 11.0.0.AM1
>
> Attachments: jbds4195.usage.properties.png, jbds4195.usage.properties.txt
>
>
> In order to avoid presenting JBDS-4175 to users, a workaround is to not show the Software/Updates tab when installation comes from RPM. We'll use the same sort of identification as in JBDS-4014, a suffix of "|Devstudio" indicating that the install is from RPM, eg., this screengrab from Google Analytics:
> http://imgur.com/kyspoAn
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24382) Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24382?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24382:
----------------------------------
Assignee: Ondrej Dockal (was: Nick Boldt)
> Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
> -----------------------------------------------------------
>
> Key: JBIDE-24382
> URL: https://issues.jboss.org/browse/JBIDE-24382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, docker, target-platform
> Affects Versions: 4.4.4.Final
> Reporter: Nick Boldt
> Assignee: Ondrej Dockal
> Fix For: 4.4.4.Final
>
> Attachments: BYOE_keep.png, BYOE_show.png, BYOE_update.png, devstudio-1040GAvsAM3.png, install-devstudio1040ga-ci-snapshot-byoe-docker2.3.0.20170307.png, install-devstudio1040ga-ci-snapshot-byoe.png, p2diff.txt, p2diff_460.txt, p2diff_460_summary.txt, processing_information_1.png, processing_information_2.png, processing_information_3.png, rh_central_remediation_page_keep.png, rh_central_remediation_page_show.png
>
>
> 1. Mirror http://download.eclipse.org/linuxtools/update-docker-neon3respinb to http://download.jboss.org/jbosstools/updates/requirements/docker/2.3.0.20... (Done today.)
> 2. Update jbt/ds 4.63.x TPs to use this Neon.3-respin-b version of Docker Tools (PR forthcoming.)
> cc: [~jjohnstn] [~lvalach] [~odockal]
> Why, you ask?
> Well, the 2.3.0.20170425 rebuild of Docker Tools fixes wiring issues w.r.t. docker by depending on OLDER dependencies like spotify.docker 3.4, httpcomponents.httpcore (and httpclient), plus backlevels jnr.* plugins too.
> Without this fix [1], installation may pull in an older version of Docker Tools, which depends on newer dependencies. This forces the old deps and the newer feature to be installed and used.
> [1] https://github.com/jbosstools/jbosstools-openshift/pull/1492 & https://github.com/jbosstools/jbosstools-openshift/pull/1493
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24382) Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24382?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-24382 at 5/5/17 8:59 AM:
------------------------------------------------------------
Issue with Fuse Tools 9.1 requiring m2e.tycho 0.9 (instead of 0.8.1) is a known issue. See FUSETOOLS-2353. That will be fixed in Fuse Tools 9.2 and 10.0.
Issue with being unable to update w/o remediation is unexpected but I'm glad there was a workaround that involved getting the latest devstudio feature, latest m2e 0.81, and wtp patch.
!BYOE_update.png|thumbnail!
was (Author: nickboldt):
Issue with Fuse Tools 9.1 requiring m2e.tycho 0.9 (instead of 0.8.1) is a known issue. See FUSETOOLS-2353. That will be fixed in Fuse Tools 9.2 and 10.0.
Issue with being unable to update w/o remediation is unexpected but I'm glad there was a workaround that involved getting the latest devstudio feature, latest m2e 0.81, and wtp patch.
!BYOE_update.png|thumb!
> Update Neon.3 target platform using Docker 2.3.0, not 2.3.1
> -----------------------------------------------------------
>
> Key: JBIDE-24382
> URL: https://issues.jboss.org/browse/JBIDE-24382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, docker, target-platform
> Affects Versions: 4.4.4.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.4.Final
>
> Attachments: BYOE_keep.png, BYOE_show.png, BYOE_update.png, devstudio-1040GAvsAM3.png, install-devstudio1040ga-ci-snapshot-byoe-docker2.3.0.20170307.png, install-devstudio1040ga-ci-snapshot-byoe.png, p2diff.txt, p2diff_460.txt, p2diff_460_summary.txt, processing_information_1.png, processing_information_2.png, processing_information_3.png, rh_central_remediation_page_keep.png, rh_central_remediation_page_show.png
>
>
> 1. Mirror http://download.eclipse.org/linuxtools/update-docker-neon3respinb to http://download.jboss.org/jbosstools/updates/requirements/docker/2.3.0.20... (Done today.)
> 2. Update jbt/ds 4.63.x TPs to use this Neon.3-respin-b version of Docker Tools (PR forthcoming.)
> cc: [~jjohnstn] [~lvalach] [~odockal]
> Why, you ask?
> Well, the 2.3.0.20170425 rebuild of Docker Tools fixes wiring issues w.r.t. docker by depending on OLDER dependencies like spotify.docker 3.4, httpcomponents.httpcore (and httpclient), plus backlevels jnr.* plugins too.
> Without this fix [1], installation may pull in an older version of Docker Tools, which depends on newer dependencies. This forces the old deps and the newer feature to be installed and used.
> [1] https://github.com/jbosstools/jbosstools-openshift/pull/1492 & https://github.com/jbosstools/jbosstools-openshift/pull/1493
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months