You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2015/05/13 09:54:00 UTC

[jira] [Created] (KARAF-3723) avoid the NoSuchElementException when use bin/client and there's no entry in the etc/user.properties

Freeman Fang created KARAF-3723:
-----------------------------------

             Summary: avoid the NoSuchElementException when use bin/client and there's no entry in the etc/user.properties
                 Key: KARAF-3723
                 URL: https://issues.apache.org/jira/browse/KARAF-3723
             Project: Karaf
          Issue Type: Improvement
            Reporter: Freeman Fang


currently we see this 
Exception in thread "main" java.util.NoSuchElementException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:925)
        at java.util.HashMap$KeyIterator.next(HashMap.java:956)
        at org.apache.karaf.client.ClientConfig.<init>(ClientConfig.java:162)
        at org.apache.karaf.client.Main.main(Main.java:51)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)