Skip to content

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

@jmtd

Description

@jmtd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions