Replies: 2 comments 1 reply
-
That error message is really out of date Then simple configurator is responsible for installing/starting all other bundles according to the I would expect the following bundles to all be marked for eager activation (also note the start-levels):
I'm unsure how you have any "working" scenario where |
Beta Was this translation helpful? Give feedback.
-
I'm not sure why one platform would fail and the other not. Must be some ordering issue. Regardless, I'm still not clear on what you are doing. The most consistent way to get things to work reliably would be to start all the bundles in the same way simple configurator would with the platform installation. That is, first set all the start-levels of all the bundles to the appropriate levels. By default simpleconfigurator sets everything to start-level 4. The exception is the following list:
This indicates the start-level and that these are |
Beta Was this translation helpful? Give feedback.
-
Today I debugged a problem where starting an application failed under different configurations, when one runs the application under Windows/Linux everything works, but under MacOS it failed with:
In contrast to what is indicated by the error message, it seems that
org.eclipse.equinox.app
must be explicitly started, and I found that it was in starting (state = 8) state instead.List of bundles that was not working:
List of bundles where it was working
So there are actually two questions:
Beta Was this translation helpful? Give feedback.
All reactions