Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove NPE from ContainerNotAvailableException on debug level loggging #537

Closed
marevol opened this issue Jun 10, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Jun 10, 2016

2016-06-09 15:08:06,758 [IndexUpdater] ERROR IndexUpdater is terminated.
org.codelibs.fess.exception.ContainerNotAvailableException: java.lang.NullPointerException
    at org.codelibs.fess.util.ComponentUtil.getComponent(ComponentUtil.java:356)
    at org.codelibs.fess.util.ComponentUtil.getIntervalControlHelper(ComponentUtil.java:239)
    at org.codelibs.fess.indexer.IndexUpdater.getAccessResultList(IndexUpdater.java:517)
    at org.codelibs.fess.indexer.IndexUpdater.run(IndexUpdater.java:213)
Caused by: java.lang.NullPointerException: null
    at org.lastaflute.di.core.meta.impl.ComponentDefImpl.getComponentDeployer(ComponentDefImpl.java:236)
    at org.lastaflute.di.core.meta.impl.ComponentDefImpl.getComponent(ComponentDefImpl.java:91)
    at org.lastaflute.di.core.meta.impl.LaContainerImpl.getComponent(LaContainerImpl.java:102)
    at org.lastaflute.di.core.SingletonLaContainer.getComponent(SingletonLaContainer.java:52)
    at org.codelibs.fess.util.ComponentUtil.getComponent(ComponentUtil.java:354)
    ... 3 common frames omitted
@marevol marevol added this to the 10.2.0 milestone Jun 10, 2016
@marevol marevol self-assigned this Jun 10, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant