Exception in grep command
-------------------------
Key: FELIX-2101
URL: https://issues.apache.org/jira/browse/FELIX-2101
Project: Felix
Issue Type: Bug
Components: Karaf
Reporter: Guillaume Nodet
When running "osgi:ls | grep -C 100 URL" i have the following exception
java.lang.IndexOutOfBoundsException: Index: 183, Size: 183
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at
org.apache.felix.karaf.shell.commands.GrepAction.doExecute(GrepAction.java:176)
at
org.apache.felix.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:41)
at
org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:34)
at
org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:45)
at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:211)
at
org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:146)
at org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:91)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.