Re: [dspace-tech] Automatic start front end at boot

2024-01-08 Thread Sean Kalynuk
Hi Joshua, You can follow the instructions here: https://pm2.keymetrics.io/docs/usage/startup/ -- Sean From: dspace-tech@googlegroups.com on behalf of Joshua Kim Date: Monday, January 8, 2024 at 3:15 PM To: DSpace Technical Support Subject: [dspace-tech] Automatic start front end at boot

Re: [dspace-tech] Re: Integrate ORCID to DSpace 7 authentication

2023-12-05 Thread Sean Kalynuk
Hi Andrew, The public API URL is: https://pub.orcid.org/v3.0 The https://api.orcid.org/v3.0 URL is the Member API. -- Sean From: dspace-tech@googlegroups.com on behalf of Andrew K Date: Sunday, December 3, 2023 at 2:46 AM To: DSpace Technical Support Subject: [dspace-tech] Re: Integrate

Re: [dspace-tech] Upgraded Maven required for 7.6.1?

2023-11-24 Thread Sean Kalynuk
Hi Hrafn, I agree that it is best to just upgrade the documented requirements. -- Sean From: Hrafn Malmquist Date: Friday, November 24, 2023 at 8:00 AM To: Sean Kalynuk Cc: DSpace Technical Support Subject: Re: [dspace-tech] Upgraded Maven required for 7.6.1? Caution: This message was sent

[dspace-tech] Upgraded Maven required for 7.6.1?

