[dspace-tech] DOI functionality

2020-10-08 Thread Jose Blanco
I wonder if someone that has the DOI functionality in 6.3 setup could help me better understand it before I contact DataCite. I kind of set it up in my test environment, but without a valid username and password, so I can see from the log file that after the metadata is entered the code tries to c

Re: [dspace-tech] DSpace 6.3 JSPUI - Submit to Collection [DS-3717] - SubmissionInfo is Empty

2020-10-08 Thread Jose Blanco
Rachel, take out *can specify heading, if you want it to appear in Progress Bar* in the following. It is not proper xml You can also just comment it out ( ): Biblio Import can specify heading, if you want it to appear in Progress Bar org.dspace.submit.step.StartSubmissionLookupS

Re: [dspace-tech] DOI functionality

2020-10-09 Thread Jose Blanco
020 at 11:40:37AM -0400, Jose Blanco wrote: > > I wonder if someone that has the DOI functionality in 6.3 setup could > help > > me better understand it before I contact DataCite. > > > > I kind of set it up in my test environment, but without a valid username > > and

[dspace-tech] question about maintaining/changing Mirage2

2020-10-09 Thread Jose Blanco
I build Mirage2 using this command: mvn package -Dmirage2.on=true I then deployed it from repository directory and made custom modifications to some of the xsl files and other files in here: *webapps/xmlui/themes/Mirage2* What I want to do now is copy all my changes to Mirage2 from: *webapps

[dspace-tech] Re: question about maintaining/changing Mirage2

2020-10-12 Thread Jose Blanco
Just reposting this question. Thanks! On Fri, Oct 9, 2020 at 3:47 PM Jose Blanco wrote: > I build Mirage2 using this command: > > mvn package -Dmirage2.on=true > > I then deployed it from repository directory and made custom modifications > to some of the xsl files and o

Re: [dspace-tech] Upgrade from Version 6.3

2020-10-15 Thread Jose Blanco
Mark, I have a related question. We want to bring up a clean instance of dspace 7 on the same server that we use for production that runs 6.3. It sounds from your response about that our issue would be: *DSpace 7 requires JDK 11, and DSpace 6 may not run on 11, so if youwant to switch back and

[dspace-tech] stats in 63

2020-10-15 Thread Jose Blanco
I think I have everything config for solr stats, but I don't see any counts. Not sure what I'm missing. Is there something I should see in the log files? Any way to verify that counts are getting in there? I ran [dspace]/bin/dspace stats-util -o -Jose -- All messages to this mailing list sho

Re: [dspace-tech] ant fresh_instal build failure

2020-10-16 Thread Jose Blanco
I think this is what you need to focus on: [java] org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source local.cfg Read the the section "For the Impatient": https://wiki.lyrasis.org/display/DSDOC6x/Installing+DSpace I think you forgot to do this: *cp local.c

Re: [dspace-tech] Empty Solr statistics

2020-10-16 Thread Jose Blanco
Maya, I was having the same issue this week. This is what I found out. In order for stats to work, you need two things: 1. The stats have to be properly configured. I think you may have that. This would be the configurations to: */config/modules/solr-statistics.cfg* AND */config/modules/usage-

Re: [dspace-tech] Dspace 6.3 Oai import ERRORS

2020-10-17 Thread Jose Blanco
Try running: *dspace oai import -c -v* It will probably tell you the item where it found the error, and then you can go edit it and see if anything looks suspicious. -Jose On Sat, Oct 17, 2020 at 2:59 PM lon...@gmail.com wrote: > Hi all, > I'm trying to upgrade from Dspace 5.5 to dspace 6.3. E

Re: [dspace-tech] Dspace 6.3 Oai import ERRORS

2020-10-17 Thread Jose Blanco
Didn’t it show all the items it was indexing and then error out at one of them? Or did it just Error out from the start? Sent from my iPhone > On Oct 17, 2020, at 8:33 PM, lon...@gmail.com wrote: > > hi Jose, > Thanks Jose! I ran : dspace oai import -c -v . but it didn't show any errors > .

Re: [dspace-tech] Dspace 6.3 Oai import ERRORS

2020-10-17 Thread Jose Blanco
figuration: *harvest.includerestricted.oai = false* Which will then only send items that have Anonymous permissions. -Jose On Sat, Oct 17, 2020 at 9:43 PM Jose Blanco wrote: > Didn’t it show all the items it was indexing and then error out at one of > them? Or did it just Error out from the

