[dspace-tech] Migration of DSpace-CRIS 5.10 to DSpace 7.6 (non-CRIS)

2024-04-30 Thread Sean Carte
I'm trying to migrate a DSpace-CRIS 5.10 instance to DSpace 7.6, but am experiencing problems. Doing a simple upgrade as in installing DSpace 7.6 on a new server and copying the database across, then running dspace database migrate seems to work, but `dspace index-discovery -b -f` results in a

Re: [dspace-tech] Adding Browse By Items

2024-02-16 Thread Sean Carte
elds search > metadata and show on frontend when user click them. > > Regards, > Lewatle > > On Friday 12 January 2024 at 10:43:02 UTC+2 Lewatle Johannes Phaladi wrote: > >> Hello Sean, >> >> Thanks a lot, I will have a look at those comments as indicated. >>

Re: [dspace-tech] Adding Browse By Items

2024-01-12 Thread Sean Carte
Hi Lewatie You'll need to look at the webui.browse.index.* settings in your dspace.cfg file. The comments therein are helpful. Sean On Thu, 11 Jan 2024 at 14:35, Lewatle Johannes Phaladi wrote: > Dear All, > > Please assist on how to add browse by items , I would like to add > department

Re: [dspace-tech] Re: date.accessioned v. date.available

2023-10-19 Thread Sean Carte
Thanks for the info, Tim. Sean On Thu, 19 Oct 2023 at 21:39, DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi Sean, > > This has been a discussion for some time. See this older thread: > https://groups.google.com/g/dspace-tech/c/k7qCSJVhRrU > > There's also a ticket that

[dspace-tech] date.accessioned v. date.available

2023-10-19 Thread Sean Carte
What is the difference between date.accessioned and date.available? According to the documentation: Once any workflow process is successfully and positively completed, the InProgressSubmission object is consumed by an "item installer", that converts the InProgressSubmission into a fully blown

Re: [dspace-tech] Harvesting using OAI-PMH

2023-06-21 Thread Sean Carte
University of Namibia* > Tel: +264 61 206 3522 > Fax: > E-mail: bmuma...@unam.na > Web: http://www.unam.edu.na > *Private* *Bag 13301, 340 Mandume Ndemufayo Ave, Pionierspark, Windhoek, > NAMIBIA* > > -- > *From:* Sean Carte > *Sent:* 21

Re: [dspace-tech] Harvesting using OAI-PMH

2023-06-21 Thread Sean Carte
ta editing tool. > Thank you > > Regards > > -- > *From:* dspace-tech@googlegroups.com on > behalf of Sean Carte > *Sent:* 21 June 2023 10:40 > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Harvesting using OAI-PMH > >

[dspace-tech] Harvesting using OAI-PMH

2023-06-21 Thread Sean Carte
Is it possible to harvest an existing repository's collections into a new repository so that multiple collections from different communities are combined in the new repository? For example: Existing repository collections: A B C D New repository collections: A & C B & D As far as I've been

Re: [dspace-tech] Handle server failing to start

2023-05-24 Thread Sean Carte
Hi Bravismore It could be related to this: https://groups.google.com/g/dspace-tech/c/PqjfA5mqG4w/m/QDEXYSWCAAAJ This problem is related to the handle server after an upgrade of the JDK. Dr Balnaves has released a patched handle server, which is available here:

Re: [dspace-tech] Is it possible rsync an assetstore between current and new servers

2023-05-19 Thread Sean Carte
For what it's worth, that's exactly what I would do. Sean On Thu, 18 May 2023 at 18:08, cpgr...@gmail.com wrote: > We are planning to do a test of moving our dspace 5 production server to > dspace 7. Our sysadmin suggested we do an rsync of the assetstore so that > the data could be

Re: [dspace-tech] Migrating sharded SOLR statistics to DSPACE 7.4

2023-02-16 Thread Sean Carte
On Thu, 16 Feb 2023 at 15:42, Mark H. Wood wrote: > On Thu, Feb 16, 2023 at 09:41:25AM +0200, Sean Carte wrote: > > On the Slack tech-support channel, Nicholas Woodward reported that he had > > recreated the cores 'by copying the new statistics core into a new Solr > > confi

Re: [dspace-tech] Migrating sharded SOLR statistics to DSPACE 7.4

2023-02-15 Thread Sean Carte
Hi Tuan On the Slack tech-support channel, Nicholas Woodward reported that he had recreated the cores 'by copying the new statistics core into a new Solr configset, e.g. statistics-2022, for each previous year and changing the schema name in schema.xml. Then after restarting Solr I was able to

Re: [dspace-tech] Issue with database migration 6.3 to 7.4