2023-11-23 Thread Sean Kalynuk
It looks like there is now a higher version requirement for Maven? Docs say 3.3.x+ (as of today): https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-ApacheMaven3.3.xorabove(Javabuildtool) There is mention of using 3.8.x and 3.6.x though. A “mvn package” (using Maven

Re: [dspace-tech] PM2 uses a lot of memory and causes automatic Solr shutdown.

2023-10-23 Thread Sean Kalynuk
In our DSpace 7.5 environment (RHEL7, 16GB, 8 CPUs), I chose to only use 4 CPUs out of 8 ("instances": "4") for Node since we also run the other processes (Tomcat9 and Solr) on the same VM. The default Node 16 heap size is 2GB (verified with node -p 'v8.getHeapStatistics()'), and, originally,

Re: [dspace-tech] Embargo date can't be more than 3 years in the future?

2023-09-20 Thread Sean Kalynuk
Hi Paige, The relevant documentation you are looking for can be found here: https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface#SubmissionUserInterface-Modifyingaccessconditions(embargo,etc.)presentedforBitstreams -- Sean From: dspace-tech@googlegroups.com on behalf of Paige

Re: [dspace-tech] Problem with controlled vocabularies in submission forms and the browse dropdown

2023-07-24 Thread Sean Kalynuk
Hi Donna, I think it is this issue: https://github.com/DSpace/DSpace/issues/8927 -- Sean From: 'donna@canterbury.ac.nz' via DSpace Technical Support Date: Sunday, July 23, 2023 at 8:10 PM To: DSpace Technical Support Subject: [dspace-tech] Problem with controlled vocabularies in

Re: [dspace-tech] Re: Dspace 7.5 performace

2023-07-14 Thread Sean Kalynuk
In addition to the performance improvements, enabling server-side caching has also resolved a possible memory leak issue we were experiencing. With PM2 managing Node, and using max_memory_restart, the Node processes would restart about every hour or so. Now everything is stable. For reference,

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

2023-06-20 Thread Sean Kalynuk
Hi Bryan, In your local.cfg file (or dspace.cfg), the Handle prefix is configured with: handle.canonical.prefix Note that changing this configuration parameter will not change any existing dc.identifier.uri metadata (where the Handle is stored). It would only apply to newly archived items.

Re: [dspace-tech] DSpace 7 - Browse by Author not showing name but showing UUID

2023-04-06 Thread Sean Kalynuk
I have seen this before. What exact version of DSpace 7.x are you using? I would suggest trying to rebuild the Solr search core first with “dspace index-discovery -b”. With versions of DSpace 7.x before 7.5, I was seeing authority keys instead of author names for items that were withdrawn.

Re: [dspace-tech] ORCID autohority in DSpac 7.5

2023-03-20 Thread Sean Kalynuk
је написао/ла: Dear Sean, Many thanks for your thorough explanation. IMHO the improvement in this respect is worth considering. Regards Milos среда, 8. март 2023. у 01:04:30 UTC+1 Sean Kalynuk је написао/ла: Hi Milos, After looking through the DSpace 7.5 code, I don’t see that institution can

Re: [dspace-tech] ORCID autohority in DSpac 7.5

2023-03-07 Thread Sean Kalynuk
-url and orcid.public-url. On Tuesday, March 7, 2023 at 10:31:59 AM UTC-6 Sean Kalynuk wrote: Hi Darryl and Milos, You do need to uncomment the proper sections in orcid-authority-services.xml. I had the same “No bean named ‘AuthoritySource’ available” error until I modified the configuration

Re: [dspace-tech] ORCID autohority in DSpac 7.5

2023-03-07 Thread Sean Kalynuk
n anonymized working config or any other advice on what to check? Thanks in advance. Kind regards Milos петак, 3. март 2023. у 17:34:24 UTC+1 Milos Ivanovic је написао/ла: Sorry, I have forgotten to mention it. This setting is ok too. петак, 3. март 2023. у 16:46:43 UTC+1 Sean Kalynuk је напис

Re: [dspace-tech] ORCID autohority in DSpac 7.5

2023-03-03 Thread Sean Kalynuk
Hi Milos, Do you also have: plugin.named.org.dspace.content.authority.ChoiceAuthority = \ org.dspace.content.authority.SolrAuthority = SolrAuthorAuthority I don’t see it in your config (at least in this message). It is commented out by default in

[dspace-tech] Question about reporting 7.x documentation issues

2022-08-25 Thread Sean Kalynuk
What is the standard procedure for reporting 7.x documentation errors? Are they reported as “bugs” at: https://github.com/DSpace/DSpace/issues/new/choose Thanks! -- Sean -- All messages to this mailing list should adhere to the Code of Conduct:

Re: [dspace-tech] Re: ORCID intergration displays ID in Browse by Author

2022-08-02 Thread Sean Kalynuk
This appears to be fixed in DSpace 6.4: https://github.com/DSpace/DSpace/issues/6208 -- Sean From: dspace-tech@googlegroups.com on behalf of Usv Date: Wednesday, July 20, 2022 at 6:53 AM To: DSpace Technical Support Subject: [dspace-tech] Re: ORCID intergration displays ID in Browse by

Re: [dspace-tech] DS6 Database Question - "resourcepolicy" table

2022-07-27 Thread Sean Kalynuk
Hi John, Some more info here: https://wiki.lyrasis.org/display/DSDOC6x/Functional+Overview#FunctionalOverview-Authorization Here’s a SQL case snippet you may find useful from one of my scripts: case when action_id=0 then 'READ' when action_id=1 then 'WRITE' when action_id=2 then

Re: [dspace-tech] info

2022-07-18 Thread Sean Kalynuk
Looks like this bug reported for DSpace 7.x: https://github.com/DSpace/DSpace/issues/8376 -- Sean From: dspace-tech@googlegroups.com on behalf of Massimiliano CILURZO Date: Monday, July 18, 2022 at 6:00 AM To: DSpace Technical Support Subject: [dspace-tech] info Caution: This message was

Re: [dspace-tech] DSpace 6.3 "Browse by"

2022-07-04 Thread Sean Kalynuk
It might be this bug: https://github.com/DSpace/DSpace/issues/7292 -- Sean From: dspace-tech@googlegroups.com on behalf of ArunendraMB Date: Monday, July 4, 2022 at 8:58 AM To: DSpace Technical Support Subject: Re: [dspace-tech] DSpace 6.3 "Browse by" Caution: This message was sent from

Re: [dspace-tech] How do I increase the size of files to upload?

2022-06-30 Thread Sean Kalynuk
So, you don’t have an upload issue, but instead have a download issue. You will want to increase this parameter in your local.cfg or dspace.cfg file: xmlui.content_disposition_threshold See:

Re: [dspace-tech] How do I increase the size of files to upload?

2022-06-29 Thread Sean Kalynuk
DSpace 6.3 should allow for at least 2GB based on the org.apache.cocoon.uploads.maxsize setting in webapps/xmlui/WEB-INF/cocoon/properties/core.properties Lots of useful info in the discussions from an old bug resolved in DSpace 6.1: https://github.com/DSpace/DSpace/issues/5724 If Tomcat is

Re: [dspace-tech] How do I increase the size of files to upload?

2022-06-29 Thread Sean Kalynuk
Is this for DSpace 6 JSPUI or XMLUI? Or for DSpace 7? -- Sean From: dspace-tech@googlegroups.com on behalf of Ronald Brenes Arce Date: Monday, June 27, 2022 at 4:59 PM To: DSpace Technical Support Subject: [dspace-tech] How do I increase the size of files to upload? Caution: This message was

Re: [dspace-tech] Submission Form - controlled input values

2022-06-29 Thread Sean Kalynuk
Hi Agustín, The feature isn’t available in DSpace 6.x as far as I’m aware of, but it is available in DSpace 7 by using the regex element: https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface#SubmissionUserInterface-CompositionofaField -- Sean From: 'Agustín Alfieri' via DSpace

Re: [dspace-tech] error building

2022-05-04 Thread Sean Kalynuk
sudo) and did require that during the ruby install so that some required CentOS/RHEL packages could be installed. -- Sean From: Jose Blanco Date: Wednesday, May 4, 2022 at 10:24 AM To: Sean Kalynuk Cc: DSpace Technical Support Subject: Re: [dspace-tech] error building Caution: This message

