java.lang.NoClassDefFoundError: Could not initialize class com.glide.usageanalytics.CtUsageScore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2024 12:10 PM
I am facing very strange issue which happens with me on a pdi instance only but it doesn't occur in any other instances
whenever I trying to do any transaction like insert or delete I get the following error
java.lang.NoClassDefFoundError: Could not initialize class com.glide.usageanalytics.CtUsageScore
despite the above error the transaction is completed
Could anyone support please ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2024 02:27 PM - edited 09-01-2024 02:28 PM
Hi @Ahmed Hussein ,
The error you are seeing is related to a class that could not be found or loaded during the script execution. This error indicates that the system is attempting to access a class that is either missing or incorrectly referenced.
Customer instances have more tables and classes so these don't appear. I would say you can ignore these as your script is getting executed anyways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 04:19 PM
Hi Sanjay
I don't refer to the above class in any place it's something related to the instance
i can't ignore the error because it happens in all the places like scripted api and the response returns with error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 02:22 AM - edited 09-03-2024 02:23 AM
Hi @Ahmed Hussein ,
This error is related to the Java Classes. I can see that its says- Class-
com.glide.usageanalytics.CtUsageScore
It seems tts related to the plugin- com.glide.usageanalytics
Can you try to install above plugin on PDI and check if error still exists.
Also you cannot get any support on PDI stuff from ServiceNow so its really difficult to get more insights as its a PDI error and not a actual customer instance.