That got me to:

java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at org.jline.reader.impl.LineReaderImpl.<init>(LineReaderImpl.java:262)
at org.jline.reader.LineReaderBuilder.build(LineReaderBuilder.java:90)
at org.apache.felix.gogo.jline.Shell.gosh(Shell.java:297)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:136)
at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:548)
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:474)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:363)
at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417)
at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:227)
at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Let me try adding the non-jline bundle, but I really want jline for local usage.


On Thu, Nov 17, 2016 at 1:19 AM, Benson Margulies <bimargul...@gmail.com> wrote:
> Caused by: java.lang.ClassNotFoundException: *** Class
> 'org.apache.felix.service.command.CommandProcessor' was not found
> because bundle org.apache.felix.shell.remote [210] does not import
> 'org.apache.felix.service.command' even though bundle
> [org.apache.felix.gogo.runtime [6](R 6.0)] osgi.wiring.package;
> {bundle-symbolic-name=org.apache.felix.gogo.runtime,
> bundle-version=1.0.0, version=1.0.0,
> osgi.wiring.package=org.apache.felix.service.command} does export it.
> To resolve this issue, add an import for
> 'org.apache.felix.service.command' to bundle
> org.apache.felix.shell.remote [210]. ***
>
> So, there's a dynamic import there. Maybe I just need to remove
> 'provisional' from it?
>
>
> On Thu, Nov 17, 2016 at 1:09 AM, Benson Margulies <bimargul...@gmail.com> 
> wrote:
>> Any chance of a remote shell release that supports 1.0.0 of the rest of gogo?
>>
>> I could make some commits, but it's not neighborhood I've been seen in.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to