Re: [dspace-tech] error building

2022-05-03 Thread Sean Kalynuk
To: Sean Kalynuk Cc: DSpace Technical Support Subject: Re: [dspace-tech] error building Caution: This message was sent from outside the University of Manitoba. Sean, You know the way I work here, I log in as myself then I become the dspace user. So I just tried doing this as myself

Re: [dspace-tech] error building

2022-05-03 Thread Sean Kalynuk
quot; [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -- Sean From: Jose Blanco Date: Tuesday, May 3, 2022 at 4:46 PM To

Re: [dspace-tech] error building

2022-05-03 Thread Sean Kalynuk
login scripts. In my case, it modified my .bashrc file. I logged out and back in again to make sure I had the right environment settings before running “nvm install 12”. -- Sean From: Jose Blanco Date: Tuesday, May 3, 2022 at 3:12 PM To: Sean Kalynuk Cc: DSpace Technical Support Subject: Re

Re: [dspace-tech] error building

2022-05-03 Thread Sean Kalynuk
The torquebox.org domain has expired. See old discussion: https://groups.google.com/g/dspace-tech/c/RPL_qoTGvMI The workaround is to install the prerequisite software for building Mirage 2: https://github.com/DSpace/DSpace/tree/dspace-6_x/dspace-xmlui-mirage2#installation I’m currently setting

Re: [dspace-tech] Discovery Date Range Queries (DSpace 6)

2021-11-24 Thread Sean Kalynuk
Hi, You could try using the Solr range query syntax with the Equals comparison: [2021-03-01 TO 2021-05-31] DSpace 6.3 uses Solr 4.10.4, so additional information on range queries can be found in: http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-4.10.pdf -- Sean

Re: [dspace-tech] assetstore too large for dev instance

2021-11-15 Thread Sean Kalynuk
Hi Paul, Are you able to mount the production assetstore on your dev instance via NFS in read-only mode? Or, if not that, use SSHFS instead? If you can mount the remote filesystem read-only, you can adjust the bitstore.xml configuration on the dev instance to have two storage locations: one

Re: [dspace-tech] Re: Orcid patching failure function

2021-06-06 Thread Sean Kalynuk
Hi Ghazi, Some issues with that patch and also issues in DSpace 6.3 that affect behaviour. See my older comments here: https://groups.google.com/g/dspace-tech/c/N4f5aZJyHKg/m/R1s1WM_gAgAJ -- Sean From: dspace-tech@googlegroups.com on behalf of Ghazi Putra Date: Saturday, June 5, 2021 at

[dspace-tech] Re: Save & Exit button not working for textarea fields in workflow tasks

2021-05-18 Thread Sean Kalynuk
Hi Donna, I found this reported issue: https://jira.lyrasis.org/browse/DS-4157 I can confirm that the problem exists with our DSpace instance as well. There is a pull request linked to the issue but I haven’t tried the patch yet. -- Sean From: dspace-tech@googlegroups.com on behalf of

[dspace-tech] Re: Assigning DOIs automatically for a single community

2021-05-10 Thread Sean Kalynuk
Hi Gail, There is a feature request for that functionality in DSpace 7, although it doesn’t look like it has been implemented yet: https://jira.lyrasis.org/browse/DS-3749 As far as I can tell, DSpace 6 has DOI assignment for the whole repository, or nothing at all. -- Sean From:

Re: [dspace-tech] How do I create an exclusion list for filter-media?

2021-05-05 Thread Sean Kalynuk
Hi Kerry, There is a Skip mode option (-s) for the filter-media command: https://wiki.lyrasis.org/display/DSDOC6x/Mediafilters+for+Transforming+DSpace+Content#MediafiltersforTransformingDSpaceContent-Executing(viaCommandLine) -- Sean From: dspace-tech@googlegroups.com on behalf of Kerry

Re: [dspace-tech] access bundle in workflow

2021-05-03 Thread Sean Kalynuk
Hi Florian, You can search for the item UUID in the /admin/item page if you are an administrator. When you select the item in the workflow to view it, the item UUID is in the URLs for the submitted files (which are /bitstream/item/UUID/…). -- Sean From: dspace-tech@googlegroups.com on behalf

Re: [dspace-tech] How to view the XML DRI framework from the home page

2021-04-15 Thread Sean Kalynuk
One thing to add is that, if you are using Mirage 2, the /DRI path approach shows you the DRI before preprocess.xsl is applied. Using the ?XML approach shows you the DRI after preprocess.xsl is applied. -- Sean From: dspace-tech@googlegroups.com on behalf of Matheus Silva Date: Thursday,

Re: [dspace-tech] How to view the XML DRI framework from the home page

2021-04-15 Thread Sean Kalynuk
Hi Matheus, Add a slash before the question mark: https://demo.dspace.org/xmlui/?XML -- Sean From: dspace-tech@googlegroups.com on behalf of Matheus Silva Date: Thursday, April 15, 2021 at 10:48 AM To: DSpace Technical Support Subject: [dspace-tech] How to view the XML DRI framework from

Re: [dspace-tech] identifier

2021-03-10 Thread Sean Kalynuk
Great to hear! A clean-cache worked for me too after editing the repositoryIdentifier. Nice to know that a webapp restart is not required. -- Sean From: dspace-tech@googlegroups.com on behalf of Germán Morales G. Date: Wednesday, March 10, 2021 at 9:55 AM To: DSpace Technical Support

Re: [dspace-tech] identifier

2021-03-10 Thread Sean Kalynuk
The repository identifier can be set in: /config/crosswalks/oai/description.xml You might have to restart the oai webapp after editing the file. -- Sean From: dspace-tech@googlegroups.com on behalf of Germán Morales G. Date: Wednesday, March 10, 2021 at 9:08 AM To: DSpace Technical Support

Re: [dspace-tech] looking into using the ORCID functionality

2021-02-23 Thread Sean Kalynuk
: Tuesday, February 23, 2021 at 5:13 PM To: Sean Kalynuk Cc: DSpace Technical Support Subject: Re: [dspace-tech] looking into using the ORCID functionality Caution: This message was sent from outside the University of Manitoba. Sean, This is really helpful. It really sounds like it's

Re: [dspace-tech] looking into using the ORCID functionality

2021-02-23 Thread Sean Kalynuk
Hi Jose, I’ve encountered a number of issues using the ORCID functionality in DSpace 6.3, and I’m still working through them, but here’s some info based on my experience so far (numbered according to your questions): 1. index-authority will keep the Solr authority index up-to-date with

Re: [dspace-tech] Metadata Import of CSV file stops when a field in the CSV file with new data matches a record where the corresponding field in the DSpace record contains blank/null data

2021-02-22 Thread Sean Kalynuk
Hi Kerry, Please consult the support page, specifically the part that describes what to do if you’ve found a bug. https://wiki.lyrasis.org/display/DSPACE/Support -- Sean From: dspace-tech@googlegroups.com on behalf of Kerry Bouchard Date: Monday, February 22, 2021 at 2:29 PM To: DSpace

Re: [dspace-tech] Metadata Import of CSV file stops when a field in the CSV file with new data matches a record where the corresponding field in the DSpace record contains blank/null data

2021-02-17 Thread Sean Kalynuk
Hi Kerry, Are you only importing the CSV file from the user interface? I wonder what would happen if you tried importing the metadata using the command-line tool. Since it’s the same core code that’s used, I’m guessing that the merge logic won’t be any different, but the method for

Re: [dspace-tech] Google Analytics leads to connection pool exhausted?

2021-01-13 Thread Sean Kalynuk
Hi Gabriela, Some options to try: 1. See if the connection limit on the PostgreSQL side is too low. This could be system-wide, for the database, or even for the DSpace database user. 2. Increase db.maxconnections in your DSpace configuration and restart Tomcat. My understanding though is

Re: [dspace-tech] How can I expose ORCID in XMLUI

2020-11-06 Thread Sean Kalynuk
Hi Nason, You might want to check out this: https://www.atmire.com/articles/detail/new-features-for-dspace-5-and-6-orcid-integration https://atmire.github.io/expanded-ORCID-support/#/ I have implemented it in our dev environment and the ORCID icon is displayed with each author and links to

Re: [dspace-tech] Re: dspace metadata fields

2020-10-29 Thread Sean Kalynuk
Hey everyone, Some issues to be aware of regarding the metadata language value: https://jira.lyrasis.org/browse/DS-2174 https://jira.lyrasis.org/browse/DS-2548 https://jira.lyrasis.org/browse/DS-4169 https://jira.lyrasis.org/browse/DS-4493 And some other info:

Re: [dspace-tech] Re: Dspace 6.3 LDAP authenticate issue

2020-09-28 Thread Sean Kalynuk
You have authentication-ld.id_field instead of authentication-ldap.id_field -- Sean From: on behalf of "lon...@gmail.com" Date: Monday, September 28, 2020 at 2:42 PM To: DSpace Technical Support Subject: [dspace-tech] Re: Dspace 6.3 LDAP authenticate issue Caution: This message was sent

Re: [dspace-tech] Dspace 6.3 LDAP authenticate issue

2020-09-28 Thread Sean Kalynuk
Looks to me like you don’t have authentication-ldap.id_field defined. Probably best to review the full configuration instructions at https://wiki.lyrasis.org/display/DSDOC6x/Authentication+Plugins#AuthenticationPlugins-LDAPAuthentication -- Sean From: on behalf of "lon...@gmail.com" Date:

Re: [dspace-tech] Hiding Files/Bitsteams from regular users

2020-08-17 Thread Sean Kalynuk
Hi Marc, We are using DSpace 6.3 (non-CRIS) and when bitstream READ authorizations (aka resource policies) are *not* set for any user/group (especially Anonymous!), then only full DSpace administrators can see/manage the bitstream. -- Sean From: on behalf of "brouar...@gmail.com" Date:

Re: [dspace-tech] OAI harvesting

2020-06-23 Thread Sean Kalynuk
, June 23, 2020 at 11:31:48 AM UTC-4, Sean Kalynuk wrote: Hi Marcia, Run “dspace oai import” from the command-line (as the DSpace software owner) to update the records used by OAI. After that run “dspace oai clean-cache” just to be sure the cache is cleared. -- Sean From: > on behalf of DCU

Re: [dspace-tech] OAI harvesting

2020-06-23 Thread Sean Kalynuk
Hi Marcia, Run “dspace oai import” from the command-line (as the DSpace software owner) to update the records used by OAI. After that run “dspace oai clean-cache” just to be sure the cache is cleared. -- Sean From: on behalf of DCUOIT Date: Tuesday, June 23, 2020 at 10:15 AM To: DSpace

Re: [dspace-tech] Cannot Delete Group Members/Subgroups from Groups in dspace v6.3

2020-06-19 Thread Sean Kalynuk
Here is a SQL query I've used for examining the group hierarchy. It is fixed to 5 levels since we don't have much nesting in our system. select epg1.eperson_group_id as GID1, epg1.name as Name1, epg2.eperson_group_id as GID2, epg2.name as Name2, epg3.eperson_group_id as GID3, epg3.name as Name3,

Re: [dspace-tech] “Item_to_Bitstream” table

2020-06-15 Thread Sean Kalynuk
Hi Kelley, You can join item to bundle via “item2bundle” and then join bundle to bitstream via “bundle2bitstream”. -- Sean From: on behalf of Kelley Canon Date: Monday, June 15, 2020 at 1:44 PM To: DSpace Technical Support Subject: [dspace-tech] “Item_to_Bitstream” table Caution: This

Re: [dspace-tech] DSpace and AI / Dspace com IA

2020-06-10 Thread Sean Kalynuk
Hi Matheus, Coincidentally, I am currently trying out fastText (https://fasttext.cc/) to help with document classification. Unfortunately I haven’t integrated anything with DSpace itself just yet since I’m only generating CSV metadata that will be applied using the DSpace metadata import

Re: [dspace-tech] Re: Dspace 6.3 Author Solr Metadata?

2020-05-13 Thread Sean Kalynuk
I think you’ll find more information on this issue here: https://jira.lyrasis.org/browse/DS-2852 -- Sean From: 'Muhammad Yousaf' via DSpace Technical Support Reply-To: Muhammad Yousaf Date: Wednesday, May 13, 2020 at 2:55 AM To: DSpace Technical Support Subject: [dspace-tech] Re: Dspace 6.3

RE: [dspace-tech] downloading vs rendering file

2020-02-05 Thread Sean Kalynuk
Hi Jose, https://wiki.lyrasis.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-ContentInlineDispositionThreshold -- Sean From: dspace-tech@googlegroups.com On Behalf Of Jose Blanco Sent: February 5, 2020 3:28 PM To: DSpace Technical Support Subject: [dspace-tech]

RE: [dspace-tech] Upload limit problem in DSpace

2019-11-15 Thread Sean Kalynuk
Hi George, There is also org.apache.cocoon.uploads.maxsize in $DSPACE_HOME/webapps/xmlui/WEB-INF/cocoon/properties/core.properties although I don’t know if one overrides the other. The documentation in the file seems to indicate there’s a 2GB limit with Cocoon, so I’m not sure how someone

RE: [dspace-tech] OAI Logging

2019-11-12 Thread Sean Kalynuk
Hi Paul, If you have Tomcat access logging enabled, then you can search those logs for access to the /oai/request path. -- Sean -Original Message- From: dspace-tech@googlegroups.com On Behalf Of Paul Münch Sent: November 11, 2019 2:45 AM To: dspace-tech@googlegroups.com Subject:

RE: [dspace-tech] Function of Field Qualifiers (dc.fieldname[en], dc.fieldname[], etc.)

2019-05-24 Thread Sean Kalynuk
Hi Gabe, You can find some information on the different types of column headers for the metadata CSV export here: https://wiki.duraspace.org/display/DSPACE/TechnicalFAQ#TechnicalFAQ-MetadatavaluesinCSVexportseemtohaveduplicatecolumns -- Sean From: dspace-tech@googlegroups.com On Behalf Of

RE: [dspace-tech] Setting up RDF for Dspace 6

2019-03-18 Thread Sean Kalynuk
Ashim, the URLs for (b), (c), and (d) that you listed below require appropriate query parameters to get sensible results. With curl, you can test the /dspace/sparql endpoint with something like: curl -XPOST -d 'query=select ?s ?p ?o where { ?s ?p ?o . } limit 10' localhost:3030/dspace/sparql

RE: [dspace-tech] Re: Problems with Author LookUp functionality Dspace 6.3

2019-03-13 Thread Sean Kalynuk
Hi Kev, Although I haven’t changed our default from “ambiguous”, you could set it to “unset” which is the lowest value at -1. That should get everything. After the first run of “dspace index-authority” all confidence values will be “unset”. As you update metadata from the user interface, you

RE: [dspace-tech] Problems with Author LookUp functionality Dspace 6.3

2019-03-13 Thread Sean Kalynuk
Hi Kev, There are some reported issues and others I've encountered. Here's a short list of what I posted in another thread: • https://jira.duraspace.org/browse/DS-3999 (apply pull request 2195 to your source otherwise you can lose ORCID information when running "dspace index-authority") •

Re: [dspace-tech] Author Lookup Issue - Dspace 6.3

2019-03-07 Thread Sean . Kalynuk
from the repository. Is that the case for you? > > > > Best regards, > > Kiriaki > > > > *From:* dspac...@googlegroups.com > *On Behalf Of *Sean Kalynuk > *Sent:* Tuesday, March 5, 2019 10:20 PM > *To:* Kev Evans >; DSpace Technical > Support >

RE: [dspace-tech] Author Lookup Issue - Dspace 6.3

2019-03-05 Thread Sean Kalynuk
Hi Kevin, I think the lack of search results when selecting “view items” is due to the authority.minconfidence (or related authority.minconfidence.dc.contributor.author) parameter. -- Sean From: dspace-tech@googlegroups.com On Behalf Of Kev Evans Sent: March 5, 2019 11:39 AM To: DSpace

RE: [dspace-tech] ORCID integration and DSpace versions- will it work pre-6.3?

2019-01-22 Thread Sean Kalynuk
We are running DSpace 6.3 and have implemented the ORCID authority feature. However, we’ve encountered a number of issues/quirks: · https://jira.duraspace.org/browse/DS-3999 (apply pull request 2195) · https://jira.duraspace.org/browse/DS-4073 ·

RE: [dspace-tech] OAI sets not showing

2019-01-15 Thread Sean Kalynuk
Not sure what version you’re using, but there is one bug that could be related to your problems: https://jira.duraspace.org/browse/DS-3733 -- Sean From: dspace-tech@googlegroups.com On Behalf Of Stan Orlov Sent: January 15, 2019 2:01 PM To: DSpace Technical Support Subject: Re:

RE: [dspace-tech] REST api

2018-12-17 Thread Sean Kalynuk
-Original Message- From: Sean Kalynuk Sent: December 17, 2018 1:39 PM To: 'Jose Blanco' ; DSpace Technical Support Subject: RE: [dspace-tech] REST api Hi Jose, Looks like there's a bug in 5.1: https://jira.duraspace.org/browse/DS-2501?src=confmacro Also, I think the find-by-metadata-field

RE: [dspace-tech] REST api

2018-12-17 Thread Sean Kalynuk
Hi Jose, Looks like there's a bug in 5.1: https://jira.duraspace.org/browse/DS-2501?src=confmacro Also, I think the find-by-metadata-field request requires a POST instead of a GET. Using GET might have resulted in the 405 error. -- Sean -Original Message- From:

RE: [dspace-tech] RESTaip listing collections

2018-12-11 Thread Sean Kalynuk
Hi Jose, I'm using a newer version (6.3), but adding the limit option to the query changes the number of results. Try something like this: RESTapi/collections?limit=1000 -- Sean -Original Message- From: dspace-tech@googlegroups.com On Behalf Of Jose Blanco Sent: December 10, 2018

RE: [dspace-tech] Re: DSpace 6.2 authority key batch import broken?

2018-11-06 Thread Sean Kalynuk
Hi, There is a ticket for this issue: https://jira.duraspace.org/browse/DS-3994 I have tested the suggested solution which works fine with our DSpace 6.3 installation. The check for the colon character as a separator is for when you import the authority value, such as an ORCID ID. Example

RE: [dspace-tech] View Statistics links not working

2018-10-29 Thread Sean Kalynuk
available.Apache Tomcat/9.0.0.M17 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:512) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.re

RE: [dspace-tech] View Statistics links not working

2018-10-19 Thread Sean Kalynuk
, October 19, 2018 at 8:46:33 AM UTC-8, Sean Kalynuk wrote: Hi Walter, Do you see errors in the logs when visiting the following page? https://dspace36a.library.uaf.edu/search-statistics At least on that page I got “There was an error while generating the search statistics, please try agai

RE: [dspace-tech] View Statistics links not working

2018-10-19 Thread Sean Kalynuk
Hi Walter, Do you see errors in the logs when visiting the following page? https://dspace36a.library.uaf.edu/search-statistics At least on that page I got “There was an error while generating the search statistics, please try again later.” You can also see an error message when visiting

RE: [dspace-tech] OAI-PMH issue

2018-10-05 Thread Sean Kalynuk
s know on this list if this helps you figure it out - Tim On Wed, Oct 3, 2018 at 4:25 PM admin > wrote: I added that to the url, but nothing changes. Still url not found note displayed by DSpace. W dniu środa, 3 października 2018 15:03:58 UTC+1 użytkownik Sean Kalynuk napisał: Hi, Try adding t

RE: [dspace-tech] OAI-PMH issue

2018-10-03 Thread Sean Kalynuk
Hi, Try adding this after oai: /request?verb=Identify -- Sean From: dspace-tech@googlegroups.com On Behalf Of admin Sent: October 2, 2018 2:16 PM To: DSpace Technical Support Subject: [dspace-tech] OAI-PMH issue Hi, My DSpace 6.3 has been installed in a subdirectory:

RE: [dspace-tech] Re: Problems with Orcid in dspace 6.3

2018-09-28 Thread Sean Kalynuk
always speed up the process. - Tim On Thu, Sep 20, 2018 at 1:12 PM Sean Kalynuk mailto:sean.k...@umanitoba.ca>> wrote: Hi Darryl, I’m currently experimenting with DSpace 6.3 and have the same or similar issues. • index-authority is removing orcid_id but leaving the authority_type

RE: [dspace-tech] Re: Problems with Orcid in dspace 6.3

2018-09-20 Thread Sean Kalynuk
Hi Darryl, I’m currently experimenting with DSpace 6.3 and have the same or similar issues. · index-authority is removing orcid_id but leaving the authority_type as “orcid” (see https://jira.duraspace.org/browse/DS-3999) · The orcid_id is not displaying in the Author Lookup

[dspace-tech] Re: DSpace 6.3 OAI indexing is failing

2018-09-07 Thread Sean . Kalynuk
Hi Christian, I also encountered this while testing 6.3 the other day. In my case, I modified both the willChangeStatus() and getMostRecentModificationDate() methods in XOAI.java to check for a null ResourcePolicy Group (similar to what you suggested). After the change I was able to do a full