You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by ahgittin <gi...@git.apache.org> on 2017/08/24 08:53:04 UTC

[GitHub] felix pull request #117: give useful error message if ShadowList asked to re...

GitHub user ahgittin opened a pull request:

    https://github.com/apache/felix/pull/117

    give useful error message if ShadowList asked to replace something not present

    My configuration is broken and startup log debug is unhelpful, saying:
    
    ```
    2017-08-24 09:35:40,392 ERROR   9 o.a.k.f.i.s.BootFeaturesInstaller [pool-1-thread-2] Error installing boot features
    java.lang.ArrayIndexOutOfBoundsException: -1
    ```
    
    This PR gives a more useful error message which may help me and others to identify and fix such problems.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ahgittin/felix better-error-on-shadowlist

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/117.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #117
    
----
commit d61841955d9aea39b7778ee6c6f1ff5e1b518cae
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Date:   2017-08-24T08:49:14Z

    give useful error message if ShadowList asked to replace something not present

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---