cloudfoundry-community / stratos

Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
MIT License
2 stars 7 forks source link

App Deployment via stratos is failing #49

Open sainaveenkumargedala opened 2 months ago

sainaveenkumargedala commented 2 months ago

Stratos Version

Expected behaviour

Actual behaviour

Steps to reproduce the behavior

Log output covering before error and any error statements


2024-02-26T07:44:19.87+0100 [APP/PROC/WEB/1] OUT ERRO[Mon Feb 26 06:44:19 UTC 2024] minimum not met current=2.218.0 minimum=3.99.0

2024-02-26T07:44:19.87+0100 [APP/PROC/WEB/1] OUT WARN[Mon Feb 26 06:44:19 UTC 2024] Failed to execute due to:

2024-02-26T07:44:19.88+0100 [APP/PROC/WEB/1] OUT echo: http: response.WriteHeader on hijacked connection from github.com/labstack/echo/v4.(*Response).WriteHeader (response.go:63)

2024-02-26T07:44:19.88+0100 [APP/PROC/WEB/1] OUT echo: http: response.Write on hijacked connection from github.com/labstack/echo/v4.(*Response).Write (response.go:75)

2024-02-26T07:44:19.88+0100 [APP/PROC/WEB/1] OUT {"time":"2024-02-26T06:44:19.883197439Z","level":"ERROR","prefix":"echo","file":"main.go","line":"1227","message":""}

Detailed Description

If we try to deploy any app via stratos UI the app deployment isn't happening and also we don't see too much logs in the stratos app as well

sainaveenkumargedala commented 2 months ago

Hello Team,

Can someone help in getting this fixed.

mafolz commented 3 days ago

@sainaveenkumargedala we are currenlty working on this topic. Parts are done in https://github.com/cloudfoundry-community/stratos/pull/82 but we need to fix more of the UI as well