-
Notifications
You must be signed in to change notification settings - Fork 196
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
java.lang.IllegalStateException: The Graphene runtime isn't initialized. #266
Comments
I am getting an exact same issue in a different project |
I think this has been fixed with the latest Arquillian Alpha |
@lprimak I can take a quick look at it, which maven dependency you are suggesting to update to Alpha? Is it Graphene?
|
@jagdeepjain no, just update Arquillian to the latest alpha (Alpha7 now) |
java.lang.IllegalStateException: The Graphene runtime isn't initialized.
Issue happens when running testng parallel tests.
Test should run in parallel
Test fails with the the error
The Graphene runtime isn't initialized.
Steps To Reproduce
docker-compose up
from the project root directorymvn clean test
from the project root directoryAdditional Information
Maven home: /opt/apache-maven-3.5.0
JDK 1.8
Running on MacOS 10.15.5 (19F101
Console Output:
Full stack trace below:
maven dep tree:
The text was updated successfully, but these errors were encountered: