Hmm, Can you run docker inspect on the container with an erroneous exit status (e.g. apereo/cas:v5.3.2) and post the output? It looks to me like the image build is fine, but it's dying on run.
On Thu, Sep 20, 2018 at 1:51 AM Umut Arus <[email protected]> wrote: > Hi, > > I'm getting the below error on last cas docker version. > > docker run -d -p 8080:8080 -p 8443:8443 --name="cas" apereo/cas > > root@umuta:~# docker logs cd62fe31b9c9 > Sep 20, 2018 6:47:03 AM java.util.prefs.FileSystemPreferences$1 run > INFO: Created user preferences directory. > | Welcome to JShell -- Version 11 > | For an introduction type: /help intro > > jshell> root@umuta:~# > root@umuta:~# > > What can be the issue? > > thanks. > > > On Wed, Sep 19, 2018 at 4:16 PM Jason Sherman <[email protected]> > wrote: > >> Hi, >> >> The fist step I would take is to look at the logs. So: >> docker logs c01c55d5b7ab >> and >> docker logs 533144080d80 >> >> Also, it sounds like your running these straight from docker hub. Have >> you tried: >> https://github.com/apereo/cas-webapp-docker >> as a starting point on your host machine? >> >> On Wed, Sep 19, 2018 at 6:48 AM Umut Arus <[email protected]> wrote: >> >>> Hi, >>> >>> I'm trying to run on docker of the different versions of CAS from >>> https://hub.docker.com/r/apereo/cas/. But I couldnt run any top of >>> versions. >>> >>> It is just "Exited"... What could be the problem? >>> >>> c01c55d5b7ab apereo/cas:v5.3.2 "bin/run-cas.sh" 13 >>> minutes ago Exited (1) 12 minutes ago >>> wonderful_aryabhata >>> 533144080d80 apereo/cas "jshell" >>> 16 minutes ago Exited (0) 16 minutes ago >>> jolly_khorana >>> >>> thanks.. >>> >>> -- >>> - Website: https://apereo.github.io/cas >>> - Gitter Chatroom: https://gitter.im/apereo/cas >>> - List Guidelines: https://goo.gl/1VRrw7 >>> - Contributions: https://goo.gl/mh7qDG >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "CAS Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/530e8844-32d7-4e7f-9965-0446413de586%40apereo.org >>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/530e8844-32d7-4e7f-9965-0446413de586%40apereo.org?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Jason >> >> -- >> - Website: https://apereo.github.io/cas >> - Gitter Chatroom: https://gitter.im/apereo/cas >> - List Guidelines: https://goo.gl/1VRrw7 >> - Contributions: https://goo.gl/mh7qDG >> --- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGdX6GYzaOCeVj3Jqd5bw7ypfFc-FhnhRKAgdk9gCjiypumjjg%40mail.gmail.com >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGdX6GYzaOCeVj3Jqd5bw7ypfFc-FhnhRKAgdk9gCjiypumjjg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > *Umut Arus* > System Specialist > Information Technology > Sabancı University > > Phone: +90216 483 9172 > > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/CALwryzGE5pv-5dyqqduTVsHvCwjSkXh0SyNN3TcVrj_WwUg8Bg%40mail.gmail.com > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CALwryzGE5pv-5dyqqduTVsHvCwjSkXh0SyNN3TcVrj_WwUg8Bg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Jason -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGdX6Ga2JhH-%3Dd%3DD4Oqmgr00qE%3DaxK5Pnigr6jFGb2WL_O1zGw%40mail.gmail.com.
