[
https://issues.jboss.org/browse/JBIDE-26175?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-26175:
------------------------------------------
In the pod log I see matching entries:
{code}
[0m[31m15:25:44,842 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("deploy") failed - 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\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException:
WFLYJCA0064: Exception deploying datasource
java:jboss/datasources/KitchensinkQuickstartDS
Caused by: org.jboss.msc.service.DuplicateServiceException: Service
jboss.data-source.\"jboss.naming.context.java.jboss.datasources.KitchensinkQuickstartDS\".statistics
is already registered"}}
[0m[0m15:25:44,862 INFO [org.jboss.as.server] (ServerService Thread Pool -- 39)
WFLYSRV0010: Deployed "kitchensink.war" (runtime-name :
"kitchensink.war")
[0m[0m15:25:44,862 INFO [org.jboss.as.server] (ServerService Thread Pool -- 39)
WFLYSRV0010: Deployed "kitchensink-sources.jar" (runtime-name :
"kitchensink-sources.jar")
[0m[0m15:25:44,862 INFO [org.jboss.as.server] (ServerService Thread Pool -- 39)
WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
[0m[0m15:25:44,862 INFO [org.jboss.as.server] (ServerService Thread Pool -- 39)
WFLYSRV0010: Deployed "activemq-rar.rar" (runtime-name :
"activemq-rar.rar")
[0m[0m15:25:44,864 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183:
Service status report
WFLYCTL0186: Services which failed to start: service
jboss.deployment.unit."kitchensink.war".FIRST_MODULE_USE: WFLYSRV0153: Failed to
process phase FIRST_MODULE_USE of deployment "kitchensink.war"
[0m[0m15:25:44,975 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212:
Resuming server
[0m[0m15:25:44,978 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http
management interface listening on
http://127.0.0.1:9990/management
[0m[0m15:25:44,978 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin
console is not enabled
[0m[31m15:25:44,979 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP
7.1.2.GA (WildFly Core 3.0.13.Final-redhat-1) started (with errors) in 18217ms - Started
632 of 924 services (1 services failed or missing dependencies, 495 services are lazy,
passive or on-demand)
{code}
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: Andre Dietisheim
Priority: Blocker
Labels: regression
Fix For: 4.6.0.Final
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)