2023-01-26 Thread Sean Carte
Hi Jacob I had a similar problem with a database I was trying to import: many /N invalid commands. I gave my user superuser privileges and was able to import the dump without those errors. Sean On Thu, 26 Jan 2023 at 23:06, Cameron, Jacob wrote: > Hi Everyone, > > I exported my DSpace 6.3

Re: [dspace-tech] Re: handle server quits after ubuntu upgrade

2022-12-12 Thread Sean Carte
Thank you for this, Edmund! Sean On Tue, 15 Nov 2022 at 00:58, Edmund Balnaves wrote: > The compiled handle.jar file is available at > https://release.prosentient.com.au/handle62/handle.jar.gz > It can be used to replace the handle-6.2.jar reference in the dspace 6.4 > build or copied directly

Re: [dspace-tech] Harvesting error

2022-08-24 Thread Sean Carte
This thread also refers to the problem, and explains a bit of the why, with a potential solution: https://groups.google.com/d/msgid/dspace-tech/bdb7534c-eb49-4bc0-8c3b-7ef2eb170c17n%40googlegroups.com?utm_medium=email_source=footer Sean On Wed, 24 Aug 2022 at 13:59, Sean Carte wrote: >

Re: [dspace-tech] Harvesting error

2022-08-24 Thread Sean Carte
Hi Ezequiel When I've encountered this sort of problem it's always been problematic characters in the abstract. Have a look at: https://repositorio.uca.edu.ar/oai/request?verb=ListRecords=oai_dc///com_123456789_719/7000 In the 'root cause' of the exception, you'll find this: Contenido:

[dspace-tech] OAI listRecords vs UI Publications

2022-08-03 Thread Sean Carte
Should the number of records provided by OAI match the number of publications provided by the UI? If I use ListRecords for OAI: /oai/request?verb=ListRecords=oai_dc I get 1530 results, but, the UI reports 3872 publications. I don't see any errors when I browse the OAI list of records.

[dspace-tech] Re: Error when trying to move an item

2022-07-22 Thread Sean Carte
To follow up, what I did was export the items using AIP, then I restored them. Sean On Wed, 20 Jul 2022 at 13:10, Sean Carte wrote: > I'm getting an error when trying to move two items that have been > submitted to a temporary collection. I've copied the error from the log > below

[dspace-tech] Error when trying to move an item

2022-07-20 Thread Sean Carte
I'm getting an error when trying to move two items that have been submitted to a temporary collection. I've copied the error from the log below. All other admin actions appear to work, but 'Move Item' results in the error message below. Other items submitted to this collection do not cause this

Re: [dspace-tech] Duplicate key after restoring server from AIP backup

2022-07-15 Thread Sean Carte
in that folder are outdated and > unnecessary in DSpace 7. > > Tim > -- > *From:* dspace-tech@googlegroups.com on > behalf of Sean Carte > *Sent:* Thursday, July 14, 2022 9:53 AM > *To:* Michael Plate > *Cc:* DSpace Technical Support > *Subject:* R

Re: [dspace-tech] Duplicate key after restoring server from AIP backup

2022-07-14 Thread Sean Carte
:) > > Michael > > > Am 14.07.22 um 08:02 schrieb Sean Carte: > > I restored an entire site from an AIP backup, and now, when I attempt to > > submit an item, I get this error: > > > > Caused by: java.sql.BatchUpdateException: Batch entry 0 update > >

[dspace-tech] Duplicate key after restoring server from AIP backup

2022-07-14 Thread Sean Carte
I restored an entire site from an AIP backup, and now, when I attempt to submit an item, I get this error: Caused by: java.sql.BatchUpdateException: Batch entry 0 update public.handle set resource_id='26a7cedb-76e7-4acc-a515-37708a3e1c7b'::uuid, handle='123456789/9', resource_type_id=2 where

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-09 Thread Sean Carte
Thanks for the input, Mark. Unfortunately, I am not in a position to suggest changes to the F5's configuration. Fortunately, Mohammad's workaround worked. Sean On Fri, 8 Jul 2022 at 15:19, Mark H. Wood wrote: > On Fri, Jul 08, 2022 at 11:24:37AM +0200, Sean Carte wrote: > > Ah, bu

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-09 Thread Sean Carte
Sorry, Michael, if I understood it myself, I might be able to explain it better. But thanks for your help in resolving this. Sean On Fri, 8 Jul 2022 at 16:33, Michael Plate wrote: > Hi Sean, > > Am 08.07.22 um 11:24 schrieb Sean Carte: > > Ah, but wait, I remembered the

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-09 Thread Sean Carte
en get seen by openssl s_client ... >> >> For comparison, if I run >> openssl s_client -connect openscholar.dut.ac.za:443 >> >> I get a similar error: Verification error: unable to verify the first >> certificate. >> >> I'm really out of my d

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-08 Thread Sean Carte
this working unless it's behind the F5. But then, in that case, I'm using LetsEncrypt. Sean On Thu, 7 Jul 2022 at 16:11, Sean Carte wrote: > Thanks, Michael. That's useful. I'll follow up with our IT department. > > Sean > > On Thu, 7 Jul 2022 at 10:23, Plate, Michael < > pl...@bib

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-07 Thread Sean Carte
r . > If you cant't get around it, try letsencrypt and install certbot (its in > debian packages, no need for snap) > > > Michael > > > Von: dspace-tech@googlegroups.com im > Auftrag von Sean Carte > Gesendet: Donnerstag, 7. Juli

