[dspace-tech] Re: DSpace 7.4 responding very slowly, CPU increased and not used by node.js

2022-12-07 Thread Technologiczny Informator
Hi! I don't know what system you're using, but look for the pm2 startup file. For me it's a file pm2-dspace.service in /etc/systemd/system. In this file: Type=forking change to Type=cluster After this change, restart the pm2 service and start dspace UI. The application should run in cluster mod

[dspace-tech] Re: DSpace 7.4 - rss feed - error

2022-12-09 Thread Technologiczny Informator
Hi, in file dspace.cfg change websvc.opensearch.svccontext = opensearch/search to websvc.opensearch.svccontext = opensearch After this change and restarting DSpace the error disappeared. However, this does not solve the problem completely, because the RSS Feed, at least for me, does not update.

[dspace-tech] Re: DSpace 7 Add new language

2022-12-13 Thread Technologiczny Informator
Hi Dominik, Did you validate the file with json5 validator? https://wiki.lyrasis.org/pages/viewpage.action?pageId=117735441#DSpace7TranslationInternationalization(i18n)Localization(l10n)-Validatingyourfilewiththejson5validator Regards, Mariusz wtorek, 13 grudnia 2022 o 10:46:38 UTC+1 domi...@wp.

[dspace-tech] Re: DSpace 7 Add new language

2022-12-13 Thread Technologiczny Informator
I don't know why but use absolute path: $ pwd /usr/local/dspace-angular/src $ yarn json5 --validate /usr/local/dspace-angular/src/assets/i18n/en.json5 yarn run v1.22.19 $ /usr/local/dspace-angular/node_modules/.bin/json5 --validate /usr/local/dspace-angular/src/assets/i18n/en.json5 Done in 0.26s.

[dspace-tech] Re: DSpace 7 Add new language

2022-12-13 Thread Technologiczny Informator
Good luck. :) Regards, Mariusz wtorek, 13 grudnia 2022 o 15:07:25 UTC+1 domi...@wp.pl napisał(a): > Thanks for help! > Now everything is fine, I checked file using full path, replace some > mistakes rebuild my dspace-angular and it works, thank you! > Thanks, > Dominik > > wtorek, 13 grudnia

[dspace-tech] DSpace 7.4 Problem with the cleanup operation

2022-12-21 Thread Technologiczny Informator
Hi, I have a problem with the cleanup operation. I am getting an error like this: [dspace@dspace dspace]$ ./bin/dspace cleanup Exception: org.hibernate.exception.ConstraintViolationException: could not execute statement javax.persistence.PersistenceException: org.hibernate.exception.Constraint

[dspace-tech] Solr Sharding By Year [DSpace 7.4]

2023-01-01 Thread Technologiczny Informator
Hi, My task as in the title both from crontab and directly called by me returns the same error: [dspace@dspace dspace]$ ./bin/dspace stats-util -s Exception: Cannot invoke "java.lang.CharSequence.toString()" because "target" is null java.lang.NullPointerException: Cannot invoke "java.lang.Char

[dspace-tech] Re: Excluding metadata from browse and search result - dspace 7.3

2023-02-15 Thread Technologiczny Informator
Have you tried changing the webui.browse.index.2 parameter in the dspace.cfg file? In your case it should be: webui.browse.index.2 = author:metadata:dc.creator:text then rebuild the index. Regards, Mariusz wtorek, 14 lutego 2023 o 19:57:20 UTC+1 WILLIAN napisał(a): > For a institutional reason,

Re: [dspace-tech] Re: Excluding metadata from browse and search result - dspace 7.3

2023-02-15 Thread Technologiczny Informator
oesn't remove the metadata (dc.contributor.*) shown in the search > results. > I believe that this needs to be changed in some page, but I don't located > it. > > Thanks > Willian > > > Em qua., 15 de fev. de 2023 às 08:43, Technologiczny Informator < >

[dspace-tech] Collection logo

