question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error when using "quarkus-hibernate-orm" dependency on Google App Engine standard

See original GitHub issue

Just by adding the quarkus-hibernate-orm dependency to a project and trying to run it on Google App Engine standard, I get this error:

2019-11-07 16:58:30,265 WARN [com.arj.ats.common] (main) ARJUNA048006: cannot create new instance of com.arjuna.ats.internal.arjuna.objectstore.ShadowNoFileLockStore: java.lang.reflect.InvocationTargetException ... Caused by: com.arjuna.ats.arjuna.exceptions.ObjectStoreException: ARJUNA012225: FileSystemStore::setupStore - cannot access root of object store: /srv/ObjectStore/ShadowNoFileLockStore/defaultStore/

I was able to get over this by setting this the object store dir to the /tmp directory (remember, it’s running in App Engine, so I can’t just change the permissions of the default directory):

-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=/tmp

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
jaikirancommented, Nov 11, 2019

For future reference - @tfve has created a discussion in the developer.jboss.org forums here https://developer.jboss.org/thread/280777

1reaction
epif4niocommented, Nov 11, 2019

Yes @Sanne, I agree. We have to make sure it is working flawless. I’m planning on doing some transactional tests soon. I’ll let you know if something funny happens.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot App Engine errors - Google Cloud
This error occurs if you use the gcloud app deploy command from a service account that does not have the Storage Admin (...
Read more >
Quarkus in Google App Engine - JBoss.org
Hi, I'm developing a Quarkus app for Google App Engine (standard ... I add the quarkus-hibernate-orm dependency I start getting this error:.
Read more >
Deploying to Google Cloud Platform (GCP) - Quarkus
Login to Google Cloud. Deploying a function to Google Cloud Functions. Deploying a JAR to Google App Engine Standard. Deploying a Docker image...
Read more >
Google App Engine Standard env - not found controller method
It means I excluded Tomcat dependency, changed packaging from jar to war, created appengine-web.xml file etc. As next step, I created GAE ......
Read more >
Deploy a Spring Boot app to App Engine standard environment
With App Engine, there are no servers to maintain. You simply upload your app and it's ready to go. App Engine apps automatically...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found