Re: [dspace-tech] Re: DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-07-06 Thread Sean Carte
Hi Thiago No, I'm still stuck with this problem. Sean On Wed, 6 Jul 2022 at 18:19, Thiago Henrique Carvalho da Costa < thiago.inst...@gmail.com> wrote: > I have the same problem, did anyone manage to solve it? > Ícone "Verificada pela comunidade" > > Em terça-feira, 31 de maio de 2022 às

Re: [dspace-tech] Re: Solr Query of download and view.

2022-06-08 Thread Sean Carte
Hi Karol If you're comfortable trawling through the solr.log, you'll find the community uuid referenced when you access that community, e.g.: 2022-06-08 13:50:26,967 INFO org.apache.solr.core.SolrCore @ [search] webapp=/solr path=/select

[dspace-tech] DSpace 7.2 behind a F5 internal firewall with wildcard certificate

2022-05-31 Thread Sean Carte
I'm starting to think that it might not be possible to do this, but I'm hoping someone will tell me how very wrong I am. I have a server that is in our institution's DC, which is behind an F5 firewall and there is a wildcard Sectigo certificate installed. My dspace local.cfg has the following

Re: [dspace-tech] Database space used

2022-03-23 Thread Sean Carte
Hi Sarah If you also need the size of the assetstore directory, this should do it: du -sh /assetstore/ But check your dspace.cfg that that is the correct directory. Sean On Wed, 23 Mar 2022 at 13:55, Mark H. Wood wrote: > On Tue, Mar 22, 2022 at 08:05:13AM -0400, Sarah Butash wrote: > >

[dspace-tech] Re: DSpace-CRIS: error viewing researcherDetailsPage

2022-03-01 Thread Sean Carte
Also, I have rebuilt the discovery index with: /bin/dspace index-discovery -fb Sean On Tue, 1 Mar 2022 at 16:49, Sean Carte wrote: > I am trying to restore a backup of a functional DSpace-CRIS 5.10 server > and I have everything working except the researcher pages. (The

[dspace-tech] DSpace-CRIS: error viewing researcherDetailsPage

2022-03-01 Thread Sean Carte
I am trying to restore a backup of a functional DSpace-CRIS 5.10 server and I have everything working except the researcher pages. (They work on the original server.) When I visit a researcher profile such as, /cris/rp/rp02961, the following error is generated: 2022-03-01 14:34:29,573 WARN

Re: [dspace-tech] Re: Restoring a deleted collection

2022-02-26 Thread Sean Carte
Thanks again, Tim. Everything worked perfectly thanks to your assistance. Sean On Tue, 22 Feb 2022 at 20:43, Sean Carte wrote: > That worked beautifully; thanks, Tim! > > I'll tackle the restoring part tomorrow. > > Sean > > On Tue, 22 Feb 2022 at 17:41, Tim Donohue

Re: [dspace-tech] Re: Restoring a deleted collection

2022-02-22 Thread Sean Carte
/process AIPs) then that should hopefully > get you past that error. > > Tim > -- > *From:* Sean Carte > *Sent:* Tuesday, February 22, 2022 1:40 AM > *To:* Tim Donohue > *Cc:* DSpace Technical Support > *Subject:* Re: [dspace-tech] Re: Rest

Re: [dspace-tech] Re: Restoring a deleted collection

2022-02-21 Thread Sean Carte
Hi Tim I went with the third option and have spun up a test instance from a backup before the collection was deleted, but I can't get the AIP packager to work recursively on the collection; I get: exception; no such file or directory. If I try a single item from that collection it works:

Re: [dspace-tech] Re: Restoring a deleted collection

2022-02-15 Thread Sean Carte
Thanks, Tim. That's very helpful. Sean On Tue, 15 Feb 2022 at 17:40, 'Tim Donohue' via DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi Sean, > > Unfortunately, it's not at all easy to restore a single Collection from a > database backup. But, here's a few other options to

[dspace-tech] Restoring a deleted collection

