syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Exception thrown during boot when using DockerHub image #237

Closed dsimansk closed 7 years ago

dsimansk commented 7 years ago

It seems that since release of OpenJDK 1.8.0_121 image from DockerHub which is based on fabric8/java-alpine-openjdk8-jdk/ there's an exception thrown during boot. I was able to reproduce it on Minishift and Dedicated env.

Googling around indicated that this may be caused by upgraded Java version. E.g. when I use f-m-p to build ipaas-rest with s2i binary (by default uses fabric8/s2i-java that is still on _111) the exception is gone.

rhuss commented 7 years ago

Thanks for the heads up, I will have a look.

dsimansk commented 7 years ago

Thanks @rhuss.

I forgot to mention that this exception leads to backend being unreachable as it inherently can't verify the access token.

rhuss commented 7 years ago

I see it now myself, too ;-) We are changing to a centos based image, too.

dsimansk commented 7 years ago

@rhuss have you found any specific OpenJDK bug for this? Maybe we should raise an issue to have it addressed properly for the future to prevent it from bitting us again:).

rhuss commented 7 years ago

@dsimansk unfortunately not ;-( I even doesn't know whether its maybe alpine specific as I now switched to another OS. But I can continue to look ...

BTW, the docker image is already bubbled up to dockerhub.