[dspace-tech] Shibboleth error - org.dspace.authenticate.ShibAuthentication @ Unable to register new eperson because we are unable to find an email address along with first and last name for the user.

2022-08-18 Thread Snickers
Hi All, I am setting up shibboleth authentication and got below error: eAPIRequestLoggingFilter @ Before request [GET /server/api/authz/authorizations/search/object] originated from /home 2022-08-19 12:47:16,184 INFO aebd1170-b43b-47f9-b3e4-0990b4b7d105 6cddd761-cb75-418f-8e89-c9a7a99f426e or

Re: [dspace-tech] Shibboleth error - org.dspace.authenticate.ShibAuthentication @ Unable to register new eperson because we are unable to find an email address along with first and last name for the u

2022-08-23 Thread Snickers
and let us know on this list if you need more specific help. > It's always possible that someone else on here may have a similar > Shibboleth setup to you and can provide more specific advice. > > Tim > -- > *From:* dspac...@googlegroups.com on

Re: [dspace-tech] Shibboleth error - org.dspace.authenticate.ShibAuthentication @ Unable to register new eperson because we are unable to find an email address along with first and last name for the u

2022-08-25 Thread Snickers
, Bryan On Wednesday, August 24, 2022 at 4:46:21 PM UTC+12 Snickers wrote: > Hi Tim, > > Thank you for your answer and for providing the details. I have been going > through the docs and samltest but no luck. > > I am sure that the shibboleth is setup correctly as I can see the

[dspace-tech] Issue with Dspace 7 search

2022-08-29 Thread Snickers
Hi, I am migrating Dspace from 5.8 to a new 7.3. I have followed the documentation and completed all tasks - https://wiki.lyrasis.org/display/DSDOC7x/Migrating+DSpace+to+a+new+server and https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace When I search, for example, I get 26 items from D

[dspace-tech] Re: Issue with Dspace 7 search

2022-08-31 Thread Snickers
Hi Tim, Thank you for your response. I am sure that there have been many improvements made to Dspace and Solr over the version updates and appreciate the effort of the devs. I looked a bit deeper into the search results from both 5.8 and 7.3. It seems that the search finds the keyword in the t

Re: [dspace-tech] Re: Issue with Dspace 7 search

2022-11-27 Thread Snickers
;index-discovery -b" ran about 10 mins. When I search "noodle" on Dspace 5.8, it is searched but not in Dspace 7.3 (after the full scan and re-index). The full scan fails with out of memory error when "textextractor.max-chars = -1" is set. Regards, Bryan On Wednesda

[dspace-tech] Error with filter-media

2022-12-07 Thread Snickers
Hi, When I run *filter-media -f* after data migration, I get many of the following errors: -- Unexpected RuntimeException from org.apache.tika.parser.pdf.PDFParser@65054901 ERROR filtering, skipping bitstream: Item Handle: 10292/4198 B

[dspace-tech] Re: Statistics data not available

2023-03-05 Thread Snickers
Hi Cardenas, We had the same issue although solr was configured correctly and tested successfully. Found below from the log: "ERROR unknown unknown org.dspace.statistics.SolrLoggerServiceImpl @ java.lang.IllegalStateException: The required 'dbfile' configuration is missing in solr-statistics.c

[dspace-tech] Unable to Solr-import-statistics

2023-03-05 Thread Snickers
Hi All, We are having an issue with importing solr statistics exported from Dspace 5.8. Below is the error: ./dspace solr-import-statistics -i statistics Exception: Error from server at http://localhost:8983/solr/statistics: ERROR: [doc=e4666a98-549c-49ab-befe-f87b51ff6dc3] unknown field 'auth

[dspace-tech] Re: Unable to Solr-import-statistics

2023-03-05 Thread Snickers
n in the schema.xml file. 3. Add a new field definition for 'author_value'. For example, the following XML code can be added: 4. Save the schema.xml file. 5. Restart Solr to apply the changes. On Monday, March 6, 2023 at 1:23:12 PM UTC+13 Snicker

[dspace-tech] "Search query is not valid"

2023-03-27 Thread Snickers
Hi Team, We are running Dspace 7.3 and having an issue using ":" in search field. I have done some search and edited solr and dspace configs but nothing seems to work. I won't put them here to avoid confusion for now. Is there a way to allow colon (:) in the search field? Regards, Bryan -- A

[dspace-tech] Dspace 7.4 - not logging errors or activities but maintenance tasks