2022-02-15 Thread Sean Carte
Is it possible to restore a deleted collection? This is on DSpace 6. We do have backups of the database. Sean -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are

Re: [dspace-tech] what type SSL certificate should I obtain?

2022-02-11 Thread Sean Carte
Letsencrypt is free and well-supported. letsencrypt.org On Sat, 12 Feb 2022, 05:50 Phillip jan, wrote: > Are there any specific SSL certificate I should buy? Can yo guys recommend > an SSL certificate provider that is cheap? thanks. > > -- > All messages to this mailing list should adhere to

Re: [dspace-tech] Re: IIIF configuration for DSpace 7

2022-01-26 Thread Sean Carte
Thanks, Tim, for your assistance. The colon between 'run' and 'start' was just a typo; sorry. Yarn version is 1.22.17. Yes, I have the Angular UI running. And, finally, yes, "yarn run clean" followed by a "yarn install" did resolve the issue. Thanks again! Sean On Wed, 26 Jan 2022 at 17:21,

[dspace-tech] IIIF configuration for DSpace 7

2022-01-26 Thread Sean Carte
I've been following the instructions at: https://wiki.lyrasis.org/display/DSDOC7x/IIIF+Configuration to get IIIF support working, but have not been able to enable the Mirador viewer. When I run `yarn run:start:mirador:prod`, I get many errors like: ERROR in

[dspace-tech] Solr: top downloads for a collection during time-frame

2021-12-09 Thread Sean Carte
How can I get a list of top downloads for a collection during a specified time period from solr? It looks like I should be able to modify the example query in the documentation at https://wiki.lyrasis.org/display/DSDOC5x/SOLR+Statistics to do what I want, but I don't know what to use as a

[dspace-tech] Location of the extracted text bitstream file

2021-11-19 Thread Sean Carte
I'm trying to retrieve the extracted text bitstream associated with items. Is there a way to get a list of them from the database? So far, I've only been able to generate a list of all bitstreams with: SELECT i.item_id, last_modified, owning_collection, internal_id, t.text_value AS title FROM

Re: [dspace-tech] DSpace 7 CORS Error

2021-08-26 Thread Sean Carte
- > > https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) >- > > https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues > > > Tim > > -

Re: [dspace-tech] DSpace 7 CORS Error

2021-08-26 Thread Sean Carte
an also be found in the "Common Installation > Issues" section of our install guide at: > https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22CORSerror%22or%22InvalidCORSrequest%22 > > Tim > > -- > *From:* dspace-tech@

[dspace-tech] DSpace 7 CORS Error

2021-08-25 Thread Sean Carte
I am able to log into the backend at: http://dev-ir.dut.ac.za:8080/server/ But using the Angular UI and https://dev-ir.dut.ac.za/server/login.html results in a 403 with XHR errors. environment.prod.ts: export const environment = { ui: { ssl: false, host: 'localhost', port:

Re: [dspace-tech] DSpace 7: 'Invalid email or password'

2021-08-19 Thread Sean Carte
> Good luck! > Tim > > > -- > *From:* dspace-tech@googlegroups.com on > behalf of Sean Carte > *Sent:* Tuesday, August 17, 2021 8:21 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] DSpace 7: 'Invalid email or password' > &

[dspace-tech] DSpace 7: 'Invalid email or password'

2021-08-17 Thread Sean Carte
After installing DSpace 7, I created an administrator account, but am unable to log in using those credentials; I get the error: 'invalid email or password'. I am able to use those credentials to log into the HAL Browser, however. I'm using a VM on a remote server with the following URLs:

[dspace-tech] DSpace 6: Add metadata fields to simple item record page

2021-06-23 Thread Sean Carte
Is it possible to change what metadata is displayed on the simple item record page in DSpace 6 (JSPUI and XMLUI)? Sean -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you

Re: [dspace-tech] Re: OAI 500 error

2021-06-02 Thread Sean Carte
I would expect so. Sean On Wed, 2 Jun 2021 at 16:35, ottawad...@gmail.com wrote: > Hi, just wondering if this xalan version pom.xml change requires a rebuild > or not? (using Dspace 6.3 JSPUI) > > On Wednesday, February 24, 2021 at 12:51:41 AM UTC-5 michelsa...@gmail.com > wrote: > >> Hi, >>

Re: [dspace-tech] Re: Tomcat 9 on Ubuntu 18.04

2021-05-21 Thread Sean Carte
Thank you, diegoucha! As someone else in that thread commented, I had no idea that systemd could do that. Sean On Thu, 20 May 2021 at 18:01, dieg...@gmail.com wrote: > You can find the solution in the "Edit" section of the most voted question > in >

[dspace-tech] Tomcat 9 on Ubuntu 18.04

