You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a test with @ShouldThrowException is run with deploymentType=xml, the following error appears in the liberty log:
[03/07/18 10:03:03:796 BST] 00000093 com.ibm.ws.app.manager.AppMessageHelper E CWWKZ0059E: The ftInvalidBulkhead1 application installed from ftInvalidBulkhead1.war has been deleted while it is still configured.
This suggests that the container is deleting the application archive before the application has stopped.
This is slightly odd as it looks the container code does remove the entry from the server.xml and wait for the mbean to disappear before deleting the file, but we're still getting this error from liberty.
Expected Behaviour
This error should not appear.
Steps To Reproduce
Run the microprofile fault tolerance TCK with deploymentType=xml
The text was updated successfully, but these errors were encountered:
Issue Overview
When a test with
@ShouldThrowException
is run withdeploymentType=xml
, the following error appears in the liberty log:This suggests that the container is deleting the application archive before the application has stopped.
This is slightly odd as it looks the container code does remove the entry from the server.xml and wait for the mbean to disappear before deleting the file, but we're still getting this error from liberty.
Expected Behaviour
This error should not appear.
Steps To Reproduce
deploymentType=xml
The text was updated successfully, but these errors were encountered: