This error show that something is wrong with your resource permission structure.
That error is happening during resource permission model validation - code is going thru hierarhy and should find root permissions, if root permissions not reached - you will get this error.
Hi, I have the exact same error, but in my case I detected that hapen because when I am going to save a Data Source I got this error loading the directories java.lang.StringIndexOutOfBoundsException: String index out of range: -1, and after this error I got the exact same error when I call to rest_v2/reportExecutions, any help?
This error show that something is wrong with your resource permission structure.
That error is happening during resource permission model validation - code is going thru hierarhy and should find root permissions, if root permissions not reached - you will get this error.
Hi, I have the exact same error, but in my case I detected that hapen because when I am going to save a Data Source I got this error loading the directories java.lang.StringIndexOutOfBoundsException: String index out of range: -1, and after this error I got the exact same error when I call to rest_v2/reportExecutions, any help?
I had the same issue. In my case i forgot the leading / in the reportUnitUri. Maybe this helps.