- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 05:34 AM
Hi Team,
While debugging the pattern getting Error- Failed to execute task, PatternDebuggerTask, with failure message: class java.util.LinkedHashMap cannot be cast to class java.lang.String.
After made connection section while testing the step it is showing the error, Please see attached screenshot
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 07:39 AM
Hi Rajamouly,
as per the screenshot in one the steps that you're trying to execute you have stored the data in the Variable try to push that data into a table and test that will work.
Regards,
Manjunatha G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2022 12:45 AM
Hi,
Which type of device you are trying to discover and which pattern and its step is throwing error?
The command which is executing behind the pattern is not returning the results. When it doesn't have enough information on what class to deserialize to, it uses LinkedHashMap .
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2022 07:25 PM
Hi Anshu,
We were debugging OOB service mapping pattern for connection section of Report server.
We have already got required details in previous step like Host and Port, Current step we just need to establish the connection section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022 07:39 AM
Hi Rajamouly,
as per the screenshot in one the steps that you're trying to execute you have stored the data in the Variable try to push that data into a table and test that will work.
Regards,
Manjunatha G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2022 04:15 PM