Hi Neli,

I had a similar issue (not able to add/browse datasets on 3.17). I realized
there must have been some change in the security layer related to shiro.ini
file (which default form is being created in the /run subfolder when you
first run Fuseki). To make it work you just need to make sure anonymous
access is granted to the dataset website. The easiest way to do this is
make sure this line in shiro.ini is not commented:

/$/** = anon

So the full process would look like this now (it requires now starting and
killing server making it more complex for the beginners):


   1. Download recent Apache Fuseki distribution:
   https://jena.apache.org/download/
   2. Unzip it somewhere on your machine
   3. Launch the Fuseki server (fuseki-server.bat file on Windows)
   4. Find {Fuseki}/run/shiro.ini file and make sure this line is not
   commented out: /$/** = anon
   5. Restart Fuseki (kill the server window and launch it again)
   6. Go to http://localhost:3030/manage.html and click “Add new dataset”
   tab
   7. Create your dataset
   8. Go to http://localhost:3030/dataset.html and use “edit” or “upload
   files” to add RDF data.
   9. Go to “query” tab and start your queries

Cheers,
Piotr

czw., 18 mar 2021 o 23:41 Zlatareva, Neli (Computer Science) <
zlatar...@ccsu.edu> napisał(a):

> Hi Andy -- I tried to send snapshots of the browser window but they did
> not show up in my e-mail. I am sending them as an attachment if this can be
> of any help.
> Thanks
>
> Neli P. Zlatareva, PhD
> Professor of Computer Science
> Department of Computer Science
> Central Connecticut State University
> New Britain, CT 06050
> Phone: (860) 832-2723
> Fax: (860) 832-2712
> Web site: cs.ccsu.edu/~neli/
> ------------------------------
> *From:* Zlatareva, Neli (Computer Science) <zlatar...@ccsu.edu>
> *Sent:* Thursday, March 18, 2021 6:31 PM
> *To:* users@jena.apache.org <users@jena.apache.org>
> *Subject:* Re: Fuseki v.17 seems not to work
>
>
> *Please be cautious: **External Email***
>
> Hi Andy,
>
> The instructions I always give to my students are go to
> http://jena.apache.org/download/index.cgi
> <https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjena.apache.org%2Fdownload%2Findex.cgi&data=04%7C01%7CZlatareva%40ccsu.edu%7Cfc5e14b9a89540729c6008d8ea5d8f29%7C2329c570b5804223803b427d800e81b6%7C0%7C0%7C637517034843679828%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=e2VPrd8XLkZRUfoySJ5R6K4AgIu8eZUdT%2BInvOtfVFs%3D&reserved=0>
>
>
> Download the latest version of apache-jena-fuseki-3.17.0.zip (now this is
> the latest) unzip and so on.
>
>
>
> Add new dataset would not open, neither upload files.
>
>
>
>
>
> Thank you so much.
>
> Regards, Neli.
>
> ------------------------------
> *From:* Sentient #6 <maximilian.brod...@googlemail.com.INVALID>
> *Sent:* Thursday, March 18, 2021 5:27 PM
> *To:* users@jena.apache.org <users@jena.apache.org>
> *Subject:* Re: Fuseki v.17 seems not to work
>
> Please be cautious: **External Email**
>
> I had the same issue and just edit the shiro and config file.
>
> Am Do., 18. März 2021 um 20:09 Uhr schrieb Andy Seaborne <a...@apache.org
> >:
>
> > Neli,
> >
> > There are several packaging of Fuseki - which one are you referring to?
> >
> > What does "not work" mean for you and your students?
> >
> >  > It open on the local host,
> >
> > do you get the front page?
> >
> >      Andy
> >
> > On 18/03/2021 18:02, Zlatareva, Neli (Computer Science) wrote:
> > > Hi there, I am using Fuseki for my Linked data engineering class. My
> > students were ask to download the latest version 17 (from the website)
> and
> > it seems to not work. I tried it too -- did not work for me either. It
> open
> > on the local host, but doesn't open any windows from there -- can't add a
> > dataset, etc.
> > > Any advice will be greatly appreciated.
> > > Thank you.
> > > Regards, Neli.
> > >
> > > Neli P. Zlatareva, PhD
> > > Professor of Computer Science
> > > Department of Computer Science
> > > Central Connecticut State University
> > > New Britain, CT 06050
> > > Phone: (860) 832-2723
> > > Fax: (860) 832-2712
> > > Web site: cs.ccsu.edu/~neli/
> > >
> >
>

Reply via email to