2023-05-09 Thread Technologiczny Informator
Hi all, I would like to ask is it normal that Community Administrator or Collection Administrator can't add logo to collection? This can only be done as Site Administrator. In addition to my DSpace installations, I've tried doing this on the site demo7.dspace.org. Same effect. Is this a bug or

[dspace-tech] Re: Collection logo

2023-05-10 Thread Technologiczny Informator
Done. Regards Mariusz środa, 10 maja 2023 o 17:14:15 UTC+2 DSpace Technical Support napisał(a): > Hi Mariusz, > > That sounds like a possible bug. Could you submit a bug ticket with the > steps you took? This would allow us to try to reproduce the issue. Here's > our ticketing system: https

[dspace-tech] Re: DSpace 7.5 Problem with the cleanup operation

2023-06-12 Thread Technologiczny Informator
dle" Detail: Key (uuid)=(02caead4-de93-4011-8105-0e6921f286d8) is still referenced from table "bundle". Of course, the size of the assetstore folder has not changed. Maybe someone can help this time. Thank you in advance. Regards, Mariusz czwartek, 22 grudnia 2022 o 08:31:48

Re: [dspace-tech] Re: DSpace 7.5 Problem with the cleanup operation

2023-06-14 Thread Technologiczny Informator
in DSpace 7. So it cannot definitely be connected with the potential problems of the new version. Regards, Mariusz wtorek, 13 czerwca 2023 o 14:42:01 UTC+2 Mark H. Wood napisał(a): > On Mon, Jun 12, 2023 at 10:58:26PM -0700, Technologiczny Informator wrote: > > I reported this problem a

[dspace-tech] Re: DSpace 7 on production - poor performance

2023-06-26 Thread Technologiczny Informator
Hi, are you sure your frontend is running in cluster mode? https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace Regards, Mariusz poniedziałek, 26 czerwca 2023 o 23:14:22 UTC+2 Edmund Balnaves napisał(a): > There is an architectural issue in the angular -> API design which means >

[dspace-tech] Re: DSpace 7 on production - poor performance

2023-06-28 Thread Technologiczny Informator
4) I totally agree, this is a huge and elegant project, but we need report > various problems, it will allow better development in the future:) > > Mariusz, > > Thanks, I added to dspace-ui.json > > > * "instances": "max", "exec_mode&

[dspace-tech] Re: DSpace 7 on production - poor performance

2023-06-28 Thread Technologiczny Informator
sał(a): > Hi, > > Mariusz, this is screen from command pm2 list > [image: Screenshot from 2023-06-28 13-22-05.png] > > If i good understand "mode" should be a "cluster" ? > Thanks, > > Karol > > środa, 28 czerwca 2023 o 10:17:27 UTC+2 Technologi

[dspace-tech] Re: DSpace 7 on production - poor performance

2023-06-28 Thread Technologiczny Informator
est regards, > > Karol > > środa, 28 czerwca 2023 o 13:44:51 UTC+2 Technologiczny Informator > napisał(a): > > Hi, > > Exactly. I don't know what linux distribution you are using, but you > should probably look in systemd which is responsible for the pm2

[dspace-tech] Re: Cleanup (7.6) bombs with error message

2023-07-04 Thread Technologiczny Informator
Hi, Mark was replying to my post then. While cleaning I had the same one case as yours. Since you got to know Mark's method, I'm throwing you my "procedure" without comment: *ERROR: update or delete on table "bitstream" violates foreign key constraint "requestitem_bitstream_id_fkey" on table "

[dspace-tech] Re: Dspace 7.5 performace

2023-07-11 Thread Technologiczny Informator
Hi, Are you sure your frontend works in cluster mode? This issue was recently discussed here: https://groups.google.com/g/dspace-tech/c/dSHHObckkIc/m/jztWqQpTAwAJ Regards, Mariusz wtorek, 11 lipca 2023 o 14:38:14 UTC+2 Edmund Balnaves napisał(a): > I don't know how your proxy is wired up, but

