MLausberg commented on issue #1741: URL: https://github.com/apache/logging-log4j2/issues/1741#issuecomment-1764427004
The "config.ini" looks like ``` #This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser #Tue Sep 19 07:48:14 CEST 2023 eclipse.product=de.dsa.mancats3.product osgi.splashPath=platform\:/base/plugins/de.dsa.mancats3 org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info osgi.bundles.defaultStartLevel=4 eclipse.application=de.dsa.rts.richgui.framework.RtsApp osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar@1\:start [email protected]/../p2/ eclipse.p2.profile=DefaultProfile osgi.framework=file\:plugins/org.eclipse.osgi_3.18.400.v20230509-2241.jar osgi.framework.extensions=reference\:file\:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar ``` And the product contains ``` <configurations> <plugin id="org.apache.aries.spifly.dynamic.bundle" autoStart="true" startLevel="2" /> <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" /> <plugin id="org.apache.logging.log4j.api" autoStart="true" startLevel="2" /> <plugin id="org.apache.logging.log4j.core" autoStart="true" startLevel="2" /> <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" /> <plugin id="org.eclipse.equinox.app" autoStart="true" startLevel="2" /> <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" /> <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" /> <plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="0" /> <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" /> </configurations> ``` I adapted the line as proposed, but still no success `org.apache.aries.spifly.dynamic.bundle,1.3.6,plugins/org.apache.aries.spifly.dynamic.bundle_1.3.6.jar,2,true` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
