How to resolve the issue:- java.lang.IllegalArgumentException: Invalid uri 'https://****.****.****.*****.***:9060/***/**/****/***/ReferenceError: "name" is not defined. (<refname>': escaped absolute path not valid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2016 05:00 AM
Hello All,
I have configured REST GET Method, its working fine when I'm Testing from REST Message GET method, but the same method when I called from workflow activity it giving me this error.
java.lang.IllegalArgumentException: Invalid uri 'https://***.****.****.*****.***:9060/**/***/**/**/ReferenceError: "name" is not defined. (<refname>': escaped absolute path not valid
Please guide to resolve the issue.
Thanks & Regards,
Swapnil Agrawal
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2022 05:31 AM
I believe that Sergui means that a possible workaround is: To move the file to a directory WITH OUT spaces in the name.
The Error message is related to Unexpected characters in the URL:
Alternatively when using a URL with spaces or other special characters in a script is to URL encode these.
If you are seeing this issue using a script try using: