not able to trigger catalog client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 02:44 PM
No value present: java.util.NoSuchElementException: No value present: java.base/java.util.Optional.get(Optional.java:143)
com.glide.ui.ng.app.AppResources$RecordAcl.ifCanRead(AppResources.java:396)
com.glide.ui.ng.NGUserProcessor.process(NGUserProcessor.java:103)
com.glide.ui.ng.AngularProcessor.process0(AngularProcessor.java:257)
com.glide.ui.ng.AngularProcessor.process(AngularProcessor.java:190)
com.glide.processors.AProcessor.runProcessor(AProcessor.java:759)
com.glide.processors.AProcessor.processTransaction(AProcessor.java:313)
com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:187)
com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:175)
com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:58)
com.glide.sys.Transaction.run(Transaction.java:2734)
com.glide.ui.HTTPTransaction.run(HTTPTransaction.java:35)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.base/java.lang.Thread.run(Thread.java:840)
I'm getting this error while refreshing catalog form in my DEV instance. How to resolve this error? and I have written client script for the catalog item but it's not triggering. Is above error could be reason if yes how to overcome. I have checked in PDI, client script is not causing any error and producing required result.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 09:13 AM
Thanks for the reply.
I have already done all the checks with all the values, but the client script is not triggering in my DEV instance only but in PDI its working fine after replicating all the required information. There is nothing wrong with the client script even in DEV instance I tried to generate alert on very first line of the client script but it's not triggering.