ATF steps not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2026 02:52 AM
I am currently working with Yokohama version. Validate Variable Values ATF step gives error like:
This step failed because the client error 'Invalid query string received:b4c92cf39341d210b5b3f4ed1dba1023: java lang NullPointerException:
Invalid query string received:87c65fa547e162103361b9fc416d43c9: java lang NullPointerException
Invalid query string received:14ce57d693b5d610ea62b91e1dba1086: java lang NullPointerException
Invalid query string received java lang NullPointerException: ' was detected on the page being tested. See failing Test Logs. To ignore these errors in the next test run, use 'Add all client errors to warning/ignored list' links.
My PDI in Zuric works fine.
I found a article about it https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2564290
PRB1889420 but couldn't open it
Also whenever I try to add a validate feld state step, it just keep loading and freeze my instance then give me this error page. one window trying to add this step will freeze every other working SN window
Did anyone know and fixes or workaround?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2026 07:54 AM
There was a KB Article associated to the problem that contains a work around.
If that doesn't work I would open a case with Now Support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2026 06:03 PM
Can you please give me the workaround or fix mentioned in the kb? both my company and personal account can't open the KB, I also asked my co-workers but they could'nt access the KB either
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2026 06:03 PM
Can you please give me the workaround or fix mentioned in the kb? both my company and personal account can't open the KB, I also asked my co-workers but they could'nt access the KB either
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Description
Build information: Yokohama Patch 1
Issue Description:
SEVERE *** ERROR *** Invalid query string received:0
java.lang.NullPointerException
Steps to Reproduce
1. Import attached update set and commit to get the test.
This essentially creates a test with a step that sets variable values and then in the next step attempts to use a variable value from the earlier step.
2. Run test
Expected behavior
- Test to trigger NullPointerException
Actual behavior
- Test throw an Invalid query string received:test: java.lang.NullPointerException
Workaround
For now the workaround is to make a sys_atf_whitelist record, you need to update the Error message from "Invalid query string received: *** : java.lang.NullPointerException:" to "Invalid query string received":.
By updating to the Error Message field to "Invalid query string received" it will be more generic and capture all of them. This suppresses the error so it will perform the rest of the steps.
Related Problem: PRB1889420