[dspace-tech] Deleting accounts without consequences?

2023-07-24 Thread Technologiczny Informator
Hi, I have a question about deleting accounts from DSpace, because nowhere is definitely written about it. In previous versions, in the documentation entitled "Managing User Accounts" is the information: "When a user registers an account for the purpose of subscribing to change notices, submit

Re: [dspace-tech] pm2 start dspace-ui.json from root user?

2023-08-24 Thread Technologiczny Informator
Hi Karol, You can safely use the tomcat account. I'm dealing with installations where this is the case and they work. Regards Mariusz sobota, 12 sierpnia 2023 o 07:07:27 UTC+2 Karol napisał(a): > Hi Mark, > > thanks, i use debian. Do you think the tomcat user can be used to do this? > Regards,

[dspace-tech] Re: Problem with adding CC licenses in DSpace 7.6

2023-08-26 Thread Technologiczny Informator
d the same, so that's not the issue. Mariusz piątek, 25 sierpnia 2023 o 14:44:18 UTC+2 Technologiczny Informator napisał(a): > Hi, > > I want to ask if anyone has encountered an issue in DSpace version 7.6 > regarding adding a Creative Commons license? In my repository, when

[dspace-tech] Re: Problem with adding CC licenses in DSpace 7.6

2023-08-29 Thread Technologiczny Informator
There is no response, so I'm attaching the full version of the dspace.log snippet with the error. Regards, Mariusz sobota, 26 sierpnia 2023 o 14:56:41 UTC+2 Technologiczny Informator napisał(a): > P.S. I will add that I also tested with the default DSpace sett

[dspace-tech] Re: Problem with adding CC licenses in DSpace 7.6

2023-09-03 Thread Technologiczny Informator
> https://github.com/DSpace/DSpace/issues > > Tim > > > On Tuesday, August 29, 2023 at 9:32:54 AM UTC-5 tif...@gmail.com wrote: > >> There is no response, so I'm attaching the full version of the dspace.log >> snippet with the error. >> >> Regards,

[dspace-tech] Re: Show number of items next to community and collections on DSpace 7.6

2023-09-13 Thread Technologiczny Informator
Hi, that's what you're looking for https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference#ConfigurationReference-ItemCountsinuserinterface Regards, Mariusz środa, 13 września 2023 o 10:24:42 UTC+2 Lewatle Johannes Phaladi napisał(a): > Dear All, > > How to set number of items shown n

[dspace-tech] Thumbnail from a PDF file containing JPEG2000 encoded images

2023-11-12 Thread Technologiczny Informator
Hi all, Hello everyone, DSpace 7.6 users reported an issue with an empty thumbnail of the deposited PDF file. Analysis of the problem showed an error in the log - several entries in a row about the content: ERROR unknown unknown org.apache.pdfbox.contentstream.PDFStreamEngine @ Cannot read JP

[dspace-tech] Thumbnail from a PDF file containing JPEG2000 encoded images

2023-11-12 Thread Technologiczny Informator
Hello everyone, DSpace 7.6 users reported an issue with an empty thumbnail of the deposited PDF file. Analysis of the problem showed an error in the log - several entries in a row about the content: ERROR unknown unknown org.apache.pdfbox.contentstream.PDFStreamEngine @ Cannot read JPEG2000 im

[dspace-tech] Re: Thumbnail from a PDF file containing JPEG2000 encoded images

2023-11-16 Thread Technologiczny Informator
Nobody had such a problem? niedziela, 12 listopada 2023 o 18:08:51 UTC+1 Technologiczny Informator napisał(a): > Hello everyone, > > DSpace 7.6 users reported an issue with an empty thumbnail of the > deposited PDF file. Analysis of the problem showed an error in the log - >

[dspace-tech] Re: Uploading Collection logo fails

