holgerfriedrich commented on PR #2214: URL: https://github.com/apache/karaf/pull/2214#issuecomment-5010820163
I have now compiled aries (quite a few changes necessary due to java 6 to be lifted to java 8) and switched proxy and jmx to snapshot version. This did not resolve the biggest remaining problem (which occurs once I run Karaf with Java25, it works with Java 21): <img width="277" height="62" alt="grafik" src="https://github.com/user-attachments/assets/9cfaa312-a2f9-488e-9679-f067b131b3a8" /> It currently returns an empty user name instead of Karaf, and `bundle:list -t 0` does not show more packages. `bundle:info` with smaller numbers but does give an error in the log like this: ~~~ java.lang.IllegalArgumentException: No matching bundles at org.apache.karaf.bundle.command.BundlesCommand.doExecute(BundlesCommand.java:60) ~[?:?] at org.apache.karaf.bundle.command.BundlesCommand.execute(BundlesCommand.java:55) ~[?:?] at org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:88) ~[?:?] at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68) ~[?:?] at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86) ~[?:?] ~~~ @jbonofre I think I need some help to make this work.... -- 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]
