[
https://issues.jboss.org/browse/WFLY-5183?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-5183:
-----------------------------
Fix Version/s: 10.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 10.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
VaultSystemPropertyOnServerStartTestCase ends with "Internal
Server Error" with security manager
------------------------------------------------------------------------------------------------
Key: WFLY-5183
URL:
https://issues.jboss.org/browse/WFLY-5183
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Marek Kopecký
Assignee: Ondrej Kotek
Fix For: 10.0.0.Final
*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:*
{noformat}
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)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)