-
Notifications
You must be signed in to change notification settings - Fork 628
Unable to deploy to Google Cloud #1110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To confirm if this is an issue with my code or something else, I tried downloading the sample GCP HTTP function and deploying. That, too, fails with the same error. |
I have exactly the same issue. I think this is a problem of the bootJar plugin or the layout configuration. The resulting boot JAR contains only the files from spring-boot-loader but not from spring-boot-loader-classic, which is the one that is used by the GCP adapter. |
This is a duplicate of #1085 |
Can you add this configuration to
|
@olegz same issue in 3.3.0 and spring-cloud-function-adapter-gcp 4.1.2 with loaderImplementation :/ |
I don't remember where exactly this was written, but this issue is a regression, downgrading your spring-boost installation works:
|
I believe it was addressed with #1150 Please raise a new issue if still persists |
Describe the bug
I believe I am encountering the same issue as #770 . When I try to deploy to Google Cloud, I get a JarLauncher not found error.
When I try to run the jar file locally (although maybe this is expected?) I get a similar error:
Running the function locally via
mvn function:run
works.This is my pom.xml:
This is my manifest file.
The text was updated successfully, but these errors were encountered: