-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Do
-
Affects Version/s: OpenIDM 4.5.1
-
Fix Version/s: None
-
Component/s: Module - OSGi Container / Framework integration
-
Labels:
-
Support Ticket IDs:
Typing commands like "scr list" in the console results in a NullPointerException. This is because of an error inĀ org.apache.felix.scr-1.8.2.jar when parsing the command line, trying to split the command line into words using "//s" as a delimiter instead of "
s" (any whitespace character) or "
s+" (any sequence of whitespace characters). Unfortunately this error is in all versions 1.8.x.