Identification Engine error during payload processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2020 07:48 PM
Hi,
I am building payload in JSON format and trying to process it using Identification engine rule. For some of the payload items the engine is failing and in the logs i could see the below error message.
identification_engine : Error occured during parsing input json payload: java.lang.
at com.glide.util.JSONUtil.
at com.glide.util.JSONUtil.parse(
I am unable to determine the issue. Any leads to fix the issue?
Thanks
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2020 08:05 PM
Looks like the issue is in parsing some of the payload items properly. Check if you are parsing all the input variables into string. You can use .toString() or +'' to convert the variable to strings. I encountered similar error many times.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2020 08:48 PM
Looks like the issue is in parsing some of the payload items properly. Check if you are parsing all the input variables into string. You can use .toString() or +'' to convert the variable to strings. I encountered similar error many times.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 02:07 AM
Hi,
Can you show the payload and i can try that for you.
Thanks,
Ashutosh