Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] EPP 2022-03 RC1

Regarding Lucene in webtools there is a bug opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=577321
 
Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov
 
 
Gesendet: Freitag, 04. März 2022 um 16:30 Uhr
Von: "Jonah Graham" <jonah@xxxxxxxxxxxxxxxx>
An: "Eclipse Packaging Project" <epp-dev@xxxxxxxxxxx>
Betreff: Re: [epp-dev] EPP 2022-03 RC1
Thank you Ed.
 
@Nitin - I leave the JEE issues with you to pass to the proper places.
 
The lucene issue implies that the help hasn't been rebuilt recently. The wst problems are well out of my knowledge base.
 
I did run the same test on CPP package and no errors that need resolving come up now. I had found some additional SWT not-disposed errors after your mention last week.
 
Jonah
 
 
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
 
On Fri, 4 Mar 2022 at 04:30, Ed Merks <ed.merks@xxxxxxxxx> wrote:

Jonah,

I regenerated the catalogs and tested JEE.  This warning was in the log twice:

Can't find Navigator Content Descriptor with id: org.eclipse.jst.servlet.ui.EnhancedJavaRendering

When I accidentally typed "errorlog" which started a search in the help, a whole whack of warnings like this were logged:

"Unable to consume Lucene index from bundle 'org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115 [560]'. The index should be rebuilt with Lucene 8.4.1

And also a whole bunch of errors like this were logged:

Help document /org.eclipse.datatools.doc.isv/html/reference/api/org/eclipse/datatools/sqltools/result/internal/ui/export/component/package-summary.html cannot be opened.

None of this seemed overly problematic though...

Visiting all the preference pages produced so many errors the log didn't record them all.  See below.   This is a really easy test to run manually.  Use Windows -> Preferences..., enable the preference recorder (bottom right toolbar button), click the light bulb button, and then let the dialog quickly visit all the pages for you.

java.lang.UnsupportedOperationException: Attempting to install a second facet version for an already installed facet: Dynamic Web Module 3.0[Dynamic Web Module 2.2]
    at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectFrameworkImpl.check(FacetedProjectFrameworkImpl.java:954)
    at org.eclipse.wst.common.project.facet.core.ProjectFacetsManager.check(ProjectFacetsManager.java:419)
    at org.eclipse.jst.ws.internal.consumption.common.FacetUtils.match(FacetUtils.java:584)
    at org.eclipse.jst.ws.internal.consumption.ui.wsrt.FacetMatchCache.getTemplates(FacetMatchCache.java:500)
    at org.eclipse.jst.ws.internal.consumption.ui.wsrt.FacetMatchCache.getTemplatesForClientRuntime(FacetMatchCache.java:435)
    at org.eclipse.jst.ws.internal.consumption.ui.wsrt.WebServiceRuntimeExtensionUtils2.getAllClientProjectTypes(WebServiceRuntimeExtensionUtils2.java:195)
    at org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyDefaults.getClientTypes(ProjectTopologyDefaults.java:31)
    at org.eclipse.jst.ws.internal.consumption.ui.preferences.PersistentProjectTopologyContext.load(PersistentProjectTopologyContext.java:48)
    at org.eclipse.jst.ws.internal.consumption.ui.plugin.WebServiceConsumptionUIPlugin.getProjectTopologyContext(WebServiceConsumptionUIPlugin.java:95)
    at org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyPreferencePage.initializeValues(ProjectTopologyPreferencePage.java:312)
    at org.eclipse.jst.ws.internal.consumption.ui.preferences.ProjectTopologyPreferencePage.createContents(ProjectTopologyPreferencePage.java:194)
    at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:244)
    at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1433)
    at org.eclipse.jface.preference.PreferenceDialog$8.run(PreferenceDialog.java:1196)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
    at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1188)
    at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:630)
    at org.eclipse.jface.preference.PreferenceDialog$5.lambda$0(PreferenceDialog.java:660)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
    at org.eclipse.jface.preference.PreferenceDialog$5.selectionChanged(PreferenceDialog.java:657)
    at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:821)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
    at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:818)
    at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1661)
    at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1090)
    at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:376)
    at org.eclipse.oomph.setup.ui.recorder.PreferenceInitializationDialog$Initializer$2$2.run(PreferenceInitializationDialog.java:427)
    at org.eclipse.oomph.ui.UIUtil$7.run(UIUtil.java:662)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4035)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3635)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:166)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:368)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:470)
    at org.eclipse.oomph.setup.ui.recorder.PreferenceInitializationDialog$Initializer.run(PreferenceInitializationDialog.java:383)
    at org.eclipse.oomph.ui.UIUtil$5.run(UIUtil.java:571)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4035)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3635)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
    at org.eclipse.jface.window.Window.open(Window.java:799)
    at org.eclipse.oomph.setup.ui.recorder.PreferenceInitializationDialog$Initializer$2$1$2.run(PreferenceInitializationDialog.java:530)
    at org.eclipse.oomph.ui.UIUtil$5.run(UIUtil.java:571)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4035)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3635)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
    at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
 

Regards,
Ed
 

On 04.03.2022 04:32, Jonah Graham wrote:
Hi everyone,

Our next milestone build is available for testing: EPP 2022-03 RC1

No special issues to report! However there are some package/platforms that haven't had a +1 in a while. It would be reassuring if we can get some confirmation that it is still being tested.

I have been following the steps on https://hackmd.io/@jonahgraham/eclipse-epp-release-process - you can see the checkmarks as to what is done.

Download link: https://download.eclipse.org/technology/epp/downloads/release/2022-03/RC1/_mirrors.php

EPP was built with the p2 repositories at:

https://download.eclipse.org/releases/2022-03/202203041000 and
https://download.eclipse.org/technology/epp/packages/2022-03/202203031200/

Please test and send your +1 to this mailing list. +1s are optional as the package will be published anyway.

Last +1 received for each package and platform (apologies if I missed one of your +1 emails, just let me know and I will update Last Recorded +1) I have highlighted those packages/platforms that I haven't seen any confirmation in this release cycle on.

Packages:
committers - 2021-12 RC2
cpp - 2022-03 M3
dsl - 2022-03 M3
embedcpp - 2021-12 M3
java - 2022-03 M1
jee - 2022-03 M2
modeling - 2021-12 RC2
parallel - 2021-09 RC2
php - 2020-12 RC2
rcp - 2021-12 RC2
scout - 2021-12 RC2


Platforms:
Linux x86_64 - 2022-03 M3
Linux aarch64 - 2021-09 RC1
Windows - 2022-03 M2
macOS x86_64 - 2022-03 M3
macOS aarch64 - 2022-03 M1

Thank you for testing!

Regards,
Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
 
 
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev
_______________________________________________ epp-dev mailing list epp-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev

Back to the top