2024-01-24 Thread Technologiczny Informator
I wonder if this has anything to do with the error I reported in May 2023, and still, no one has fixed it. https://groups.google.com/g/dspace-tech/c/qGE3gRJoKQU/m/Q6KAGyAmCAAJ https://github.com/DSpace/dspace-angular/issues/2240 Are you inserting the logo as an administrator or another user? Re

[dspace-tech] Re: Where change separator "," for ";" in Subject Keyword?

2024-06-24 Thread Technologiczny Informator
Folder [dspace-angular]/src/app/shared/form/builder/ds-dynamic-form-ui/models/tag file dynamic-tag.component.ts change in two places: if (event.keyCode === 13 || event.keyCode === 188) { change 188 to 186 res = this.currentValue.split(','); change to res = this.currentValue.split(';'); Regards

[dspace-tech] Re: Change Subject Separator

2024-06-24 Thread Technologiczny Informator
https://groups.google.com/g/DSpace-tech/c/uBO-_QWrPh0 wtorek, 18 czerwca 2024 o 17:36:16 UTC+2 Olivier Rubinger napisał(a): > Dear DSpace Tech Team, > > I hope this message finds you well. I am writing to inquire about the > possibility of changing the separator used in subjects from commas ( ,

Re: [dspace-tech] Re: Where change separator "," for ";" in Subject Keyword?

2024-06-24 Thread Technologiczny Informator
with the > Subjects already registered? And can I change without a problem? > > Em seg., 24 de jun. de 2024 às 07:53, Technologiczny Informator < > tif...@gmail.com> escreveu: > >> Folder >> [dspace-angular]/src/app/shared/form/builder/ds-dynamic-form-ui/models/t

[dspace-tech] Re: Dspace 7.6.1 performance issues

2024-07-29 Thread Technologiczny Informator
Hi, Have you applied all the recommendations on this page? https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace And especially cluster mode? Regards, Mariusz poniedziałek, 29 lipca 2024 o 09:00:41 UTC+2 akshay ts napisał(a): > Hi all, > > We upgraded our DSpace server from 5.8 to

Re: [dspace-tech] IP based authentication step

2025-02-19 Thread Technologiczny Informator
Everything is described here: https://wiki.lyrasis.org/display/DSDOC7x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication In a nutshell – add these settings to local.cfg. The authentication order is important: authentication-ip.MY_UNIVERSITY = 10.1.2.3, \ # Full I

[dspace-tech] Problem with the dspace.log file after upgrading to version 7.6.4

2025-07-18 Thread Technologiczny Informator
Hi everyone, Has anyone already tried upgrading their DSpace to version 7.6.4? I did it on my test instance and unfortunately I noticed that there are no entries in the dspace.log file. However, dspace-cli.log works normally. Has anyone encountered this issue? Regards, Mariusz -- All message

Re: [dspace-tech] Problem with the dspace.log file after upgrading to version 7.6.4

2025-07-18 Thread Technologiczny Informator
messages are being logged. > > Sean > > On Fri, 18 Jul 2025 at 13:27, Technologiczny Informator > wrote: > >> Hi everyone, >> >> Has anyone already tried upgrading their DSpace to version 7.6.4? >> I did it on my test instance and unfortunately I notice

Re: [dspace-tech] Problem with the dspace.log file after upgrading to version 7.6.4

2025-07-20 Thread Technologiczny Informator
>>>> On Friday, July 18, 2025 at 6:40:24 AM UTC-5 tif...@gmail.com wrote: >>>> >>>>> Then I’m not alone with this issue. Thanks for the information. >>>>> >>>>> Regards, >>>>> Mariusz >>>>> >>&

Re: [dspace-tech] Problem with the dspace.log file after upgrading to version 7.6.4

2025-07-21 Thread Technologiczny Informator
pace-cli.log" file. >>>>>> >>>>>> If you can provide us with any more details in the bug ticket, that >>>>>> might help someone to track down the issue more quickly. >>>>>> >>>>>> Tim >>>>>> &g