Issue while Deploying Karavan App using SB runtime #1056
-
I am trying to deploy a sample camel Karavan application from vscode to minikube in my local setup. I am using the context menu Karavan:Deploy to do the deployment. The terminal output seems to be successful but the minikube pod is crashing with the below error ravis@soleil_laptop MINGW64 ~ ravis@soleil_laptop MINGW64 ~ I am using the latest version of Camel Karavan v4.3.0 extension in VSCode I found the SO post https://stackoverflow.com/questions/77279480/org-springframework-boot-loader-jarlauncher-cannot-be-found-but-org-springframe It seems like the JarLauncher class is actually under org.springframework.boot.loader.launch.JarLauncher for Springboot v3.2.0 but the Karavan / Camel JBang generated DockerFile has an ENV named JAVA_MAIN_CLASS with Value org.springframework.boot.loader.JarLauncher but for SB version 3.2 the value should be org.springframework.boot.loader.launch.JarLauncher How can I change this? Is there an option to mention this via properties? |
Beta Was this translation helpful? Give feedback.
#1054