Hi, I am having a strange issue with attempting to upgrade to Karaf 1.6.0. The feature files that are installed correctly in Karaf 1.4.0 now fail to download. The set of circumstances that might be related are: * feature files deployed within a jar file in a maven repository * this is accessed via https * this also requires a username/password
I have double checked configuration between the two instances and can't see any difference in settings that would account for this. I get this log output: Unable to add features repository jar:mvn:example/example.features/0.0.5!/example.xml at startup java.io.IOException: URL [mvn:example/example.features/0.0.5] could not be resolved. : jar:mvn:example/example.features/0.0.5!/example.xml In debug I get (username/password/host changed): 09:16:46,284 | DEBUG | l Console Thread | Connection | .pax.url.mvn.internal.Connection 190 | 1 - org.ops4j.pax.url.mvn - 1.1.2 | Could not download [Version [0.0.5] from URL [https://username:[email protected]/nexus/content/repositories/releases/example/example.features/0.0.5/example.features-0.0.5.jar]] Using that url via wget or chrome works perfectly. I think from my investigations that the pax url mvn version hasn't changed. I am running out of things to try and was wondering if anyone had any thoughts? Cheers Bryce -- View this message in context: http://karaf.922171.n3.nabble.com/Feature-file-downloading-issue-tp957778p957778.html Sent from the Karaf - User mailing list archive at Nabble.com.
