cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
42 stars 103 forks source link

Noble - bpm does not start application #355

Closed ramonskie closed 3 weeks ago

ramonskie commented 6 months ago

when deploying for example haproxy.(which uses bpm) it will not start..

logs for jammy

{"timestamp":"2024-05-30T07:53:10.404046160Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.starting","data":{"job":"haproxy","process":"haproxy","session":"1.1"}}
{"timestamp":"2024-05-30T07:53:10.404179999Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.complete","data":{"job":"haproxy","process":"haproxy","session":"1.1"}}
{"timestamp":"2024-05-30T07:53:10.404195883Z","level":"info","source":"bpm","message":"bpm.start.starting","data":{"job":"haproxy","process":"haproxy","session":"1"}}
{"timestamp":"2024-05-30T07:53:10.412216642Z","level":"info","source":"bpm","message":"bpm.start.start-process.starting","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.412333787Z","level":"info","source":"bpm","message":"bpm.start.start-process.creating-job-prerequisites","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.412826718Z","level":"info","source":"bpm","message":"bpm.start.start-process.building-spec","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.413215384Z","level":"info","source":"bpm","message":"bpm.start.start-process.creating-bundle","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.415375513Z","level":"info","source":"bpm","message":"bpm.start.start-process.running-container","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.534307635Z","level":"info","source":"bpm","message":"bpm.start.start-process.complete","data":{"job":"haproxy","process":"haproxy","session":"1.2"}}
{"timestamp":"2024-05-30T07:53:10.534382200Z","level":"info","source":"bpm","message":"bpm.start.complete","data":{"job":"haproxy","process":"haproxy","session":"1"}}

logs for noble

{"timestamp":"2024-05-30T08:26:46.967171302Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.starting","data":{"job":"haproxy","process":"haproxy","session":"1.1"}}
{"timestamp":"2024-05-30T08:26:46.967320941Z","level":"info","source":"bpm","message":"bpm.start.acquiring-lifecycle-lock.complete","data":{"job":"haproxy","process":"haproxy","session":"1.1"}}
{"timestamp":"2024-05-30T08:26:46.967337065Z","level":"info","source":"bpm","message":"bpm.start.starting","data":{"job":"haproxy","process":"haproxy","session":"1"}}
{"timestamp":"2024-05-30T08:26:46.967677287Z","level":"info","source":"bpm","message":"bpm.start.complete","data":{"job":"haproxy","process":"haproxy","session":"1"}}
ramonskie commented 3 weeks ago

i ran the test again with bpm 1.4.2 and the latest haproxy. and is now working.