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

Clement Escoffier resolved FELIX-1047.
--------------------------------------

    Resolution: Fixed

Fixed. 
The issue comes from a former version of the maven-bundle-plugin that does not 
support the 'prefixUrl' argument. 

The issue also occurs for File Install. (I also fixed it)

The repository is now ok, you will be able to deploy the web console directly 
from OBR: (you have to wait for the site synchronisation, or use the 
http://people.apache.org/~clement/felix-obr/releases.xml
 url (same repo) 

-> obr start "Apache Felix Web Management Console"
Target resource(s):
-------------------
   Apache Felix Web Management Console (1.2.8)

Required resource(s):
---------------------
   HTTP Service (1.0.0)
   Apache Felix Log Service (1.0.0)
   Apache Felix Declarative Services (1.0.6)
   OSGi R4 Compendium Bundle (4.0.0)
...
done.

Regards,

Clement


> java.io.FileNotFoundException: 
> http://felix.apache.org/obr/org/apache/felix/org.apache.felix.log/1.0.0/org.apache.felix.log-1.0.0.jar
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1047
>                 URL: https://issues.apache.org/jira/browse/FELIX-1047
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: felix-1.6.0
>         Environment: Windows Vista
>            Reporter: Geert Schuring
>            Assignee: Clement Escoffier
>            Priority: Critical
>
> When trying to install the Web Management Console using OBR the following 
> exception occurs:
> Deploying...ERROR: Resolver: Install error - org.apache.felix.log
> java.io.FileNotFoundException: 
> http://felix.apache.org/obr/org/apache/felix/org.apache.felix.log/1.0.0/org.apache.felix.log-1.0.0.jar
>       at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1288)
>       at java.net.URL.openStream(URL.java:1009)
>       at 
> org.apache.felix.bundlerepository.ResolverImpl.deploy(ResolverImpl.java:546)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl._deploy(ObrCommandImpl.java:392)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl.deploy(ObrCommandImpl.java:330)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl.execute(ObrCommandImpl.java:114)
>       at 
> org.apache.felix.shell.impl.Activator$ShellServiceImpl.executeCommand(Activator.java:291)
>       at 
> org.apache.felix.shell.tui.Activator$ShellTuiRunnable.run(Activator.java:177)
>       at java.lang.Thread.run(Thread.java:619)
> Installing the HTTP service this way works perfectly:
> -> obr start "HTTP Service"
> Target resource(s):
> -------------------
>    HTTP Service (1.0.0)
> Deploying...done.
> But when I try to install the web console the exception is thrown:
> -> obr start "Apache Felix Web Management Console"
> Target resource(s):
> -------------------
>    Apache Felix Web Management Console (1.2.8)
> Required resource(s):
> ---------------------
>    Apache Felix Log Service (1.0.0)
> Deploying...ERROR: Resolver: Install error - org.apache.felix.log
> java.io.FileNotFoundException: 
> http://felix.apache.org/obr/org/apache/felix/org.apache.felix.log/1.0.0/org.apache.felix.log-1.0.0.jar
>       at 
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1288)
>       at java.net.URL.openStream(URL.java:1009)
>       at 
> org.apache.felix.bundlerepository.ResolverImpl.deploy(ResolverImpl.java:546)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl._deploy(ObrCommandImpl.java:392)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl.deploy(ObrCommandImpl.java:330)
>       at 
> org.apache.felix.bundlerepository.ObrCommandImpl.execute(ObrCommandImpl.java:114)
>       at 
> org.apache.felix.shell.impl.Activator$ShellServiceImpl.executeCommand(Activator.java:291)
>       at 
> org.apache.felix.shell.tui.Activator$ShellTuiRunnable.run(Activator.java:177)
>       at java.lang.Thread.run(Thread.java:619)
> done.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to