Re: [dspace-tech] Dspace 6.3 Oai import ERRORS

2020-10-18 Thread Jose Blanco
dspace.cfg, I have this configuration: >> >> *harvest.includerestricted.oai = false* >> >> Which will then only send items that have Anonymous permissions. >> >> -Jose >> >> On Sat, Oct 17, 2020 at 9:43 PM Jose Blanco wrote: >> >>> Didn’t

Re: [dspace-tech] Batch Upload thumbnails into existing items using SAF

2020-10-19 Thread Jose Blanco
I think you can use itemupdate with the -A option. Here is the documentation: https://wiki.lyrasis.org/display/DSDOC6x/Updating+Items+via+Simple+Archive+Format In the content file, you would have something like this: thumnail_filebundle:Thumbnails I have not done this myself, but I think this s

Re: [dspace-tech] XMLUI Theme not found after patching and rebuild

2020-10-20 Thread Jose Blanco
Your error seems to indicate that something went wrong in the Mirage2 build. Are you using Mirage2? I thought that for Mirage2 you build the application differently, using this command: mvn package -Dmirage2.on=true Here is the documentation: https://wiki.lyrasis.org/display/DSDOC6x/Mirage+2+Con

Re: [dspace-tech] Altmetrics on dspace 6.3-Mirage2

2020-10-21 Thread Jose Blanco
I did not find anything out of the box. This is how I added altmetrics *AND* dimensions: in Mirage2/xsl/core/page-structure.xsl right after: else return true; } ** Add this: ** *<*xsl:attribute name="src"*>* *<*xsl:t

Re: [dspace-tech] Altmetrics on dspace 6.3-Mirage2

2020-10-21 Thread Jose Blanco
Not all dois have altmetrics data, and if that is the case you don't get the donut, so perhaps the DOI you are experimenting with does not have counts. To test, put this in for identifier.doi 10./ele.12286 and see what happens. Note that for altmetrics, this attribute data-hide-less-than="1"

Re: [dspace-tech] Altmetrics on dspace 6.3-Mirage2

2020-10-21 Thread Jose Blanco
ct 21, 2020 at 5:31 PM Jose Blanco wrote: > Not all dois have altmetrics data, and if that is the case you don't get > the donut, so perhaps the DOI you are experimenting with does not have > counts. To test, put this in for identifier.doi > 10./ele.12286 > and see what h

Re: [dspace-tech] Altmetrics on dspace 6.3-Mirage2

2020-10-21 Thread Jose Blanco
I think if you enable it, it uses the doi stored in identifier.uri ( but this field is configurable ). altmetric.enabled = true altmetrics.field = dc.identifier.uri On Wed, Oct 21, 2020 at 5:38 PM Jose Blanco wrote: > I'm so sorry, I just realized that 6.3 has altmetrics functionali

Re: [dspace-tech] Altmetrics on dspace 6.3-Mirage2

2020-10-22 Thread Jose Blanco
t; wrote: >> >>> I think if you enable it, it uses the doi stored in identifier.uri ( but >>> this field is configurable ). >>> >>> altmetric.enabled = true >>> >>> altmetrics.field = dc.identifier.uri >>> >>> On Wed, Oct 21, 2020 at 5

Re: [dspace-tech] Error - after ran filter-media command

2020-10-22 Thread Jose Blanco
Not sure how to advice you on this, but you are not alone: https://groups.google.com/g/dspace-tech/c/rFerEopaAjE/m/U_hBQS9PFwAJ So the work around discussed in that thread was to remove the txt file, and re-index discovery. Also when you run filter-media next time you can tell it to skip this ite

Re: [dspace-tech] MaxMind GeoLite2-City.mmdb errors

2020-10-27 Thread Jose Blanco
I'm not sure. I have 6.3 and Mirage2 and have the file here: [dspace]/config/GeoLite2-City.mmdb I guess that would be an easy thing to test. -Jose On Mon, Oct 26, 2020 at 4:11 PM Graham Faulkner < graham.faulk...@uwaterloo.ca> wrote: > Hi there, > > This question relates to DSpace 5.10 (XML, Mi

Re: [dspace-tech] dspace metadata fields

2020-10-29 Thread Jose Blanco
If I understand correctly, you want to bring all this data together under a new metadata? So you could create a new metadata, lets say: metadata.all Then I would write a script that accesses the database and gathers the data and prepares the data to store in metadata.all. I would use the itemup

Re: [dspace-tech] Thumbnails not showing in browse list

