You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: