Cristina González castellano created ARQ-2067:
-------------------------------------------------
Summary: Can't use the Arquillian Karaf Extension with a remote
container
Key: ARQ-2067
URL:
https://issues.jboss.org/browse/ARQ-2067
Project: Arquillian
Issue Type: Bug
Components: OSGi Containers
Affects Versions: osgi_2.1.0.Final
Reporter: Cristina González castellano
Assignee: Thomas Diesler
I have been trying to use the Arquillian OSGi extension with a Docker container, but I
have found the next issue:
- When we use JMXDeployableContainer, to deploy a OSGi Bundle to a remote OSGi Karaf,
we use a local URL, of the type:
file:/var/folders/nq/p1_j3ycj169dzl1ypg8d5zhh0000gn/T/vfs/osgitmp-8888e08d9dca9b47/urlstream-d8ff47698b0d2150/253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar.
- Of course this URL doesn't exist in the remote Docker container.
- So I get the exception:
Caused by: java.io.IOException: Installation of a bundle with location
253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar failed with the message:
/var/folders/nq/p1_j3ycj169dzl1ypg8d5zhh0000gn/T/vfs/osgitmp-8888e08d9dca9b47/urlstream-d8ff47698b0d2150/253ae58a-4ad3-4077-b049-281ef1b9d3eb.jar
(No such file or directory)
Have you faced this issue before? What do you think is the best solution?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)