2020-10-29 Thread Jose Blanco
This is a configuration parameter. Make sure this is set to true in dspace.cfg webui.browse.thumbnail.show = true You can also control whether the thumbnail shows up on the item view page: webui.item.thumbnail.show = true -Jose On Thu, Oct 29, 2020 at 9:28 PM lon...@gmail.com wrote: > hi al

Re: [dspace-tech] Thumbnails not showing in browse list

2020-11-01 Thread Jose Blanco
Hi Peter, For that record that has a pptx file, do you see a generic thumbnail, or do you see nothing? I think if it can't create a thumbnail, then it puts up a generic thumbnail. You can go to the item that has the pptx file and select "Edit Item" and see what it has for files. If it creates a

Re: [dspace-tech] Submitter with NO Admin rights can Edit Item & Edit Collection

2020-11-02 Thread Jose Blanco
Kelley, I don't see the problem. If you are an admin and you have selected a collection, you should only see: "Edit Collection" and "Item Mapper" and if you are viewing and item, you should only see: "Edit this item" Not sure what the problem is. What were you expecting? -Jose On Mon, Nov

Re: [dspace-tech] Submitter with NO Admin rights can Edit Item & Edit Collection

2020-11-03 Thread Jose Blanco
what he > sees to what I see as a dSpace system administrator. > > He should not have any admin access at all. No editing of items or the > collection. > > Thank you, > Kelley Canon > Language & Culture Archives > REAP Administrator > SIL International > >

Re: [dspace-tech] DOI functionality

2020-11-03 Thread Jose Blanco
doi value so that he/she can add it directly to his/her file before uploading it. Any suggestions about how to accomplish this with the out of box dspace 6.3? Thank you! -Jose On Fri, Oct 9, 2020 at 2:43 PM Jose Blanco wrote: > Thanks, Mark. I had read this, but was still a bit confused.

Re: [dspace-tech] DOI functionality

2020-11-03 Thread Jose Blanco
Michael, If you can give me what you have done that would be very helpful. Thank you! -Jose On Tue, Nov 3, 2020 at 11:18 AM Michael Plate < pl...@bibliothek.uni-kassel.de> wrote: > Hi Jose, > > Am 03.11.20 um 16:47 schrieb Jose Blanco: > > I have configured our test area to

Re: [dspace-tech] Submitter with NO Admin rights can Edit Item & Edit Collection

2020-11-03 Thread Jose Blanco
out in 6.3 that could cause this. > Anyone else experience this or know of a bug fix for this? I'm searching > documentation but have not found anything that seems to be relevant yet. > > Kelley Canon > Language & Culture Archives > REAP Administrator > SIL Internation

Re: [dspace-tech] Dspace 6.2 Solr statistics

2020-11-10 Thread Jose Blanco
John, I was having trouble getting my 6.3 stats to show up. It may be the same issue you are having. Take a look at this thread: https://groups.google.com/g/dspace-tech/c/v2RAdKuJmB8/m/Pdbv_85dAQAJ I hope this helps. -Jose On Mon, Nov 9, 2020 at 3:00 PM John S. wrote: > Hi, > > i think that

Re: [dspace-tech] Mirage error

2020-11-18 Thread Jose Blanco
I had the same issue. Take a look at this thread: https://groups.google.com/g/dspace-tech/c/jI45dSt_QA8/m/9uW_GG3-AwAJ Basically, you need to use "npm install --no-bin-links". I changed: dspace/modules/xmlui-mirage2/pom.xml in two places, replacing "npm install" - install + install --no-bin-lin

[dspace-tech] slowness when entering issn during submisison

2020-11-18 Thread Jose Blanco
Using a drop down list for the user to enter different identifier types, when the user selects issn, and then goes on to the file upload step, the system seems to process the just entered data before the upload page shows up, and it takes a few minutes for the upload page to show up. The data ent

Re: [dspace-tech] slowness when entering issn during submisison

2020-11-19 Thread Jose Blanco
longer available. We also had problems with our upload page. We > deactivated the Sherpa Romeo API in dspace.cfg and that solved our problem. > > Best regards > Franziska > > > Am 18.11.2020 um 20:18 schrieb Jose Blanco: > > Using a drop down list for the user to enter diff

Re: [dspace-tech] Moving Navigation sidebar

2020-11-29 Thread Jose Blanco
Peter, You want to change page-structure.xsl. You want it to look like this, with navigation before the main-content: * *

Re: [dspace-tech] re-send : How to change text alignment