2021-05-20 Thread Sean Carte
I'm having trouble getting tomcat 9 to work with dspace, yet I have no problems with tomcat 8. This is on Ubuntu 18.04. When using tomcat 9, no log files are created in /dspace/log and the dspace GUI indicates an internal error. This is my (working) configuration for tomcat 8: ls -ld /dspace/

[dspace-tech] Warning and error after DSpace-CRIS 5.10 upgrade

2021-05-19 Thread Sean Carte
After upgrading my DSpace-CRIS 5.10 repository to the latest code from github, I now see these messages repeated in the logs: 2021-05-19 09:21:30,581 WARN org.dspace.core.PluginManager @ Cannot find named plugin for interface=org.dspace.content.authority.ChoiceAuthority, name="null" 2021-05-19

Re: [dspace-tech] Restrict access to logged-in users only

2021-02-19 Thread Sean Carte
. > > action_id: > > 0 read > 1 write > 3 add > 4 remove > 9 default_bitstream_read > 10 default_item_read > 11 admin > > Em qua., 3 de fev. de 2021 às 11:52, Sean Carte > escreveu: > >> I was hoping for some guidance on that. I did look at the tables, but >> was

[dspace-tech] OAI 500 error

2021-02-15 Thread Sean Carte
Some abstracts in our repository contain what I assume are UTF-8 characters, like '휌'. They display correctly in the HTML interface, but cause an exception when retrieving the record via OAI-PMH: java.io.IOException: com.lyncode.xoai.dataprovider.exceptions.WritingXmlException: Error trying to

Re: [dspace-tech] Restrict access to logged-in users only

2021-02-12 Thread Sean Carte
able used is resourcepolicy. > > Updating the epersongroup_id to id of the special group created e o filtro > por action_id. > > action_id: > > 0 read > 1 write > 3 add > 4 remove > 9 default_bitstream_read > 10 default_item_read > 11 admin > > Em qu

Re: [dspace-tech] Restrict access to logged-in users only

2021-02-03 Thread Sean Carte
her option would be to backup your database and make changes to the > database. > > Em qua., 3 de fev. de 2021 às 04:13, Sean Carte > escreveu: > >> For most collections, using the wildcard policy admin tool has worked >> very well, and I have been able to restrict their bi

Re: [dspace-tech] Restrict access to logged-in users only

2021-02-02 Thread Sean Carte
, to reduce their size, does anybody have any suggestions on how I should proceed? DSpace version: 6.3 XMLUI Mirage2 theme On Fri, 29 Jan 2021 at 20:48, Sean Carte wrote: > Thanks again, José; you've been extremely helpful. > > On Fri, 29 Jan 2021 at 15:43, José Geraldo wrote: > >&g

Re: [dspace-tech] Restrict access to logged-in users only

2021-01-29 Thread Sean Carte
les (attachments) and then create new READ policies linked to the > special group for them. > > This process is done one collection at a time, if you need to apply to all > collections, a suggestion would be to apply it to the database. > > Em sex., 29 de jan. de 2021 às 04:09

[dspace-tech] Installing dspace-angular: yarn error: no such file or directory: 'install'

2021-01-29 Thread Sean Carte
I'm trying to install dspace-angular, following the directions at: https://wiki.lyrasis.org/display/DSPACE/DSpace+7+Preview+Release#DSpace7PreviewRelease-TryitoutusingtheDemoSite # clone the repo git clone https://github.com/DSpace/dspace-angular.git # change directory to our repo cd

Re: [dspace-tech] Restrict access to logged-in users only

2021-01-28 Thread Sean Carte
ble to logged-in users, but nothing available to anonymous users. DSpace version: 6.3 XMLUI Mirage2 theme On Wed, 27 Jan 2021 at 15:28, Sean Carte wrote: > Thanks, José! > > On Wed, 27 Jan 2021 at 14:54, José Geraldo wrote: > >> Hi, >> >> You can use the "l

Re: [dspace-tech] Updated Handle Server Init Script

2021-01-28 Thread Sean Carte
Please find the init script that we use attached. On Thu, 28 Jan 2021 at 18:12, Ray W wrote: > Hi Everyone, > > Hope you're all safe and well, I'm reaching out to ask if anyone is > willing to share their handle server init scripts or point me to some newer > resources. I found this

Re: [dspace-tech] Restrict access to logged-in users only

2021-01-27 Thread Sean Carte
enticationbyPassword > > Em qua., 27 de jan. de 2021 às 05:30, Sean Carte > escreveu: > >> Is there a way to restrict access to logged-in users only, so that >> anonymous access to collections requires a log-in? >> >> I understand that I can simply remove the anon

[dspace-tech] Restrict access to logged-in users only

