All Questions
362 questions
0
votes
0
answers
136
views
google cloud datastore emulator fails to start
Up until now, I was using the following command for testing a GAE application on my local dev env:
e:
cd E:\myProj\myWebApp
"E:\Google\Cloud SDK\google-cloud-sdk\bin\java_dev_appserver.cmd" -...
0
votes
1
answer
90
views
appengine-maven-plugin:2.8.1:deploy failing because it (incorrectly) believes the Java App Engine Components are not installed
Error is
[INFO] --- appengine-maven-plugin:2.8.1:deploy (default-cli) @ licence-server ---
[INFO] Staging the application to: c:\Source\wylas\wylas-licence-server\server\licence-server\target\...
3
votes
0
answers
175
views
Spring security CORS configuration not working after deploying to App Engine
After configuring the CORS settings within my Spring Boot application to only permit requests coming from my website, I encountered an unexpected behavior when deploying the application on App Engine. ...
0
votes
1
answer
123
views
Appengine Memcache issue while using objectify 6.1.1 in Java 17
I'm currently in the process of updating an AppEngine Java 8 application to Java 17. For data storage, I'm using Objectify 6.1.1. While everything runs smoothly on my local machine, I've encountered ...
0
votes
0
answers
21
views
How upload video by appengine java Google Cloud Plataform
I have a java application that provides an endpoint and receives a video file (approximately 600 mb) running in my local application, I can receive the video and upload it to the GCP bucket, but when ...
0
votes
2
answers
355
views
Error installing Google Cloud Platform for Eclipse: Missing javax.annotation dependency
I am encountering an issue while attempting to install the Google Cloud Platform plugin for Eclipse. The installation process fails with the following error message:
Cannot complete the install ...
0
votes
0
answers
103
views
Unable to load class [com.mysql.jdbc.GoogleDriver]
We have just migrated to java 11 from java 8 for our appengine application. While deploying the application to appengine we are getting the following exception.
Initial SessionFactory creation failed....
0
votes
1
answer
144
views
Uploading files to GCS using Multithread keeps running
Am trying to upload 36k+ CSV files to GCS from a java application.
This application is hosted as an appengine in the same GCP.
As the number of files are more, am using parallelStream.foreach in java ...
0
votes
0
answers
717
views
Elastic APM using Java agent : Only a subset of my incoming requests have spans, while the majority of requests do not
Kibana version:7.9.2
Elasticsearch version: 7.9.2
APM Server version: 7.9.2
APM Agent language and version: java agent, version : 1.42.0
I have a Spring MVC application running on Google AppEngine ...
4
votes
1
answer
209
views
Have been getting many OverQuotaExceptions using Mail API in App Engine in the last few days, despite being way below quota according to the console
In the last few days we are getting many of the following error in our App Engine logs:
com.google.apphosting.api.ApiProxy$OverQuotaException: The API call mail.Send() required more quota than is ...
0
votes
1
answer
220
views
How do I disable GCP App Engine Cron Jobs?
I have an old Java (Maven) App Engine application in GCP and want to disable the "App Engine Cron Jobs"
Changes to src/main/webapp/WEB-INF/cron.xml are ignored by the appengine-api-1.0-sdk (...
0
votes
1
answer
120
views
GCP App engine app does not see CloudSQL key when deployed but works fine on local
I have a Java SpringBoot application deployed on Google Cloud Platform App Engine. The deployment is done from a Github Repository using Cloud Build. The repository file structure is as follows (not ...
0
votes
0
answers
61
views
App Engine missing resources Basic Scaling
Right after deploying my code to App Engine cron jobs run fine. 10 hours later, at night I start getting issues like NoClassDefFound or IllegalArgumentException that both point out missing resources ...
1
vote
0
answers
128
views
App Engine Java 11 Gradle - Unable to load main class in production
I'm currently working on migrating a Java 8 App Engine project to Java 11 as documented in the migration guide by Google. A lot of the examples and documentation focus around Maven and I have adapted ...
0
votes
0
answers
344
views
Getting org.hibernate.boot.registry.selector.spi.StrategySelectionException when deploying Spring Boot app to Google App Engine
I'm trying to deploy my Spring Boot 3 app to Google App Engine but I'm getting the error org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable to resolve name [org.hibernate....