OpenLiberty / liberty-arquillian

Arquillian Liberty Managed and Remote containers
Apache License 2.0
10 stars 29 forks source link

Improve error message when localConnector feature is not installed #87

Closed kathrynkodama closed 3 years ago

kathrynkodama commented 3 years ago

Currently when the localConnector-1.0 feature is not installed users will see: feature definition could not be found for localConnector-1.0 and when Arquillian starts up:

Caused by: org.jboss.arquillian.container.spi.client.container.LifecycleException: Unable to retrieve connector address for localConnector of started VM

We should improve this error message to prompt users to check if the feature is configured in their server.xml or ensure that the feature is installed (and configured).

kathrynkodama commented 3 years ago

Closed with #89