2020-11-30 Thread Jose Blanco
I found this on the web. It seems like you can make a change to page-structure.xsl to accomplish this. https://stackoverflow.com/questions/49643975/how-we-can-set-the-direction-to-rtl-in-languages-changes-of-dspace-digital-repos -Jose On Thu, Nov 26, 2020 at 3:39 AM 'Noorhafizah Mohd Akil' via

Re: [dspace-tech] Moving Navigation sidebar

2020-12-01 Thread Jose Blanco
Peter, I have not done this, and I'm not exactly sure what you need. I would use the developer tool to find out the class or the id and then search for it in the xsl, and css files. You can then experiment with it. -Jose On Tue, Dec 1, 2020 at 4:45 PM lon...@gmail.com wrote: > Thanks Jose fo

Re: [dspace-tech] Make clickable links in DSpace 6.3 news-xmlui.xml?

2020-12-05 Thread Jose Blanco
How about this: https://montaguearchive.org";>Return Home If you add *?XML* to dspace URLs you can see the xml being fed to the xsl that makes the html. That might give you some more ideas. -Jose On Sat, Dec 5, 2020 at 12:57 PM Chris Clawson wrote: > Sorry if this has been already answered.

Re: [dspace-tech] Recent-submissions homepage error in DSpace 6.3

2020-12-07 Thread Jose Blanco
I remember having this issue, and I think it was a migration that had not run. You can check your database to make sure you have a table named site: *=> \d siteTable "public.site" Column | Type | Modifiers +--+--- uuid | uuid | not nullIndexes:"site_pkey" PR

Re: [dspace-tech] SMTP over TLS Failed

2020-12-08 Thread Jose Blanco
Humberto, I'm not sure, but from googling around I see that "You may get this error when you are trying to send an e-mail using gmail server in java." Try making this change: mail.extraproperties = mail.smtp.starttls.enable=true, \ mail.smtp.socketFactory.port=587, \

[dspace-tech] making an html file deposit using Mirage2

2020-12-15 Thread Jose Blanco
I was testing out uploading an item that has an index.html file with associated files and making index.html the primary file. Well it did not seem to work. In the item view, it shows a list of all the files associated with the item rather than just the index.html. I tried it out on the demo s

[dspace-tech] enabling ClamAV

2020-12-15 Thread Jose Blanco
In enabling ClamAV, I seem to be getting an authorization error on this line: https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-api/src/main/java/org/dspace/ctask/general/ClamScan.java#L110 And by enabling, I mean making this change to workflow-curation.xml: ** ** ** I made a local

[dspace-tech] changing the METS metadata file

