-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
EAP70 1.4.11.GA
-
None
Openshift v3.4.1.18 is not able to deploy openshift/jboss-eap70-openshift:1.4 template. I did no changes to default configuration of the template (besides SOURCE_REPOSITORY_URL).
In log of eap-app-1-deploy pod is:
--> Scaling eap-app-1 to 1 --> FailedCreate: eap-app-1 Error creating: pods "eap-app-1-" is forbidden: service account eap7-mnovak/eap7-service-account was not found, retry after the service account is created error: couldn't scale eap-app-1 to 1: timed out waiting for "eap-app-1" to be synced
In log of eap-app-amq pod is:
INFO | Apache ActiveMQ 5.11.0.redhat-621159 (eap-app-amq-1-2k525, ID:eap-app-amq-1-2k525-41801-1495692382756-0:1) started INFO | For help or more information please see: http://activemq.apache.org WARN | Store limit is 102400 mb (current store usage is 0 mb). The data directory: /opt/amq/data/kahadb only has 906 mb of usable space - resetting to maximum available disk space: 906 mb WARN | Temporary Store limit is 51200 mb, whilst the temporary data directory: /opt/amq/data/eap-app-amq-1-2k525/tmp_storage only has 2529 mb of usable space - resetting to maximum available 2529 mb. ERROR | Authentication failed for [https://172.30.0.1:443/api/v1/namespaces/eap7-mnovak/endpoints/eap-app-amq-tcp]. Ensure service account has view privileges.
This template should start out of the box without other configuration changes required.