2021-01-27 Thread Sean Carte
Is there a way to restrict access to logged-in users only, so that anonymous access to collections requires a log-in? I understand that I can simply remove the anonymous READ authorization for a collection, but then I would need to create a READ authorization for a particular group, and there

Re: [dspace-tech] Re: DSpace-Cris Site name change

2020-12-21 Thread Sean Carte
Hi Eldridge I vaguely remember updating URI links in the past, but I'm not sure exactly how I did it. This may help: update metadatavalue set text_value = regexp_replace(text_value, 'http://*my-old.url.org *', 'https://*my-new.url.org *') where

Re: [dspace-tech] Using secure LDAP without a certificate

2020-11-12 Thread Sean Carte
gt; > 'cd' to $JRE_HOME/jre/lib/security > > Make a copy of 'cacerts' for error recovery. > > keytool -import \ > -alias my-root \ > -file /some/path/to/my-root.pem \ > -keystore cacerts > > On Thu, Nov 12, 2020 at 01:09:35PM +0

Re: [dspace-tech] Using secure LDAP without a certificate

2020-11-12 Thread Sean Carte
//blahblah.org:636/ > > I have not configured any STARTTLS parameters in DSpace or the system's > ldap.conf. We are using Ubuntu 18.04. > > Regards, > > On Thu, Nov 12, 2020 at 9:34 AM Sean Carte wrote: > >> I'm trying to configure DSpace-CRIS 5.10 and DSpace 6.3 to use

[dspace-tech] Using secure LDAP without a certificate

2020-11-11 Thread Sean Carte
I'm trying to configure DSpace-CRIS 5.10 and DSpace 6.3 to use ldaps, but get this error in the log: 2020-11-11 15:05:03,464 WARN org.dspace.authenticate.LDAPAuthentication @ anonymous:session_id=F261C03287498D5AEE67FFE7F53CBCAF:ip_addr=10.0.36.134:ldap_authentication:type=failed_auth

Re: [dspace-tech] SQL Injection Vulnerability

2020-10-22 Thread Sean Carte
ic lists,... the "group" has mechanisms to deal with these > issues. > it is only an idea... > BEST > > Emilio > > > On 20/10/2020 10:10, Sean Carte wrote: > > I'm running DSpace-CRIS 5.10 and have received a message from our IT dept > alerting me to an

Re: [dspace-tech] Re: SQL Injection Vulnerability

2020-10-21 Thread Sean Carte
ralia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* dspace-tech@googlegroups.com *On > Behalf Of *Sean Carte > *Sent:* Wednesday, 21 October 2020 5:38 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Re: SQL Injection V

[dspace-tech] Re: SQL Injection Vulnerability

2020-10-20 Thread Sean Carte
I just did a search for 'Bobby; DROP TABLE "bitstream";' That didn't seem to do anything too catastrophic, apart from finding results. On Tue, 20 Oct 2020, 10:10 Sean Carte, wrote: > I'm running DSpace-CRIS 5.10 and have received a message from our IT dept > alerting me to

[dspace-tech] SQL Injection Vulnerability

2020-10-20 Thread Sean Carte
I'm running DSpace-CRIS 5.10 and have received a message from our IT dept alerting me to an SQL injection vulnerability on our repository. It seems the auditors were using HighBond, but they haven't given me any details as to how they assessed this vulnerability. I'm supposed to do something

[dspace-tech] DSpace-CRIS 5.10 Update JQuery

2020-08-26 Thread Sean Carte
What would be involved in updating jquery on DSpace-CRIS 5.10 to something more recent? I ask because our network security has identified vulnerabilities in jquery-1.11 currently in use in DSpace-CRIS 5.10. -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct:

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-06 Thread Sean Carte
e a query. > > On Tue, 3 Mar 2020 at 11:57, Sean Carte wrote: > >> This may help: >> https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace >> >> cd [dspace-source]/dspace/ >> mvn -U clean package >> > > On this page :- https://wiki.lyrasis.org/

Re: [dspace-tech] ORCID Authorities: Updating author profiles to their ORCID equivalents

2020-03-03 Thread Sean Carte
My thoughts exactly. Thanks, Miika. On Tue, 3 Mar 2020 at 19:10, Nurminen, Miika wrote: > On 3.3.2020 15:51, Sean Carte wrote: > > It seems that in this repository all the authors have been entered > > using dc.creator rather than contributor.author. > > > > I suppos

Re: [dspace-tech] ORCID Authorities: Updating author profiles to their ORCID equivalents

2020-03-03 Thread Sean Carte
the > repository with "orcid id" as the key.. So, different keys, different > entries > > Some time ago we developed for EUI´s Cadmus repository a method for *joining > *entries belonging to different validation sources. There was a > communication to OR2019 expla