2021-01-19 Thread Jose Blanco
I want to change the metadata file that is used by the xsl to render the html file. If an item has a primary file, I just want information about the primary file to be in the mets.xml file. The reason I want to make this change is because we have some items that contain an index.html file ( this

[dspace-tech] Re: changing the METS metadata file

2021-01-19 Thread Jose Blanco
I think I just found it. I think it's in here: AbstractAdapter.java On Tue, Jan 19, 2021 at 1:38 PM Jose Blanco wrote: > I want to change the metadata file that is used by the xsl to render the > html file. If an item has a primary file, I just want information about > the prim

Re: [dspace-tech] Consulta sobre error

2021-02-01 Thread Jose Blanco
Tienes que incluir el título en los metadatos, es obligatorio. -Jose On Mon, Feb 1, 2021 at 7:18 PM Alexis Gamboa wrote: > Buenas noches, estoy iniciando en el uso de Dspace, realice la instalación > básica, pude crear unas comunidades y colecciones de prueba, pero a la hora > de incluir unos i

[dspace-tech] programmatic way to remove incomplete deposits.

2021-02-08 Thread Jose Blanco
Is there a way to programmatically remove incomplete deposits. I have a lot I want to remove. I can do it by login in as the user and then remove them, but I wonder if there is a quicker way. -Jose -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://du

[dspace-tech] Re: programmatic way to remove incomplete deposits.

2021-02-09 Thread Jose Blanco
I found a way around this. I made myself the submitter in the item table using sql for these incomplete deposits, then the items showed up on My Deposits page and it was pretty easy to delete them from there. On Mon, Feb 8, 2021 at 1:11 PM Jose Blanco wrote: > Is there a way

[dspace-tech] item id creation error

2021-02-10 Thread Jose Blanco
When I go edit a template for a collection, I get this error. org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.dspace.content.Item#6d947881-981a-47a0-9b46-54a5629fc483] I get this exact error every time I try to edit the template for the same collection ( showi

[dspace-tech] Re: item id creation error

2021-02-10 Thread Jose Blanco
I wonder if all those items without an id were templates? And now the system can't find them? I think that might be the reason. -Jose On Wed, Feb 10, 2021 at 1:00 PM Jose Blanco wrote: > When I go edit a template for a collection, I get this error. > > org.hibernate.ObjectNot

[dspace-tech] looking into using the ORCID functionality

2021-02-23 Thread Jose Blanco
I want to make sure I understand what the ORCID function in 6.3 provides. So I have a few questions. (1) When you run [dspace]/bin/dspace index-authority this goes out to: https://pub.orcid.org/v2.1 (defined in dspace.cfg:orcid.api.url ) And creates records of them in the authority index. Corr

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

2021-02-23 Thread Jose Blanco
Sean, This is really helpful. It really sounds like it's not that reliable, with all the issues, but I need to read your response more carefully. Thank you -Jose On Tue, Feb 23, 2021 at 5:26 PM Sean Kalynuk wrote: > Hi Jose, > > > > I’ve encountered a number of issues using the ORCID funct

[dspace-tech] Mirage2 item-list.xsl

2021-02-25 Thread Jose Blanco
I see that when a list of items is created via brosse by title, I can only see the thumbnail section of the mets file. In item-view.xsl I have access to the CONTENT section. Why is it that in the list view, I don't seem to have access to the CONTENT section, only the THUMBNAIL? Thank you! -Jose

[dspace-tech] community / collection page in Mirage2

2021-03-04 Thread Jose Blanco
Is there a way for the entire tree to be shown when you first get to the page? In other words, to have all the plus buttons expanded? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You receiv

[dspace-tech] replace Go button with glyphonic-search

2021-03-08 Thread Jose Blanco
I want to replace every where the "Go" button exists with the icon of the magnifying glass in Mirage2. In one of the aspect files, I had: *para.addButton("submit").setValue(T_go);* I tried this *para.addButton("submit").setValue("");* But that did not work. Has anyone done this? -Jose --

Re: [dspace-tech] Re: community / collection page in Mirage2

2021-03-08 Thread Jose Blanco
Yes, this looks great. Where would I put this? Thank you! -Jose On Sun, Mar 7, 2021 at 8:31 PM euler wrote: > Hi Jose, > > Perhaps you would like something like this? > https://repository.cpu.edu.ph/community-list There is a custom javascript > that you can change its default behavior (change

Re: [dspace-tech] Dspace Publication Dates and Slashes

2021-03-09 Thread Jose Blanco
Braxton, I just tried it on Mirage2 for dspace 6.3 and the simple item view looked fine. Having said that, Dspace for as long as I have known it, and this is from version 1.1, has used -MM-DD, or -MM, or for date.issued. When you use the UI to submit an item, it stores it in that f

Re: [dspace-tech] Question about DSpace 6.3 statistics links

2021-03-09 Thread Jose Blanco
Sarah, Have you seen this thread: https://groups.google.com/g/dspace-tech/c/v2RAdKuJmB8/m/Pdbv_85dAQAJ Not sure this is your problem, but it might be worth checking. -Jose On Sun, Mar 7, 2021 at 10:51 AM Sarah Mount wrote: > Hello all, > > I have a DSpace 6.3 / Tomcat 9 installation and it's n

Re: [dspace-tech] Recent-submissions homepage error in DSpace 6.3

2021-04-13 Thread Jose Blanco
anks, much, for the suggestions. We’ll check those out. >> >> Carl >> >> > On Dec 7, 2020, at 6:01 PM, Jose Blanco wrote: >> > >> > I remember having this issue, and I think it was a migration that had >> not run. You can check your database to m

Re: [dspace-tech] Dspace CRIS create -administrator problem

2021-04-15 Thread Jose Blanco
If this is a fresh install, take a look at Tim's recommendation in this thread: https://groups.google.com/g/dspace-tech/c/9RESJYABb_k -Jose On Thu, Apr 15, 2021 at 9:55 AM Sivasankar Visithiran wrote: > When I try to put the following command after dspace cris installation. > ./dspace create-a

[dspace-tech] accordions for facets

2021-04-26 Thread Jose Blanco
Is there a way via configuration to give facets accordion functionality, or is this a custom change that has to be made to the xsl? I'm on xmlui 6.3. Thanks! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ -

Re: [dspace-tech] Dear Friends ...PLease see this Error (Trying to 3 to 6.3)

2021-04-27 Thread Jose Blanco
This error makes me think that you have not done the data upgrade/migration. It is expecting a uuid field and not finding it. Look in here https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace the section on the database upgrade: Upgrade your database If you restart tomcat, the db upgrade i

[dspace-tech] changing news-xmlui.xml

2021-06-01 Thread Jose Blanco
I want news-xmlui.xml to generate this html: Some Header Some text. I'm not sure what DRI would generate. Could someone easily create the DRI for this? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pa

[dspace-tech] http and https in handle

2021-07-28 Thread Jose Blanco
I recently noticed that we are using http in our handle based on the configuration file: handle.canonical.prefix = http://hdl.handle.net/ The 6.2 code also defaults to http rather than https: https://github.com/DSpace/DSpace/blob/dspace-6.2/dspace-api/src/main/java/org/dspace/handle/HandleServic

Re: [dspace-tech] http and https in handle

2021-07-28 Thread Jose Blanco
h > > > > *From:* dspace-tech@googlegroups.com *On > Behalf Of *Jose Blanco > *Sent:* Thursday, 29 July 2021 2:36 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] http and https in handle > > > > I recently noticed that we are using http in our handle b

