]
Nick Boldt commented on JBIDE-26175:
------------------------------------
[checkUnresolvedIssues.py] Slip to fixversion = *4.9.0.AM3* and sprint = *devex #154
September 2018*
Cannot create server adapter for eap71-basic-s2i template from CDK
------------------------------------------------------------------
Key: JBIDE-26175
URL:
https://issues.jboss.org/browse/JBIDE-26175
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift
Affects Versions: 4.6.0.Final
Environment: CDK: CDK v3.5.0-1
Red Hat Developer Studio
Version: 12.0.0.GA
Build id: GA-v20180706-1014-B2970
OS: Linux, v.4.17.3-200.fc28.x86_64, x86_64 / gtk 3.22.30, WebKit 2.20.3
Java version: 1.8.0_172
Reporter: Josef Kopriva
Assignee: Dmitrii Bocharov
Priority: Critical
Labels: regression, upstream
Fix For: 4.9.0.AM3
I was not able to create server adapter for eap71-basic-s2i template application.
Pod error log:
{code:java}
--> Scaling eap-app-1 down to zero
--> Scaling eap-app-2 to 1 before performing acceptance check
error: update acceptor rejected eap-app-2: pods for rc 'myproject/eap-app-2' took
longer than 600 seconds to become available
{code}
Error log from OpenShift console:
{code:java}
Readiness probe failed: {
"probe.eap.dmr.EapProbe": {
"probe.eap.dmr.ServerStatusTest": "running",
"probe.eap.dmr.DeploymentTest": "Exception executing test: unorderable
types: Status() < Status()",
"probe.eap.dmr.BootErrorsTest": [
{
"failed-operation": {
"operation": "deploy",
"address": [
{
"deployment": "kitchensink.war"
}
]
},
"failure-description": "{\"WFLYCTL0080: Failed
services\" =>
{\"jboss.deployment.unit.\\\"kitchensink.war\\\".FIRST_MODULE_USE\"
=> \"WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment
\\\"kitchensink.war\\\"\n Caused by:
org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYJCA0064: Exception
deploying datasource java:jboss/datasources/KitchensinkQuickstartDS\n Caused by:
org.jboss.msc.service.DuplicateServiceException: Service
jboss.data-source.\\\"jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS\\\".statistics
is already registered\"}}",
"failed-services": {
"jboss.deployment.unit.\"kitchensink.war\".FIRST_MODULE_USE":
"WFLYSRV0153: Failed to process phase FIRST_MODULE_USE of deployment
\"kitchensink.war\"\n Caused by:
org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYJCA0064: Exception
deploying datasource java:jboss/datasources/KitchensinkQuickstartDS\n Caused by:
org.jboss.msc.service.DuplicateServiceException: Service
jboss.data-source.\"jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS\".statistics
is already registered"
}
}
]
}
}
{code}