2023-05-24 Thread Snickers
Hi, We are running Dspace 7.4. It does not seem logging any activities or errors. - The log level is set to INFO in '/usr/local/dspace/config/log4j2.xml' - I see a lot of "org.dspace.discovery.SolrServiceImpl" in the log - There have been a few errors logged at Elements and we have Repository T

[dspace-tech] OAI-PMH returns http URLs in the metadata field

2023-06-19 Thread Snickers
Hi All, We use Dspace 7.4 and OAI-PMH works well. The issue is that the URLs for handle.net and bitstream download show HTTP instead of HTTPS. How can we convert the URLs provided by OAI-PMH to be HTTPS? The URLs in DB are HTTPS so not sure why the metadata provides HTTP URLs. Regards, Bryan

Re: [dspace-tech] OAI-PMH returns http URLs in the metadata field

2023-06-25 Thread Snickers
“dspace oai clean-cache” to make sure you > don’t get any stale data from before. > > > > As for when you say “The URLs in DB are HTTPS” I’m not sure what might be > going there, unless maybe you have a crosswalk rule that is changing them. > > > > -- > >

[dspace-tech] How to enable "Search by Supervisor" in Theses only

2023-07-23 Thread Snickers
Dear All, In the Open Theses & Dissertations community "Browse by Supervisor" needs to replace "Browse by Subject". We made the required changes on dev but it's providing this browse in the Open Research communities which shouldn't happen. We need to work out how to provide supervisor browse in

[dspace-tech] Recently added item is not displaying in the collection

2023-07-23 Thread Snickers
Dear all, A recently added item is not displayed in the collection. When I check DB, the owning_collection is correctly set for the item. However, the collection page does not list the item but everything else. Could you please help? Regards, Bryan -- All messages to this mailing list should

[dspace-tech] Dspace Reporting - REST API as data source for Power BI reporting

2023-08-10 Thread Snickers
Hi all, I am working on setting up Power BI report using REST API as data source. I have had some success importing all data from /api/discover/objects to Power BI. I found useful info from: https://wiki.lyrasis.org/display/DSDOC7x/REST+API https://dspace-labs.github.io/DSpace7RestTutorial/ Th

[dspace-tech] Re: Dspace Reporting - REST API as data source for Power BI reporting

2023-08-10 Thread Snickers
Also have an option as below: [image: PowerBIAuthenticationMethods2.png] But not sure how this may work with CSRF token requirement. On Friday, August 11, 2023 at 10:46:20 AM UTC+12 Snickers wrote: > Hi all, > > I am working on setting up Power BI report using REST API as data source.

[dspace-tech] Dpsace 7.4 infinite loop of redirection

2023-08-14 Thread Snickers
Hi, We are experiencing Dspace going into an infinite loop in redirecting for logging in. This happens when accessing bitstream when logged in. The URL is something like below: https://contouso.com/reload/1691969156273?redirect=%2Fbitstreams%2F85f01687-a172-4a4c-bed6-d6d75b22ef9d%2Fdownload Be

[dspace-tech] Re: Dpsace 7.4 infinite loop of redirection

2023-08-14 Thread Snickers
Resolved the issue. Found that the UI server was off-sync with the time server On Monday, August 14, 2023 at 10:18:19 PM UTC+12 Snickers wrote: > Hi, > > We are experiencing Dspace going into an infinite loop in redirecting for > logging in. This happens when accessing bitstream wh

[dspace-tech] Re: How to enable "Search by Supervisor" in Theses only

2023-09-10 Thread Snickers
covery but still no luck. Any suggestion please? On Monday, July 24, 2023 at 8:31:38 AM UTC+12 Snickers wrote: > Dear All, > > In the Open Theses & Dissertations community "Browse by Supervisor" needs > to replace "Browse by Subject". We made the required chang

[dspace-tech] Re: How to enable "Search by Supervisor" in Theses only

2023-09-10 Thread Snickers
Running "bin/dspace index-discovery -b" command fixed it. On Monday, September 11, 2023 at 10:26:43 AM UTC+12 Snickers wrote: > So, I found below configuration from the dspace.cfg file: > > webui.browse.index.1 = dateissued:item:dateissued > webui.browse.index.2 = author:m

[dspace-tech] "No item found for the identifier" error

2024-01-21 Thread Snickers
Hi, We have a collection that we assign a user group in the "Default item read access" in the "Assign Roles" tab. When a user in the user group logs in and opens the item, it opens correctly. However, When an anonymous user opens the item, it shows "*No item found for the identifier*" error. W