Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Setup Tasks preference page missing
Setup Tasks preference page missing [message #1855379] Tue, 11 October 2022 14:06 Go to next message
Ge Strait is currently offline Ge StraitFriend
Messages: 43
Registered: September 2017
Member
My product used to have an Preferences > Oomph > Setup Tasks preference page. I don't see that page anymore. Was the page removed intentionally or should it still be there?

My product .setup file installs the following Oomph. Am I using the correct oomph repository URL ?
<setupTask
xsi:type="setup.p2:P2Task"
label="Oomph Setup UI">
<requirement
name="org.eclipse.oomph.setup.feature.group"/>
<repository
url="http://download.eclipse.org/oomph/updates"/>
<description>Added by IBM. P2 Director to install Oomph Updater.</description>
</setupTask>

Note that I am using the latest Eclipse Installer from https://projects.eclipse.org/projects/tools.oomph/downloads

Also, preferences I added to my .setup file using the Preference Recorder are no longer being set in my product installs. My guess is this problem is related to the Setup Tasks preference page being missing.

Thanks.
Re: Setup Tasks preference page missing [message #1855381 is a reply to message #1855379] Tue, 11 October 2022 14:38 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
The preference pages should all be present. It sounds like perhaps the bundles aren't starting. The latest version requires Java 11 to run. Check the Error Log view for logged exceptions when the IDE starts.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Setup Tasks preference page missing [message #1855385 is a reply to message #1855381] Tue, 11 October 2022 15:37 Go to previous messageGo to next message
Ge Strait is currently offline Ge StraitFriend
Messages: 43
Registered: September 2017
Member
Thanks for the super fast response!

My product curretly requires Java 8. I'm wondering what Oomph features will not work with by Java 8 product.

I see the following in the Error view.
!ENTRY org.eclipse.oomph.setup.editor 4 0 2022-10-10 17:30:40.571
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.oomph.setup.editor [513]
Unresolved requirement: Require-Bundle: org.eclipse.oomph.setup.ui; bundle-version="[1.22.0,2.0.0)"
-> Bundle-SymbolicName: org.eclipse.oomph.setup.ui; bundle-version="1.22.0.v20211116-0849"; singleton:="true"
org.eclipse.oomph.setup.ui [517]
Unresolved requirement: Require-Bundle: org.eclipse.userstorage.ui; bundle-version="[1.0.2,2.0.0)"; x-installation:="greedy"; resolution:="optional"
Unresolved requirement: Require-Bundle: org.eclipse.userstorage.oauth; bundle-version="[1.0.0,2.0.0)"; x-installation:="greedy"; resolution:="optional"
Unresolved requirement: Require-Bundle: org.eclipse.nebula.widgets.tablecombo; bundle-version="[1.0.0,2.0.0)"
-> Bundle-SymbolicName: org.eclipse.nebula.widgets.tablecombo; bundle-version="1.2.0.202208171909"
org.eclipse.nebula.widgets.tablecombo [492]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"

at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1682)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1661)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1624)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1555)
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)
Re: Setup Tasks preference page missing [message #1855388 is a reply to message #1855385] Tue, 11 October 2022 16:44 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
You'll have to use older versions of Oomph for Java 8. Sorry. I think the 2021-12, https://download.eclipse.org/oomph/drops/release/1.23.0/ is the last release the support Java 8.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Setup Tasks preference page missing [message #1855428 is a reply to message #1855388] Thu, 13 October 2022 14:19 Go to previous message
Ge Strait is currently offline Ge StraitFriend
Messages: 43
Registered: September 2017
Member
Problem solved. Thank you so much!
Previous Topic:Exception when trying to run the installer or setup tasks
Next Topic:CheckoutConflictException in Oomph GitCloneTask since 2022-12 M2
Goto Forum:
  


Current Time: Tue May 07 16:05:59 GMT 2024

Powered by FUDForum. Page generated in 0.03167 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top