Piotr

Updated my shiro.ini as you suggest and I can now get 3.17 running. All older 
versions (3.16 and previous) have not required the step you suggested.

Thanks for the info.
Dave Iberson-Hurst
  

On 19/03/2021, 08.52, "Piotr Nowara" <[email protected]> wrote:

    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://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjena.apache.org%2Fdownload%2F&amp;data=04%7C01%7C%7Cd23b44fd4afb40cfb17708d8eaabef14%7C301427c9511349b7901842bf7e6be88c%7C0%7C1%7C637517371466688121%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=B%2FucbA4TagWJaE2GWxcnyW0ifG6sY%2FV%2FzqOnpXuZIKw%3D&amp;reserved=0
       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) <
    [email protected]> 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) <[email protected]>
    > *Sent:* Thursday, March 18, 2021 6:31 PM
    > *To:* [email protected] <[email protected]>
    > *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
    > 
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjena.apache.org%2Fdownload%2Findex.cgi&amp;data=04%7C01%7C%7Cd23b44fd4afb40cfb17708d8eaabef14%7C301427c9511349b7901842bf7e6be88c%7C0%7C1%7C637517371466698118%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=5ZsSrr3LSSFSVxVvBjvikpc4ceix%2BPFRpSjkw%2BoeSwo%3D&amp;reserved=0
    > 
<https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjena.apache.org%2Fdownload%2Findex.cgi&amp;data=04%7C01%7C%7Cd23b44fd4afb40cfb17708d8eaabef14%7C301427c9511349b7901842bf7e6be88c%7C0%7C1%7C637517371466698118%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&amp;sdata=5ZsSrr3LSSFSVxVvBjvikpc4ceix%2BPFRpSjkw%2BoeSwo%3D&amp;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 <[email protected]>
    > *Sent:* Thursday, March 18, 2021 5:27 PM
    > *To:* [email protected] <[email protected]>
    > *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 <[email protected]
    > >:
    >
    > > 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