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
Test Time elapsed: 8.998 sec <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Failed to populate the HTTPContext with the deployment details
...
Caused by: org.jboss.arquillian.container.spi.client.container.DeploymentException: The specified deployment could not be found in the MBean Server.
The deployment must have failed. Verify the output of the weblogic.Deployer process.
at org.jboss.arquillian.container.wls.HttpContextBuilder.createContext(HttpContextBuilder.java:73)
at org.jboss.arquillian.container.wls.WebLogicJMXClient.verifyDeployment(WebLogicJMXClient.java:116)
... 96 more
Summary
In HttpContextBuilder#findMatchingDeployment local variable appDeploymentName assign "app-name#X.Y.Z" (logic naming in WLS), but method attribute deploymentName is "app-name". As a result method - null.
The text was updated successfully, but these errors were encountered:
Hi!
My case
Summary
In
HttpContextBuilder#findMatchingDeployment
local variableappDeploymentName
assign "app-name#X.Y.Z" (logic naming in WLS), but method attributedeploymentName
is "app-name". As a result method -null
.The text was updated successfully, but these errors were encountered: