You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2009/04/23 10:01:56 UTC

[jira] Assigned: (FELIX-1047) 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

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

Clement Escoffier reassigned FELIX-1047:
----------------------------------------

    Assignee: Clement Escoffier

> 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.