You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2018/04/10 03:04:00 UTC

[jira] [Updated] (KARAF-5694) strip url to ensure it's a valid one which could download

     [ https://issues.apache.org/jira/browse/KARAF-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated KARAF-5694:
--------------------------------
    Affects Version/s: 4.2.0
        Fix Version/s: 4.2.1

> strip url to ensure it's a valid one which could download
> ---------------------------------------------------------
>
>                 Key: KARAF-5694
>                 URL: https://issues.apache.org/jira/browse/KARAF-5694
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>            Priority: Major
>             Fix For: 4.2.1
>
>
> For example, if we configuration
> {code}
>                                         <startupBundles>
>                                                 <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version};start-level=80</bundle>
>                                         </startupBundles>
> {code}
> in karaf-maven-plugin which have start-level for a bundle, then we have error like
> {code}
> Caused by: java.io.FileNotFoundException: ....../1.0-SNAPSHOT/camel-websocket-1.0-SNAPSHOT.jar;start-level=80 (No such file or directory)
> 		at java.io.FileInputStream.open0(Native Method) ~[?:?]
> 		at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:?]
> 		at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:?]
> 		at java.io.FileInputStream.<init>(FileInputStream.java:93) ~[?:?]
> 		at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) ~[?:?]
> 		at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) ~[?:?]
> 		at java.net.URL.openStream(URL.java:1045) ~[?:?]
> 		at org.apache.karaf.features.internal.download.impl.SimpleDownloadTask.download(SimpleDownloadTask.java:76) ~[?:?]
> 		at org.apache.karaf.features.internal.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:60) ~[?:?]
> {code}
> we need strip unnecessary part in the url before open the stream



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)