Skip to main content

All 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" -...
Applix Systems's user avatar
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\...
William's user avatar
  • 20.2k
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. ...
mr.Penguin's user avatar
  • 1,648
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 ...
Kiran Subedi's user avatar
  • 2,284
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 ...
Giovani Botelho's user avatar
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 ...
Deepak Singh Rajput's user avatar
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....
Vijay Chaudhari's user avatar
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 ...
Dhivya Sadasivam's user avatar
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 ...
Hanok Jacob's user avatar
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 ...
ptbacon's user avatar
  • 41
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 (...
Matt's user avatar
  • 31
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 ...
dense8's user avatar
  • 718
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 ...
user101010's user avatar
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 ...
Ezzy C's user avatar
  • 25
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....
BullyWiiPlaza's user avatar

15 30 50 per page
1
2 3 4 5
25