fipro78 opened a new issue, #68:
URL: https://github.com/apache/felix-atomos/issues/68

   I am trying to create a Graal Substrate for deployment in a Docker 
container. As the result matches the host system, I suppose I have to create 
the substrate in a container with the target OS. So I would like to create the 
substrate image via command line. If I build via commandline with the same 
instuction as with the maven plugin, starting the application shows the 
following error:
   
   ```
   java.lang.NullPointerException
           at 
org.eclipse.osgi.internal.url.MultiplexingFactory.<clinit>(MultiplexingFactory.java:69)
           at 
org.eclipse.osgi.storage.FrameworkExtensionInstaller.findAddURLMethod(FrameworkExtensionInstaller.java:62)
           at 
org.eclipse.osgi.storage.FrameworkExtensionInstaller.<clinit>(FrameworkExtensionInstaller.java:55)
           at org.eclipse.osgi.storage.Storage.<init>(Storage.java:222)
           at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:184)
           at 
org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:108)
           at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:53)
           at 
org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:35)
           at 
org.apache.felix.atomos.impl.base.AtomosBase.newFramework(AtomosBase.java:442)
           at org.apache.felix.atomos.Atomos.main(Atomos.java:236)
   g! Warning: NLS missing message: EVENT_ASYNC_THREAD_NAME in: 
org.eclipse.equinox.internal.event.ExternalMessages
   Warning: NLS missing message: EVENT_NULL_EVENT in: 
org.eclipse.equinox.internal.event.ExternalMessages
   Warning: NLS missing message: EVENT_NO_TOPICPERMISSION_PUBLISH in: 
org.eclipse.equinox.internal.event.ExternalMessages
   Warning: NLS missing message: EVENT_DISPATCH_HANDLER_EXCEPTION in: 
org.eclipse.equinox.internal.event.ExternalMessages
   Warning: NLS missing message: EVENT_INVALID_HANDLER_FILTER in: 
org.eclipse.equinox.internal.event.ExternalMessages
   Warning: NLS missing message: EVENT_INVALID_HANDLER_TOPICS in: 
org.eclipse.equinox.internal.event.ExternalMessages
   ```
   
   Apart from that everything seems to work.
   
   Building with the maven plugin like the substrate.lib example, this error 
does not show up.
   Do you know by any chance what needs to be added to the build to get rid of 
this error on commandline build?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to