[dspace-tech] change in config/spring/api/discovery.cfg

2021-08-22 Thread Jose Blanco
I want to make a change in this parameter in config/spring/discovery.cfg to I don't think that for this sort of change I have to run ./bin/dspace update-discovery-index -f But I just want to make sure. I tried it in my development environment and it seems fine. I'm using dspace 6

[dspace-tech] browsing behavior seems odd

2021-09-29 Thread Jose Blanco
If you do a title browse on for example "time", you see the results expected ( titles starting with the word time), and then from that page you type "money" into the search box, and it doesn't go to titles starting with "money" (or the "m"s at all) but instead back to the beginning of the index. T

Re: [dspace-tech] Re: browsing behavior seems odd

2021-09-30 Thread Jose Blanco
Thank you, Anne. -Jose On Thu, Sep 30, 2021 at 11:23 AM al...@vt.edu wrote: > Jose, > > This was reported in https://jira.lyrasis.org/browse/DS-3996 with a PR. > We installed it as a patch as documented in > https://github.com/VTUL/vtechworks/issues/640. It might be slated for the > DSpace 6.4

[dspace-tech] trying to use VersionedHandleIdentifierWithCanonicalHandles

2021-10-14 Thread Jose Blanco
I am using Dspace 6.3 and want to use VersionedHandleIdentifierWithCanonicalHandles, but I'm not having success. I edited this file: config/spring/api/identifier-service.xml This is commented out: I enabled this by uncommenting it: I put some logging in both files

[dspace-tech] Re: trying to use VersionedHandleIdentifierWithCanonicalHandles

2021-10-15 Thread Jose Blanco
ode, so my question is, with dspace 6.3 out of the box is this possible? That is, to have the most current version retain the original DOI? Thank you! -Jose On Thu, Oct 14, 2021 at 10:10 AM Jose Blanco wrote: > I am using Dspace 6.3 and want to use > VersionedHandleIdentifierWithCanonic

[dspace-tech] Versioning question.

2021-10-19 Thread Jose Blanco
I'm using version 6.3. I made a change to my instance to not have the handle and doi created at the end of the submission process. Normally this would happen in this line of code: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/content/InstallItemServiceImpl

[dspace-tech] Re: Versioning question.

2021-10-20 Thread Jose Blanco
DOI: version three ( and latest ) => 123/12.3 So with the DOI the latest version does not have the original DOI. Is this not possible with Dspace 6.3? I just want to make sure I'm not missing something. Thank you! -Jose On Tue, Oct 19, 2021 at 8:46 PM Jose Blanco wrote: > I'm

[dspace-tech] DOI Versioning

2021-10-27 Thread Jose Blanco
I have versioning setup on 6.3 to use org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles. My handle versioning is working fine. For example: Handle: version one => 1010/10.1 Handle: version two => 1010/10.2 Handle: version three ( and latest ) ==> 1010/10 Basically the

[dspace-tech] losing cc license when going back.

2021-12-06 Thread Jose Blanco
When entering an item with a cc license, if I choose a cc license and then go to the next tab, which is the complete deposit page, and then go back to the tab where I chose the cc license, and then I move forward a tab, I lose the cc license I entered originally. I found this in 6.3 xmlui. I tried

