When trying to create a scoped app gives an error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 02:52 AM
Hello everyone,
I will appreciate if anyone have run into this error when creating a new scoped app. It is Exception while executing request: null Check logs for error trace or enable glide.rest.debug property to verify REST request processing. The sandbox I am using is in Vancouver version. I have added the system property glide.rest.debug and have set it to true and tried again to create the app and keeps in giving the error.
Any help to resolve this will be greatly appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:20 AM
And what does the log say? Without knowing what is going on, we can only guess.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 05:45 AM
Exception while executing request: null: com.glide.rest.util.RESTRuntimeException: Exception while executing request: null: com.glide.rest.handler.impl.ServiceHandlerImpl.handleInvocationTargetException(ServiceHandlerImpl.java:76)
com.glide.rest.handler.impl.ServiceHandlerImpl.invikeService(ServiceHandlerImpl.java:49)
com.glide.rest.processors.RESTAPIProcessor.process(RESTAPIProcessor.java:346)
com.glide.processor.AProcessor.runProcessor(AProcessor.java:733)
com.glide.processor.AProcessor.processTransaction(AProcessor.java:291)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 05:53 AM
com.glide.processor.ProcessorRegistry.process0(ProcessorRegistry.java:187)
com.glide.processor.ProcessorRegistry.process(ProcessorRegistry.java:175)
com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:58)
com.glide.sys.Transaction.run(Transaction.java:2645)
com.glide.ui.HTTPTransaction.run(HTTPTransaction.java:30)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
java.base/java.lang.Thread.run(Thread.java:829)