[ https://issues.apache.org/jira/browse/KARAF-7995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011379#comment-18011379 ]
Grzegorz Grzybek commented on KARAF-7995: ----------------------------------------- I can confirm warning on Windows: {noformat} 2025-08-01T10:21:05,368 | WARN | CM Configuration Updater (Update: pid=org.ops4j.pax.url.mvn) | MavenConfigurationImpl | 5 - org.ops4j.pax.logging.pax-logging-api - 2.3.0 | Location C:/Users/Administrator/.m2/settings.xml is not accessible (incorrect value for option "settings") 2025-08-01T10:21:05,384 | WARN | CM Configuration Updater (Update: pid=org.ops4j.pax.url.mvn) | MavenConfigurationImpl | 5 - org.ops4j.pax.logging.pax-logging-api - 2.3.0 | Location null/conf/settings.xml is not accessible (incorrect value for option "settings") 2025-08-01T10:21:05,384 | WARN | CM Configuration Updater (Update: pid=org.ops4j.pax.url.mvn) | MavenConfigurationImpl | 5 - org.ops4j.pax.logging.pax-logging-api - 2.3.0 | Location null/conf/settings.xml is not accessible (incorrect value for option "settings") 2025-08-01T10:21:05,384 | WARN | CM Configuration Updater (Update: pid=org.ops4j.pax.url.mvn) | MavenConfigurationImpl | 5 - org.ops4j.pax.logging.pax-logging-api - 2.3.0 | Location C:/Users/Administrator/.m2/settings-security.xml is not accessible (incorrect value for option "security") ... 2025-08-01T10:21:07,136 | WARN | downloader-4-thread-8 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-8 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-1 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-1 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-1 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar 2025-08-01T10:21:07,151 | WARN | downloader-4-thread-5 | AetherBasedResolver | 3 - org.ops4j.pax.url.mvn - 3.0.1 | Repository marked with @multi does not resolve to a directory: C:\Dev\apache-karaf-4.4.8\data\kar {noformat} this look really ugly. > Strange log warnings with 4.4.8 RC1 > ----------------------------------- > > Key: KARAF-7995 > URL: https://issues.apache.org/jira/browse/KARAF-7995 > Project: Karaf > Issue Type: Bug > Components: karaf > Affects Versions: 4.4.8 > Environment: 4.4.8 RC1 (tag 4.4.8) built on Windows > Ref: > https://github.com/openhab/openhab-distro/pull/1779#issuecomment-3137900816 > Reporter: Holger Friedrich > Priority: Major > > I find some unexpected warnings in the log after upgrading openHAB to 4.4.8 > (RC1). > <pre> > 23:20:37.461 [WARN ] [nternal.config.MavenConfigurationImpl] - Location > C:/Users/holgerf/.m2/settings.xml is not accessible (incorrect value for > option "settings") > 23:20:37.461 [WARN ] [nternal.config.MavenConfigurationImpl] - Location > null/conf/settings.xml is not accessible (incorrect value for option > "settings") > 23:20:37.462 [WARN ] [nternal.config.MavenConfigurationImpl] - Location > null/conf/settings.xml is not accessible (incorrect value for option > "settings") > 23:20:37.462 [WARN ] [nternal.config.MavenConfigurationImpl] - Location > C:/Users/holgerf/.m2/settings-security.xml is not accessible (incorrect value > for option "security") > </pre> > This pops up a few times during startup. > Not sure yet if this is a Karaf/Pax issue or if we do something wrong on the > openHAB side. > I wanted to report this before final release of 4.4.8. > MavenConfigurationImpl seems to be from pax-url-aether-3.0.1.jar. -- This message was sent by Atlassian Jira (v8.20.10#820010)