[JBoss JIRA] (JBIDE-9271) Workspace locks/slow when Invoking 'CDI (Contexts and Dependency Injection Builder)' on 'project'
by Nuno Godinho de Matos (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9271?page=com.atlassian.jira.plugin... ]
Nuno Godinho de Matos commented on JBIDE-9271:
----------------------------------------------
Recently updated by eclipse jboss tools from the market place to try to get this fixed.
My version appears to be still to old in relation to fix version:
Version: 3.2.4.v20170329-2126
What I can say is if open an M2E project with more than 50 modules, my eclipse does no nothing but this CDI (Contexts and Dependency Injection). It is permanatently running in my progress bar. My computer was recently upraded to be a lenovo P50 (quad core) - so this eclipse builder is a total killer.
Is there a way to disable this?
I have already tried to disable almost every feature in the JBOSS tools for CDi validation and everything else, but this builder keeps running.
I can only work if I open with M2E a small subset of components.
Kindest regards.
> Workspace locks/slow when Invoking 'CDI (Contexts and Dependency Injection Builder)' on 'project'
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-9271
> URL: https://issues.jboss.org/browse/JBIDE-9271
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, maven
> Environment: Linux Ubuntu x64 Natty
> Eclipse Indigo 3.7
> Java 1.6.0_24
> JBoss Tools Nightly
> Reporter: Lincoln Baxter III
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 3.3.0.M4
>
> Attachments: JBIDE-9271.patch, JBT_CDI_Builder.mov
>
>
> Invoking 'CDI (Contexts and Dependency Injection Builder)' on 'project' causes the workspace to lock whenever a file is changed.
> Check out this project:
> https://github.com/ocpsoft/rewrite
> Import in to workspace as maven project. Open a source file in API. Change the file. Try to change or save any other file (the workspace locks while it waits for CDI builder to finish.)
> Very annoying :)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4442) Central page does not work on Fedora 26 if package webkitgtk3 is not installed
by Supriya Bharadwaj (JIRA)
[ https://issues.jboss.org/browse/JBDS-4442?page=com.atlassian.jira.plugin.... ]
Supriya Bharadwaj commented on JBDS-4442:
-----------------------------------------
Thanks for publishing this and all the other docs last week, [~rkratky]!
> Central page does not work on Fedora 26 if package webkitgtk3 is not installed
> ------------------------------------------------------------------------------
>
> Key: JBDS-4442
> URL: https://issues.jboss.org/browse/JBDS-4442
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 11.0.0.AM1
> Environment: Fedora 26 Alpha
> Red Hat JBoss Developer Studio
> Version: 11.0.0.AM1
> Build id: AM1-v20170606-1759-B247
> Build date: 20170606-1759
> Reporter: Josef Kopriva
> Assignee: Supriya Bharadwaj
> Fix For: 11.x
>
>
> After fresh installation of F26 and Devstudio central shows error message
> {code:java}
> org.eclipse.swt.SWTException: An exception was raised in JavaScript
> at org.eclipse.swt.browser.WebKit$Webkit2JavascriptEvaluator.evaluate(WebKit.java:1273)
> at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1324)
> at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:409)
> at org.eclipse.swt.browser.Browser.evaluate(Browser.java:663)
> at org.eclipse.swt.browser.Browser.evaluate(Browser.java:610)
> at org.jboss.tools.central.internal.browser.VersionedBrowser.<init>(VersionedBrowser.java:51)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage.createBrowserSection(GettingStartedHtmlPage.java:188)
> at org.jboss.tools.central.editors.GettingStartedHtmlPage.createFormContent(GettingStartedHtmlPage.java:175)
> at org.eclipse.ui.forms.editor.FormPage.lambda$0(FormPage.java:163)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:163)
> at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:480)
> at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1077)
> at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:614)
> at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:106)
> at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:355)
> 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:990)
> at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:955)
> at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:124)
> at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:399)
> at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:318)
> 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:997)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:666)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:772)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:743)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:737)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:721)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:104)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
> at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)
> at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:144)
> at org.eclipse.swt.widgets.Display.syncExec(Display.java:5434)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:212)
> at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
> at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
> at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
> at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
> at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
> at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:52)
> at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
> at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
> at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:173)
> at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:620)
> at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:584)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:768)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:401)
> at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1187)
> at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3261)
> at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3176)
> at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3158)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3153)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3117)
> at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
> at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:437)
> at org.jboss.tools.central.JBossCentralActivator.getJBossCentralEditor(JBossCentralActivator.java:425)
> at org.jboss.tools.central.ShowJBossCentral$2.run(ShowJBossCentral.java:110)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4492)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4105)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1044)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> 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, 7 months
[JBoss JIRA] (JBIDE-22620) remove duplicate entries from target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22620?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-22620 at 9/7/17 3:55 PM:
------------------------------------------------------------
IUs we can remove:
{code}
<unit id="javax.wsdl" version="1.5.1.v201012040544"/>
<unit id="javax.xml.soap" version="1.2.0.v201005080501"/>
<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
<unit id="org.apache.lucene.core" version="5.2.1.v20160301-1110"/>
<unit id="org.apache.lucene.queries" version="5.2.1.v20160926-1534"/>
<unit id="org.objectweb.asm" version="4.0.0.v201302062210"/>
<unit id="org.objectweb.asm" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.analysis" version="5.0.1.v201505121915"/>
<unit id="org.objectweb.asm.tree" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.util" version="5.0.1.v201404251740"/>
<unit id="org.apache.batik.css" version="1.8.0.v20170214-1941"/>
<unit id="org.apache.batik.dom" version="1.7.1.v201505191845"/>
<unit id="org.apache.batik.ext.awt" version="1.7.0.v201011041433"/>
<unit id="org.apache.batik.svggen" version="1.7.0.v201011041433"/>
<unit id="org.apache.batik.util" version="1.8.0.v20170214-1941"/>
<unit id="org.apache.batik.util.gui" version="1.8.0.v20170214-1941"/>
<unit id="org.apache.batik.xml" version="1.7.0.v201011041433"/>
{code} -- https://github.com/jbosstools/jbosstools-target-platforms/pull/277
was (Author: nickboldt):
IUs we can remove:
{code}
<unit id="javax.wsdl" version="1.5.1.v201012040544"/>
<unit id="javax.xml.soap" version="1.2.0.v201005080501"/>
<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
<unit id="org.apache.lucene.core" version="5.2.1.v20160301-1110"/>
<unit id="org.apache.lucene.queries" version="5.2.1.v20160926-1534"/>
<unit id="org.objectweb.asm" version="4.0.0.v201302062210"/>
<unit id="org.objectweb.asm" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.analysis" version="5.0.1.v201505121915"/>
<unit id="org.objectweb.asm.tree" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.util" version="5.0.1.v201404251740"/>
{code} -- https://github.com/jbosstools/jbosstools-target-platforms/pull/277
> remove duplicate entries from target platforms
> ----------------------------------------------
>
> Key: JBIDE-22620
> URL: https://issues.jboss.org/browse/JBIDE-22620
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.4.1.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
>
> Current 4.60.0.Final TP contains duplicates of these IUs:
> * org.eclipse.m2e.model.edit
> * org.eclipse.egit.ui.smartimport
> * ...others?
> Duplication should be avoided. See also JBIDE-22611.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-22620) remove duplicate entries from target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22620?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22620:
------------------------------------
IUs we can remove:
{code}
<unit id="javax.wsdl" version="1.5.1.v201012040544"/>
<unit id="javax.xml.soap" version="1.2.0.v201005080501"/>
<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
<unit id="org.apache.lucene.core" version="5.2.1.v20160301-1110"/>
<unit id="org.apache.lucene.queries" version="5.2.1.v20160926-1534"/>
<unit id="org.objectweb.asm" version="4.0.0.v201302062210"/>
<unit id="org.objectweb.asm" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.analysis" version="5.0.1.v201505121915"/>
<unit id="org.objectweb.asm.tree" version="5.0.1.v201404251740"/>
<unit id="org.objectweb.asm.util" version="5.0.1.v201404251740"/>
{code} -- https://github.com/jbosstools/jbosstools-target-platforms/pull/277
> remove duplicate entries from target platforms
> ----------------------------------------------
>
> Key: JBIDE-22620
> URL: https://issues.jboss.org/browse/JBIDE-22620
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.4.1.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.1.AM2
>
>
> Current 4.60.0.Final TP contains duplicates of these IUs:
> * org.eclipse.m2e.model.edit
> * org.eclipse.egit.ui.smartimport
> * ...others?
> Duplication should be avoided. See also JBIDE-22611.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4533) RPM should depend on upstream m2e-wtp rpms, including jaxrs, jpa, jsf (update to 1.3.3)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4533?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4533:
----------------------------------
Building https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud... >=12
> RPM should depend on upstream m2e-wtp rpms, including jaxrs, jpa, jsf (update to 1.3.3)
> ---------------------------------------------------------------------------------------
>
> Key: JBDS-4533
> URL: https://issues.jboss.org/browse/JBDS-4533
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: 3rd-party-dependencies, rpm, target-platform, upstream
> Affects Versions: 11.1.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.1.0.AM3
>
>
> RPM should depend on upstream m2e rpms, including jaxrs, jpa, jsf. Depends on getting this done in Fedora and devtools channel first.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months