skip to Main Content

Ubuntu 22.04 updates broke dot net core 7.0

On 3 running Ubuntu servers... I did updates and now Supervisor crashes. tail /var/log/PHCAdmin.err.log: .NET location: /usr/lib/dotnet/ No frameworks were found. Learn about framework resolution: https://aka.ms/dotnet/app-launch-failed To install missing framework, download:https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=7.0.0&arch=x64&rid=ubuntu.22.04-x64

VIEW QUESTION

How do I set values in environment for Spring Boot app in Ubuntu 22.04?

I am trying to set below values in enviornment (Ubuntu 22.04) spring.datasource.url = jdbc:mysql://localhost:3306/abc?useSSL=false spring.datasource.username = root spring.datasource.password = root I have set values in enviornment as export spring_datasource_url_prefix=mysql export spring_datasource_host=localhost export spring_datasource_port=3306 export spring_datasource_database=abc export spring_datasource_username=root export spring_datasource_password=root And…

VIEW QUESTION
Back To Top
Search