[dspace-tech] ORCID Authorities: Updating author profiles to their ORCID equivalents

2020-03-03 Thread Sean Carte
Is there a way to link existing authors with their ORCID equivalents? In a DSpace 6.3 repository, using Mirage2 xmlui with several thousand authors, we are considering enabling ORCID authority control, but won't this lead to the creation of duplicate authors? I have an author with 31

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-02 Thread Sean Carte
This may help: https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace cd [dspace-source]/dspace/ mvn -U clean package cd [dspace-source]/dspace/target/dspace-installer ant update On Mon, 2 Mar 2020 at 18:54, Ashim Kapoor wrote: > Dear All, > > How can I clean up and run mvn and ant after

Re: [dspace-tech] Permissions of the [dspace] directory

2020-03-02 Thread Sean Carte
run by a user who has rwx >> permission over [dspace-source] directory. >> The second constraint is that [2] needs to be able to read the >> [dspace-source] and write to the [dspace] directory. >> >> Please correct me if I am mistaken. >> >> Thank you, &

Re: [dspace-tech] Internal System Error for JSPUI

2020-02-27 Thread Sean Carte
Please let us know what is in your /dspace/log/dspace.log.[date] file at the time when the error occurred. On Thu, 27 Feb 2020 at 13:59, Ashim Kapoor wrote: > Dear All, > > When I do http://192.100.30.xxx/jspui I get :- > Internal System Error > > The system has experienced an internal error.

Re: [dspace-tech] Query about solr configuration

2020-02-27 Thread Sean Carte
Kapoor wrote: > Hello, > > Thank you for your email. What exactly is the difference between setting > it as localhost vs 192.100.30.xxx ? Can you please elaborate? > > Best, > Ashim > > On Thu, 27 Feb 2020 at 16:46, Sean Carte wrote: > >> As your tomcat is o

Re: [dspace-tech] Permissions of the [dspace] directory

2020-02-27 Thread Sean Carte
That is correct: your user (dspace or whatever you choose to run mvn, etc.), needs rwx permission for the dspace-src directory. I think you may have misunderstood what Mark was telling you: the *installer* (ant) needs to be able to read the dspace-src and write to the dspace directories: The

Re: [dspace-tech] Query about solr configuration

2020-02-27 Thread Sean Carte
As your tomcat is on the same server as solr, localhost is fine. Leave it as is. On Thu, 27 Feb 2020 at 12:01, Ashim Kapoor wrote: > Dear All, > > Here is an excerpt from local.cfg > > # Solr server/webapp. > # DSpace uses Solr for all search/browse capability (and for usage > statistics by

Re: [dspace-tech] Difficulty setting up dspace 6.3

2020-02-26 Thread Sean Carte
I don't know about your maven-enforcer-plugin error, but the first error is a permissions problem. As root: chown -R dspace:dspace /home/dspace/dspace-6.3-release/ On Wed, 26 Feb 2020 at 13:43, Ashim Kapoor wrote: > Dear All, > > I am following instructions on this page:- > >

Re: [dspace-tech] SOLR error: too many boolean clauses

2020-02-17 Thread Sean Carte
lauses%22Exception > > Hope this helps > > Claudia Jürgen > > > Am 17.02.2020 um 13:34 schrieb Sean Carte: > > I have a dspace 6.3 instance running on Ubuntu 18.04.3. When a user who > > belongs to two groups that are authorised to add to and edit all >

Re: [dspace-tech] Custom logout page/redirect

2020-01-28 Thread Sean Carte
What version of DSpace are you using? I was seeing something similar to what you describe on 5.x (using Firefox), but it does appear to be resolved in 6.3. On Tue, 28 Jan 2020 at 15:55, Hawk, Patrick wrote: > Any suggestions? > > On Wed, Jan 15, 2020 at 9:29 AM Hawk, Patrick wrote: > >> The

Re: [dspace-tech] deleting repeated form entries during submission

2020-01-19 Thread Sean Carte
I'm using DSpace-CRIS 5.10 and clicking 'Add More' adds a single addition field. I don't see any delete button unless the field is populated, then the 'Remove Entry' button is displayed; clicking it does delete the field. Also, if I click a different 'Add More' button and the field has not been

Re: [dspace-tech] Marking robots by user agent with `stats-util -m` is not implemented

2019-11-12 Thread Sean Carte
Thanks, Alan! Total number of bot hits purged: 575004 One thing I found curious is that I first ran it with -pno -d, then -pyes and got a different result each time: dspace@ir:/home/dspace$ scripts/check-spider-hits.sh -u http://localhost:8080/solr -f

Re: [dspace-tech] Re: jsp.display-item.citation.google.tooltip

