Unable to call rest v2 api jasper server 7.2.0

Getting below error while calling the rest api.

org.springframework.security.acls.model.NotFoundException: ACL should have parent !!!

bikash.mahato's picture
Joined: Jul 24 2019 - 7:45am
Last seen: 4 years 1 month ago

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.

ogavavka - 4 years 1 month ago

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?

ymguerra - 3 years 6 months ago

I had the same issue. In my case i forgot the leading / in the reportUnitUri. Maybe this helps.

marcel.dowideit - 3 years 1 month ago

0 Answers:

No answers yet
Feedback
randomness