-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Description of problem:
VaultSystemPropertyOnServerStartTestCase ends with "Internal Server Error" with security manager
How reproducible:
Always
Steps to Reproduce:
- ./integration-tests.sh -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2 -DfailIfNoTests=false -Dsecurity.manager -Dts.noSmoke -Dts.manualmode -Dtest=VaultSystemPropertyOnServerStartTestCase
Actual results:
java.util.concurrent.ExecutionException: java.io.IOException: HTTP Status 500 Response: <html><head><title>Error</title></head><body>Internal Server Error</body></html> java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: HTTP Status 500 Response: <html><head><title>Error</title></head><body>Internal Server Error</body></html> at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:206) at org.jboss.as.test.integration.common.HttpRequest.execute(HttpRequest.java:51) at org.jboss.as.test.integration.common.HttpRequest.get(HttpRequest.java:81) at org.jboss.as.test.manualmode.security.VaultSystemPropertyOnServerStartTestCase.testVaultedSystemPropertyOnStart(VaultSystemPropertyOnServerStartTestCase.java:94) Caused by: java.io.IOException: HTTP Status 500 Response: <html><head><title>Error</title></head><body>Internal Server Error</body></html> at org.jboss.as.test.integration.common.HttpRequest.processResponse(HttpRequest.java:156) at org.jboss.as.test.integration.common.HttpRequest.access$000(HttpRequest.java:45) at org.jboss.as.test.integration.common.HttpRequest$1.call(HttpRequest.java:78) at org.jboss.as.test.integration.common.HttpRequest$1.call(HttpRequest.java:73) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
- clones
-
JBEAP-846 VaultSystemPropertyOnServerStartTestCase ends with "Internal Server Error" with security manager
- Closed