[dspace-tech] Re: losing cc license when going back.

2021-12-13 Thread Jose Blanco
(T_select_change.getKey(), T_select_change); if(T_select_change.getKey().equals(selectedLicense)) { selectList.setOptionSelected(T_select_change.getKey()); } -Jose On Mon, Dec 6, 2021 at 8:23 PM Jose Blanco wrote: > When entering an item with a cc lice

[dspace-tech] PDF Citation Cover Page not always working

2022-03-21 Thread Jose Blanco
We had a situation where we had a pdf where all the cover pages were in landscape mode and when the PDF was rendered with the citation page added, it was cutting off the pages that were in landscape. To fix this, I changed this line of code in 6.3 https://github.com/DSpace/DSpace/blob/dspace-6.3/d

[dspace-tech] spam on forms.

2022-04-23 Thread Jose Blanco
This weekend we had an ip that was causing trouble by sending /feedback and /request-item submissions. Has anyone encountered this in dspace and found a way to mitigate it? Thank you! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about

[dspace-tech] stack trace option

2022-04-23 Thread Jose Blanco
I noticed that when there is an error, the page displays the stack trace option ("Show underlying error stack"). This is great in development, but is there a way to turn this off in production? Thanks! -Jose -- All messages to this mailing list should adhere to the Code of Conduct: https://www.

[dspace-tech] error building

