Error thrown from com.glide.ui.ServletErrorListener

V S R
Tera Contributor

Hi All ,

Last week I had written a client script with script include to fetch the assignment group based on the fields "Business Application" and "Business Process" in the incident form. It was working fine .

But suddenly from today morning getting the below error when i modify the  fields "Business Application" and "Business Process" : 

 

class com.glideapp.questionset.SelectQuestion cannot be cast to class com.glideapp.questionset.LookupSelectQuestion (com.glideapp.questionset.SelectQuestion and com.glideapp.questionset.LookupSelectQuestion are in unnamed module of loader com.snc.orbit.container.tomcat8.Tomcat8$OrbitTomcat8ClassLoader @1282017): java.lang.ClassCastException: class com.glideapp.questionset.SelectQuestion cannot be cast to class com.glideapp.questionset.LookupSelectQuestion (com.glideapp.questionset.SelectQuestion and com.glideapp.questionset.LookupSelectQuestion are in unnamed module of loader com.snc.orbit.container.tomcat8.Tomcat8$OrbitTomcat8ClassLoader @1282017): com.glideapp.servicecatalog.LookupSelectProcessor.initVariable(LookupSelectProcessor.java:99)
com.glideapp.servicecatalog.LookupSelectProcessor.process(LookupSelectProcessor.java:62)
com.glide.processors.XMLHttpProcessor.processJavaAJAX(XMLHttpProcessor.java:168)
com.glide.processors.XMLHttpProcessor.process(XMLHttpProcessor.java:121)
com.glide.processors.AProcessor.runProcessor(AProcessor.java:625)
com.glide.processors.AProcessor.processTransaction(AProcessor.java:277)
com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:184)
com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:172)
com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:51)
com.glide.sys.Transaction.run(Transaction.java:2501)
com.glide.ui.HTTPTransaction.run(HTTPTransaction.java:27)
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)

 

Has anyone encountered these before ?

0 REPLIES 0