2019-10-29 Thread Sean Carte
he part circled in the picture > uploaded.. Kindly assist me please. I have searched everywhere on the > dspace folder, but was unsuccessful > > On Tuesday, 29 October 2019 07:45:23 UTC+1, Sean Carte wrote: >> >> Using DSpace-CRIS 5.10, when hovering over the Google Schol

Re: [dspace-tech] jsp.display-item.citation.google.tooltip

2019-10-29 Thread Sean Carte
Good luck > Sincerely, > Pham Quang Quyen (librarian of VietNam). > > On Tue, Oct 29, 2019 at 1:45 PM Sean Carte wrote: > >> Using DSpace-CRIS 5.10, when hovering over the Google Scholar Check link, >> I get '???jsp.display-item.citation.google.tooltip???'. Clearly I n

[dspace-tech] jsp.display-item.citation.google.tooltip

2019-10-29 Thread Sean Carte
Using DSpace-CRIS 5.10, when hovering over the Google Scholar Check link, I get '???jsp.display-item.citation.google.tooltip???'. Clearly I need to set a message for that key, but: what should the message be, and where do I set it. I notice the dspace-cris demo site

Re: [dspace-tech] What is a crosswalk ?

2019-09-19 Thread Sean Carte
A mapping between different metadata standards. https://www.sciencedirect.com/topics/computer-science/crosswalk On Thu, 19 Sep 2019 at 17:23, Ashim Kapoor wrote: > Dear All, > > I am reading this :- > https://wiki.duraspace.org/display/DSDOC6x/AIP+Backup+and+Restore > > I have a query. What is

Re: [dspace-tech] Additional browse indexes in DSpace-CRIS

2019-09-19 Thread Sean Carte
s/cris.cfg#L5navbar.cris-entities> > = > publications,researcherprofiles,orgunits,fundings > > this is the list of the explore sections, the name must match the > configuration in the cris-processor and discovery as by above links > > Best, > Andrea > > > > > On

Re: [dspace-tech] Additional browse indexes in DSpace-CRIS

2019-09-18 Thread Sean Carte
rove the documentation here > https://wiki.duraspace.org/pages/viewpage.action?pageId=78153687 > Best, > Andrea > > > On Tue, 2019-09-17 at 14:57 +0200, Sean Carte wrote: > > In the XML UI I can add additional browse indexes by adding > > search.index.n and webui.b

[dspace-tech] Additional browse indexes in DSpace-CRIS

2019-09-17 Thread Sean Carte
In the XML UI I can add additional browse indexes by adding search.index.n and webui.browse.index.n fields, e.g., to add a 'level' index for a defined field dc.description.level, I would add the following to dspace.cfg: search.index.15 = level:dc.description.level webui.browse.index.7 =

[dspace-tech] Error viewing submissions page with Mirage2

2019-05-04 Thread Sean Carte
One particular user has a problem viewing the submissions page, using the XML UI on DSpace 6.3. Other users don't have the same problem, and this user can view the submissions page using the JSP UI. DSpace version: 6.3 SCM revision: ${buildNumber} SCM branch: UNKNOWN_BRANCH OS: Linux(amd64)

Re: [dspace-tech] Custom Item Submission

2019-03-20 Thread Sean Carte
between submission and > workflow. > > Hope this helps > > Claudia Jürgen > > Am 20.03.2019 um 14:32 schrieb Sean Carte: > > I need to configure a custom item submission for a specific group of > users > > (submitters). After they submit, I need another group to be able to

[dspace-tech] Custom Item Submission

2019-03-20 Thread Sean Carte
I need to configure a custom item submission for a specific group of users (submitters). After they submit, I need another group to be able to add metadata. I initially thought I could create a special input form and submission process, but of course, these are tied to a collection, not a user

[dspace-tech] Re: Swordv2 Deposit in DSpace-CRIS 5.10

2019-03-15 Thread Sean Carte
RLdescription The specified HTTP method is not allowed for the requested* Connection #0 to host test.dspace-cris.4science.it left intact resource.Apache Tomcat/8.5.11 *So my question is: is SwordV2 not supported in DSpaceCRIS?* On Thu, 14 Mar 2019 at 09:56, Sean Carte wrote: > I'm trying to

[dspace-tech] Swordv2 Deposit in DSpace-CRIS 5.10

2019-03-14 Thread Sean Carte
I'm trying to use swordv2 for depositing items to DSpace-CRIS 5.10 and am getting a 404 error. I am using the following curl command (pilfered from someone else's post): curl -v -i --data-binary "@Downloads/Singh_2009.pdf" -H "Content-Disposition:attachment; filename=Singh_2009.pdf" -H

  1   2   >