Thank you for all the replies!

I am using Jena 4.7.0 with the default shiro.ini file.

The problem was indeed that admin actions were limited to localhost. Adding
the two lines suggested by Simon Bin (thanks!) solved the problem:

/$/stats   = anon
/$/stats/* = anon

Best regards,
Uldis


On Thu, 9 Mar 2023 at 17:09, Simon Bin <[email protected]>
wrote:

> You have to manually fix the shiro.ini shipped with Jena:
>
> add these lines:
>
> /$/stats   = anon
> /$/stats/* = anon
>
> Cheers,
>
> On Thu, 2023-03-09 at 13:55 +0000, Andy Seaborne wrote:
> > On 09/03/2023 13:03, Bruno Kinoshita wrote:
> > > Hi,
> > >
> > > Do you have a reverse proxy that could ve giltering that request
> > > perhaps?
> > > Are you able to share the complete error message with the URL's
> > > involved
> > > too? Also, what version of Jena are you referring to?
> >
> > Have you configured shiro.ini to allow access to admin functions from
> > machines other than localhost?
> >
> > >
> > > Cheers
> > >
> > >
> > > On Thu, 9 Mar 2023, 1:26 pm Uldis Bojars, <[email protected]>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > When loading a Jena Fuseki dataset page (in the web UI) such as
> > > > the dataset
> > > > Query tab or the Info tab, the UI shows an error message:
> > > >
> > > > AxiosError: Request failed with status code 403
> > > >
> > > > Javascript console shows that the request
> > > > http://server_name:3030/$/stats/dataset-name is getting a 403
> > > > Forbidden
> > > > error response.
> > > >
> > > > Could you please help me solve this issue?
> > > >
> > > > Best regards,
> > > > Uldis
> > > >
> > >
> >
>
>

Reply via email to