Description of problem: After create an app such as eap app, check build log from web console, there are many logs about the downloading package procedure, some of them don't align well in a line, which looks like being truncated. Pls refer to the attachment. Version-Release number of selected component (if applicable): devenv-rhel7_3849 openshift v1.1.4-296-g8e98dcc kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5 How reproducible: Always Steps to Reproduce: 1.Create an eap app on web console, then check build log from web console. 2. 3. Actual results: 1. Some of logs about downloading package don't align well in a line, which looks like being truncated. Expected results: 1.Logs should align well on web console. Additional info:
Created attachment 1141099 [details] log-1
Created attachment 1141100 [details] log-2
Yanping, what image were you using specifically? This was fixed for the wildfly image, but I don't think it was for EAP. https://github.com/openshift/origin/pull/7922#issuecomment-194968423 https://github.com/openshift-s2i/s2i-wildfly/pull/75
Kevin, sounds like EAP/JWS need the same "use batch mode for maven" fix that was applied to wildfly in the pulls Sam mentions above.
I created eap app from template: eap64-basic-s2i Builder image: openshift/jboss-eap64-openshift:1.2 Source repo: https://github.com/jboss-developer/jboss-eap-quickstarts/tree/6.4.x/helloworld (In reply to Samuel Padgett from comment #3) > Yanping, what image were you using specifically? This was fixed for the > wildfly image, but I don't think it was for EAP. > > https://github.com/openshift/origin/pull/7922#issuecomment-194968423 > https://github.com/openshift-s2i/s2i-wildfly/pull/75
closing as this is being tracked in JIRA now, which is the mechanism for middleware image issues.