[
https://issues.apache.org/jira/browse/FELIX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575616#action_12575616
]
Karl Pauls commented on FELIX-513:
----------------------------------
Well, the bundle urls are relative so I guess that is the expected behavior. In
case you want to use them from where ever you are currently running you could
make them absolute. Does that solve your issue? If not then could you describe
how you would envision to handle this case?
> Unable to cache bundle: file:bundle when started in Cygwin from outside Felix
> home directory
> --------------------------------------------------------------------------------------------
>
> Key: FELIX-513
> URL: https://issues.apache.org/jira/browse/FELIX-513
> Project: Felix
> Issue Type: Bug
> Affects Versions: 1.0.3
> Reporter: Jacek Laskowski
>
> [EMAIL PROTECTED] /cygdrive/c/oss/openejb3/container/openejb-core
> $ java -jar c\:/apps/felix/bin/felix.jar
> Welcome to Felix.
> =================
> Enter profile name: openejb
> Auto-properties install: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.shell-1.0.0.jar
> Auto-properties install: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.shell.tui-1.0.0.jar
> Auto-properties install: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.bundlerepository-1.0.2.jar
> Auto-properties start: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.shell-1.0.0.jar
> Auto-properties start: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.shell.tui-1.0.0.jar
> Auto-properties start: org.osgi.framework.BundleException: Unable to cache
> bundle: file:bundle/org.apache.felix.bundlerepository-1.0.2.jar
> and stops.
> C:\apps\felix Wed 03/05/2008 22:41:59.21
> > java -jar bin/felix.jar
> Welcome to Felix.
> =================
> Enter profile name: openejb
> DEBUG: WIRE: 7.0 -> org.ungoverned.osgi.service.shell -> 7.0
> DEBUG: WIRE: 7.0 -> org.osgi.service.startlevel -> 0
> DEBUG: WIRE: 7.0 -> org.apache.felix.shell -> 7.0
> DEBUG: WIRE: 7.0 -> org.osgi.framework -> 0
> DEBUG: WIRE: 7.0 -> org.osgi.service.packageadmin -> 0
> DEBUG: WIRE: 8.0 -> org.apache.felix.shell -> 7.0
> DEBUG: WIRE: 8.0 -> org.osgi.framework -> 0
> -> DEBUG: WIRE: 9.0 -> org.osgi.framework -> 0
> DEBUG: WIRE: 9.0 -> org.osgi.service.obr -> 9.0
> DEBUG: WIRE: 9.0 -> org.apache.felix.shell -> 7.0
> -> version
> 1.0.3
> ->
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.