Skip to content

Failed

org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest.testADDefaultValue[0]

Failing for the past 1 build (Since #52 )
Took 81 ms.
Failed with 0 retries

Run 1:

Failed with 0 retries

Run 1:

Error Message

expected success status, but was: 503 body: Optional[{
"servlet":"org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-499e42cf",
"message":"Jersey is not ready yet!",
"url":"/services/configuration/v2/configurableComponents/configurations/byPid",
"status":"503"
}]

Stacktrace

java.lang.AssertionError: 
expected success status, but was: 503 body: Optional[{
"servlet":"org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet-499e42cf",
"message":"Jersey is not ready yet!",
"url":"/services/configuration/v2/configurableComponents/configurations/byPid",
"status":"503"
}]
	at org.eclipse.kura.rest.configuration.provider.test.ConfigurationRestServiceTest.testADDefaultValue(ConfigurationRestServiceTest.java:1041)