Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-boot-sample-simple seems broken with recent-ish s2i and/or openjdk images #38

Open
jmtd opened this issue Feb 8, 2019 · 0 comments

Comments

@jmtd
Copy link
Contributor

jmtd commented Feb 8, 2019

with s2i v1.1.13 and redhat-openjdk-18/openjdk18-openshift:1.5-16 the eventually built application starts and stops itself again very quickly

same with redhat-openjdk-18/openjdk18-openshift:1.4 and :1.6 and openjdk/openjdk-11-rhel7:1.0

2019-02-08 15:59:07.391  INFO 1 --- [           main] sample.simple.SampleSimpleApplication    : Starting SampleSimpleApplication on f7403606825e with PID 1 (/deployments/spring-boot-sample-simple-1.5.0.BUILD-SNAPSHOT.jar started by jboss in /deployments)
2019-02-08 15:59:07.396  INFO 1 --- [           main] sample.simple.SampleSimpleApplication    : No active profile set, falling back to default profiles: default
2019-02-08 15:59:07.506  INFO 1 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@43556938: startup date [Fri Feb 08 15:59:07 UTC 2019]; root of context hierarchy
2019-02-08 15:59:08.794  INFO 1 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
Hello Phil
2019-02-08 15:59:08.827  INFO 1 --- [           main] sample.simple.SampleSimpleApplication    : Started SampleSimpleApplication in 2.578 seconds (JVM running for 3.396)
2019-02-08 15:59:08.869  INFO 1 --- [       Thread-5] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@43556938: startup date [Fri Feb 08 15:59:07 UTC 2019]; root of context hierarchy
2019-02-08 15:59:08.872  INFO 1 --- [       Thread-5] o.s.j.e.a.AnnotationMBeanExporter        : Unregistering JMX-exposed beans on shutdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant