When trying to create a scoped app gives an error

lrossy31
Tera Expert

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.

3 REPLIES 3

Mark Manders
Mega Patron

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

lrossy31
Tera Expert

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)

lrossy31
Tera Expert

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)