2022-05-03 Thread Jose Blanco
Getting this error when building 6.3. It was working fine a week ago [ERROR] Failed to execute goal on project xmlui-mirage2: Could not resolve dependencies for project org.dspace.modules:xmlui-mirage2:war:6.3: Failed to collect dependencies at rubygems:compass:gem:1.0.1 -> rubygems:sass:gem:[3.3

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
> > > > I’m currently setting up the workaround myself since I ran into this > yesterday and can’t wait for torquebox.org to return. Will be more stable > (and faster!) for builds in the long run too. > > > > -- > > Sean > > > > *From: *dspace-tech

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
ings 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: [dspace-tech] error building > > *Caution:* Thi

Re: [dspace-tech] error building

2022-05-03 Thread Jose Blanco
VM_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

Re: [dspace-tech] error building

2022-05-04 Thread Jose Blanco
nment, I build using my personal account, then run any ant > commands as the dspace user to do installs/updates. I just make sure that > the dspace account has read-access to the build targets in my account’s > directory. > > -- > > Sean > > > > *From: *Jose Blanco

Re: [dspace-tech] error building

2022-05-04 Thread Jose Blanco
Sean, We have a few different things going on over here. I wonder if when you did all those installations, did you do it as the same user that builds dspace? Because of permissions and accounts, I could not do that. Thank you! -Jose On Wed, May 4, 2022 at 9:49 AM Jose Blanco wrote: >

[dspace-tech] question about Mirage2

2022-05-04 Thread Jose Blanco
can you do these installations as userA https://github.com/DSpace/DSpace/tree/dspace-6_x/dspace-xmlui-mirage2#prerequisites-for-osx--linux and then build dspace as userB ? Because of our setup, I have to do this, and I'm getting this error: npm -h quick help on npm -ldisplay ful

Re: [dspace-tech] mirage2 build problems

2022-05-12 Thread Jose Blanco
Hi Bill, I had the same problem. Take a look at last message in this thread: https://groups.google.com/g/dspace-tech/c/7_fUBxsxkhs I have not tried the patch yet. What I did is, since I had a successful Mirage2 build from a previous build in the webapp directory, copy it to dspace-xmlui/src/m

[dspace-tech] getting Timeout errors

2022-08-17 Thread Jose Blanco
Just out of nowhere I'm getting Hibernate timeout errors on my dspace 6 app. Not sure what is causing it. It seems to reach the max connection setting quickly ( 30 is default, and I have been using that for a long time, but I changed it to 50 ). This is what I am seeing in the database for one o

[dspace-tech] Re: getting Timeout errors

2022-08-18 Thread Jose Blanco
eam7_.uuid=bitstream7_1_.uuid where (this_.dspace_object=? and this_.action_id=?) Thank you! -Jose On Wed, Aug 17, 2022 at 3:12 PM Jose Blanco wrote: > > Just out of nowhere I'm getting Hibernate timeout errors on my dspace > 6 app. Not sure what is causing it. It seems to reach the

[dspace-tech] Re: getting Timeout errors

2022-08-19 Thread Jose Blanco
from these items, and just added one contributor.author metadata that says "More than 100 authors." The"in transaction" count went down within minutes. Just an FYI. -Jose On Thu, Aug 18, 2022 at 8:37 PM Jose Blanco wrote: > > Still working on this problem. I have

[dspace-tech] dspace 6.3 and JDK 11

2022-10-19 Thread Jose Blanco
According to the documentation we should be using JDK 7 or 8 for dspace 6.3. Last night we updated to JDK 11. I noticed this morning this warning from some of the cron jobs: WARNING: An illegal reflective access operation has occurred I'm wondering if it is still not recommended to use JDK 11 w

[dspace-tech] using docker.

2023-01-30 Thread Jose Blanco
I'm using dspace 6.3 presently. I would like to upgrade to dspace 7.4. My dspace 6.3 has a lot of customizations to all the code - the api, the aspect area, and the xsl, everything. I know it would be impossible to merge my changes to 7.4, so what I thought I do is start with a clean 7.4 install

[dspace-tech] docker issue

2023-01-31 Thread Jose Blanco
when I run: docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d I get: ⠋ dspacedb The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested I think it's because I have an

[dspace-tech] docker not coming up

2023-02-01 Thread Jose Blanco
Trying to use these instructions: https://wiki.lyrasis.org/display/DSPACE/Try+out+DSpace+7#TryoutDSpace7-InstallviaDocker I was able to to bring up http://localhost:8080/server/ But Angular UI does not want to come up. I see in the log: dspace-angular | Unable to find env config file at /app/

[dspace-tech] change to request copy code.

2023-03-14 Thread Jose Blanco
I'd like to change the request copy code in 7.4 to only present the Request Copy page for a file if the item contains these two metadata items: email.requestcopy name.requestcopy So not just for all bitstreams with restricted permissions, but for the items with these metadata. Has anyone done t

[dspace-tech] Re: change to request copy code.

2023-03-14 Thread Jose Blanco
I'm seeing this in the angular debugger: dspace-rest-response-parsing.service.ts:200 cannot deserialize type itemrequest On Tue, Mar 14, 2023 at 1:27 PM Jose Blanco wrote: > > I'd like to change the request copy code in 7.4 to only present the > Request Copy page for a file i

[dspace-tech] Re: change to request copy code.

2023-03-14 Thread Jose Blanco
I found a solution in the angular file file-download-link.components.ts. I can test for the metadata value of the item there. -Jose On Tue, Mar 14, 2023 at 1:27 PM Jose Blanco wrote: > > I'd like to change the request copy code in 7.4 to only present the > Request Copy page for

[dspace-tech] Trying to implement embargo differently...

2023-04-19 Thread Jose Blanco
This is what I want to achieve: During deposit via the UI, I want to be able to withdraw an item immediately after deposit. This is an internal change to be able to Embargo the Entire item. So what happens is that I have a new metadata field that is presented at deposit to the user, the user then

Re: [dspace-tech] Bulk Import

2023-04-19 Thread Jose Blanco
It looks like it does not like something about your map file. Take a look at it. There may be some problem with the xml. -Jose On Tue, Apr 18, 2023 at 8:28 PM Tianyi Gu wrote: > > Hello, > > I run a command to import AIP package data as below: > > import --add --eperson=t...@test.edu -c 1234567

Re: [dspace-tech] Issue in sending email from Dspace 5.2

2023-04-19 Thread Jose Blanco
Have you checked this setting: # SMTP mail server (allows DSpace to send email notifications) mail.server = You might find these videos helpful: https://www.youtube.com/watch?v=TKyrSZ0EfbU https://www.youtube.com/watch?v=dQJx3QJm5QQ -Jose On Tue, Apr 18, 2023 at 10:35 AM Shaan Global wrote: >

[dspace-tech] creating cutom theme

2023-05-05 Thread Jose Blanco
I am trying to create a custom theme so that I can show different metadata on the simple display depending on the collection. I have not been successful. This is what I have done: (1) cd dspace-angular/src/themes (2) cp -rf custom collection-A (3) cd dspace-angular/src/themes/collection-A/app/it

[dspace-tech] give depositor edit permissions to submissions

2023-05-10 Thread Jose Blanco
Right now in dspace 7.4 a depositor/submitters can't edit his/her deposits after the deposit is complete, only sys admins or collection/community admins can do that. I'd like to change it so that depositors can edit their deposits. Actually, I want to allow them to add files and change metadata bu

  1   2   3   >