-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE on shutdown using arquillian cube #957
Comments
dipak-pawar
added a commit
to dipak-pawar/arquillian-cube
that referenced
this issue
Jan 18, 2018
lordofthejars
pushed a commit
that referenced
this issue
Jan 23, 2018
ivankelly
added a commit
to ivankelly/bookkeeper
that referenced
this issue
Feb 15, 2018
This gets rid of an ugly exception that the framework was throwing. arquillian/arquillian-cube#957
ivankelly
added a commit
to apache/bookkeeper
that referenced
this issue
Feb 15, 2018
This gets rid of an ugly exception that the framework was throwing. arquillian/arquillian-cube#957 Author: Ivan Kelly <[email protected]> Reviewers: Enrico Olivelli <[email protected]> This closes #1150 from ivankelly/arq-upgrade
blabno
pushed a commit
to blabno/bisq-api
that referenced
this issue
Apr 26, 2018
blabno
pushed a commit
to blabno/bisq-api
that referenced
this issue
May 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Overview
I get an NPE on shutdown, when arquillian cube is trying to kill a container. The NPE occurs while firing an event. It trying to get a scoped context, which is null, so triggers an NPE.
Expected Behaviour
No NPE, the docker container should be deleted.
Current Behaviour
NPE, docker container orphaned.
Steps To Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: