[dspace-tech] DSpace 7 localization issue

2023-11-07 Thread Andrew K
Hello! I noticed that the localization files lag behind. And this is perfectly normal. The documentation says: "*When new keys are introduced, TODO messages are automatically added to the catalogs of other languages*"

[dspace-tech] Migration from 5.4 to 7.6

2023-09-30 Thread Andrew K
Hello! I am trying to upgrade from 5.4 to the latest 7.6 version. I installed the new server and copied the assetstore and database. Then did sudo /dspace/bin/dspace database migrate ignored sudo /dspace/bin/dspace database info Database Type: postgres Database URL:

[dspace-tech] Re: Migration from 5.4 to 7.6

2023-10-04 Thread Andrew K
The error message also has this string Caused by: java.nio.file.NoSuchFileException: /www/dspace/solr/statistics/data/index/segments_1 середа, 4 жовтня 2023 р. о 22:41:35 UTC+3 Andrew K пише: Hello Tim, Thank you! I don't know how but the database was not imported. The problem solved

[dspace-tech] Re: Migration from 5.4 to 7.6

2023-10-04 Thread Andrew K
eps here: > https://wiki.lyrasis.org/display/DSDOC7x/Migrating+DSpace+to+a+new+server > > It is also possible to simply follow the Upgrading guide, but it tends to > "assume" your database data is already in place: > https://wiki.lyrasis.org/display/DSDOC7x/Upgradin

[dspace-tech] Re: Migration from 5.4 to 7.6

2023-10-06 Thread Andrew K
nd running while you try to do > the export? > > You also might want to check Solr's own logs, as it's possible more > detailed information is available there. It could be a simple permissions > issue, or a configuration issue, or any number of other things. > > Go

[dspace-tech] Re: Migration from 5.4 to 7.6

2023-10-06 Thread Andrew K
I probably should have mentioned that I run *sudo /dspace/bin/dspace index-discovery -b* on the new server first and it went OK. After that I did *sudo /dspace/bin/dspace filter-media* and then *sudo /dspace/bin/dspace index-discovery* throws the error *java.lang.IllegalArgumentException: More

[dspace-tech] Re: Migration from 5.4 to 7.6

2023-10-19 Thread Andrew K
gt; rows with the same "item_id". So, you should delete one of them. > > It's difficult to answer your other question about the "psql" role. It > might be possible to ignore if that role is no longer necessary in your new > setup. But, if you notice odd permissions e

[dspace-tech] Re: Enhancing Search for Google scholar on DSpace 7.4

2023-03-23 Thread Andrew K
Hey Lewatle, 1. Did you have this problem with Google Scholar indexing on a previous DSpace versions? 2. What exactly have you done? *google-metadata.enable* = *true *is default in DSpace 7. Thanks Andrew четвер, 23 березня 2023 р. о 10:44:09 UTC+2 Lewatle Johannes Phaladi пише: > Dear

[dspace-tech] index-discovery error

2023-03-20 Thread Andrew K
Hello! I have a 7.5 server updated from 5.4. The database update process finished OK. But the index-discovery fails. 2023-03-20 09:24:03.611 INFO index-discovery - 4 @ The script has started 2023-03-20 09:24:03.611 INFO index-discovery - 4 @ Updating Index 2023-03-20 09:24:43.049 ERROR

[dspace-tech] Item URL in DSpace 7.5

2023-03-18 Thread Andrew K
Hello! I just updated our DSpace 5.4 to 7.5 following the wiki. In the new version item URL in browser looks like *website/items/e3fa1110-74f4-4f02-87d6-39f60763fe11* While in the old version we had *website/jspui/handle/123456789/12345* Is there any way to switch back to handle-type URLs?

[dspace-tech] Disk partitioning for DSpace 7

2023-04-11 Thread Andrew K
Hi everybody! What is the optimum disk partitioning for DSpace 7? I use a VDS, so the space is important. The aim is to have the system partition 20-30GB and keep everything else on another partition, including logs (they are very important AFAIK).. What is the best way to organize

Re: [dspace-tech] Re: index-discovery error

2023-03-21 Thread Andrew K
Once that duplicate entry is removed though, I suspect the > indexing will work properly. > > Tim > On Monday, March 20, 2023 at 2:30:32 AM UTC-5 Andrew K wrote: > >> Hello! >> >> I have a 7.5 server updated from 5.4. >> The database update process finished

Re: [dspace-tech] Disk partitioning for DSpace 7

2023-04-13 Thread Andrew K
at 08:56:07AM -0700, Andrew K wrote: > What is the optimum disk partitioning for DSpace 7? "Optimum" will be strongly dependent on (a) your OS and (b) how much you are storing in your repository. > I use a VDS, so the space is important. The aim is to have the system >

[dspace-tech] Intermittent 500 error

2024-02-10 Thread Andrew K
Hello, I have a working 7.6 production server. But sometimes (pretty often recently) there's a 500 Service Unavailable error. I check the /server url, it seems to work OK. I restart solr, pm2, tomcat - still this error. I reboot the server - the error is gone. If I middle click to the top left

[dspace-tech] Re: Intermittent 500 error

2024-02-10 Thread Andrew K
I forgot to mention that nothing pops out in the logs. -- 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 subscribed to the Google Groups "DSpace Technical Support"

[dspace-tech] SOLR error importing statistics

2024-02-18 Thread Andrew K
Hello! I am trying to import statistics from 7.6 to 7.6.1 server and getting this error # /dspace/bin/dspace solr-import-statistics No index name provided, defaulting to "statistics". Exception: Error from server at http://localhost:8983/solr/statistics: Server error writing document id

[dspace-tech] Re: REST port 80

2023-12-18 Thread Andrew K
Hi Steve, Here's the manual I followed to switch to SSL https://repozitar.fhv.uniza.sk/items/5b8d7e58-8e9c-4280-85d3-9d7c4b49b4d7 I also noticed that you have nameSpace: /xmlui in the config files. I think it should be nameSpace: / Best regards, Andrew понеділок, 18 грудня 2023 р. о 23:57:02

[dspace-tech] Re: Connection Issues on Local Network

2023-12-20 Thread Andrew K
Hello Sidney, A local DNS server can easily solve the problem. середу, 20 грудня 2023 р. о 13:32:18 UTC+2 Sidney Campos пише: > *Good morning!* > > *I continue on my mission to make DSpace work perfectly on my Windows 10 > server* > > With the current settings, I can access DSpace on the

[dspace-tech] Auto media filter for new items

2023-12-20 Thread Andrew K
Hello! Is it possible to run filter-media for each new item automatically? Best regards, Andrew -- 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 subscribed to the

[dspace-tech] Access control by user agent

2023-12-21 Thread Andrew K
Hi! Is it possible to give access to items based on user-agent? Thanks, Andrew -- 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 subscribed to the Google Groups

[dspace-tech] Re: Bulk access management doesn't remove access conditions

2023-12-13 Thread Andrew K
Has the bulk-access-control process finished successfully? (in the Processes tab) середу, 13 грудня 2023 р. о 18:20:51 UTC+2 Maruan Sahyoun пише: > I've a question regarding bulk access management and maybe a misconception > from my side. > > Currentl I have an item with READ permission for

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

2023-12-05 Thread Andrew K
pi.orcid.org/v3.0 URL is the Member API. > > > > -- > > Sean > > > > *From: *dspac...@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 ORCID to DSpace

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

2023-12-02 Thread Andrew K
Hey guys! I'm having exactly the same problem in 7.6 401unauthorized An error occurred during login via ORCID. Make sure you have shared your ORCID account email address with DSpace. If the error persists, contact the administrator My orcid.cfg :

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

2023-12-02 Thread Andrew K
Probably worth metnioning that the return URL in browser is https://my.dspace.website/error?status=401=orcid.generic-error I.e., that might be another error not related to the account email address. And I use public API key. субота, 2 грудня 2023 р. о 20:20:00 UTC+2 Andrew K пише: > Hey g

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

2023-12-05 Thread Andrew K
OK, I'm out of options already I enabled ORCID auth plugin. Set everything correctly in orcid.cfg initialize-entities - done create a Collection for "Person" entities - done config/modules/researcher-profile.cfg - done config/modules/authority.cfg - done I am able to create my Researcher

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

2023-12-03 Thread Andrew K
dspace log has nothing about it tomcat log has this for every authentification attempt 127.0.0.1 - - [03/Dec/2023:10:05:29 +0200] "GET /server/api/authn/orcid?code=KNOI5s HTTP/1.1" 302 - субота, 2 грудня 2023 р. о 20:49:40 UTC+2 Andrew K пише: > Probably worth metnioning that t

Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-15 Thread Andrew K
Hi Mayo! Sure, I looked to pm2 first thing This is what I have [image: 2023-11-15_171420.png] I guess it's OK, cluster mode. I added "exec_mode": "cluster" in dspace-ui-json I also use "pm2 start /home/dspace/dspace-angular-dspace-7.6/dspace-ui.json -i max" Per your advice I am going to change

Re: [Extern] Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-19 Thread Andrew K
as to wait until the amount of configured Cores is free. >> At least in former times this was limitation, I'am not sure if this still >> is that way. >> >> CU >> >> Michael >> >> >> Von: dspac...@googlegroups.

Re: [Extern] Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-19 Thread Andrew K
h free Cores in one piece and > your VM has to wait until the amount of configured Cores is free. > At least in former times this was limitation, I'am not sure if this still > is that way. > > CU > > Michael > > > Von: dspac...@go

Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-16 Thread Andrew K
to the server > depending on the path. Upgrading to 7.6.1 should therefore reduce server > load. > > Best regards, Hrafn > > On Wed, Nov 15, 2023 at 3:48 PM Andrew K wrote: > >> Hi Mayo! >> >> Sure, I looked to pm2 first thing >> This is what I have

[dspace-tech] Re: DSpace 7 localization issue

2023-11-16 Thread Andrew K
yptic) i18n key. > > Tim > > On Tuesday, November 7, 2023 at 8:18:21 AM UTC-6 Andrew K wrote: > >> Hello! >> >> I noticed that the localization files lag behind. And this is perfectly >> normal. >> The documentation says: "*When new keys are intr

Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-16 Thread Andrew K
ce-angular/issues/2482. A bug >> where a page load would make 1 or 2 unnecessary GET calls to the server >> depending on the path. Upgrading to 7.6.1 should therefore reduce server >> load. >> >> Best regards, Hrafn >> >> On Wed, Nov 15, 2023 at 3:48 PM Andre

[dspace-tech] Re: DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
OK, I suddenly realized that DSpace log works only when I run scripts like index-discovery, filter-media etc. Nothing on the web activity So, the latest description of the problem: Any page loads for a very long time, like 30s. But when it's loaded, the navigation works pretty fast within the

[dspace-tech] Re: DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
листопада 2023 р. о 20:38:51 UTC+2 Andrew K пише: > Another very interesting observation. > I load the main page. It takes a while. Then I click the links, everything > works perfectly, list the items by date, list the communities... everything. > So, I find some item and open it (works

Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-14 Thread Andrew K
rate > and I hope > this can help you a bit. > > To reiterate, most important things (in my opinion) are: > 1. Make sure you are using pm2, without it it will hardly ever work well > (and fast enough) > 2. I suppose your server specs are insufficient. > > > Best regards

[dspace-tech] Re: the filter values on the home page

2023-11-14 Thread Andrew K
Hello Alex You need to enable webui.strengths.show in dspace.cfg It is available in DSpace 7.6. WBR, Andrew вівторок, 14 листопада 2023 р. о 10:08:32 UTC+2 Alex B пише: > Dear colleagues, please help me display the filter values on the home page. > > For example - > > [image: Screenshot from

[dspace-tech] DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
Hello! Yesterday I put a new DSpace 7.6 server to production. And unfortunately there are some weird problems. 1. Often the server response time is very high, like 4-6s. But the server load is about 1.5, one process (node /home/dspa) has 100-150% load. Also iotop shows no significant load (less

[dspace-tech] Re: DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
I forgot to mention the server capacity: 4 cores, 6GB RAM (12GB doesn't change a lot), 200GB. -- 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 subscribed to the

Re: [dspace-tech] Re: DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
rked like a charm? > > Hrafn > > On Mon, Nov 13, 2023 at 2:42 PM Andrew K wrote: > >> I forgot to mention the server capacity: 4 cores, 6GB RAM (12GB doesn't >> change a lot), 200GB. >> >> -- >> All messages to this mailing list should adhere to the Co

[dspace-tech] Re: DSpace 7.6 slow server response

2023-11-13 Thread Andrew K
Another very interesting observation. I load the main page. It takes a while. Then I click the links, everything works perfectly, list the items by date, list the communities... everything. So, I find some item and open it (works pretty fast again, all in the same tab). Then I copy the link and

Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-02-28 Thread Andrew K
It shows eactly 2 items now... середу, 28 лютого 2024 р. о 15:05:45 UTC+2 Caty пише: This collection has 2 items (one existent and one added by me), but it shows collection item counter 1: "Coleção de teste (1)" -- All messages to this mailing list should adhere to the Code of Conduct:

[dspace-tech] Re: 7.6.1 ORCID authentification fail

2024-03-01 Thread Andrew K
UPD: ORCID authentification still fails in some browsers like older Chrome 109 (Win7). пʼятницю, 1 березня 2024 р. о 00:34:51 UTC+2 Andrew K пише: UPD: It's the same issue https://github.com/DSpace/DSpace/issues/9109 Moving *plugin.sequence.org.dspace.authenticate.AuthenticationMethod

[dspace-tech] 7.6.1 ORCID authentification fail

2024-02-29 Thread Andrew K
Hello! I moved from 7.6 server to a 7.6.1 server. Looks like every possible setting is made. But ORCID authentification fails (worked in 7.6). [image: 2024-02-29_235704.png] Nothing special in the logs. What else do I miss? UPD: That looks like a seriuos bug: after a failed ORCID login I enter

[dspace-tech] Re: 7.6.1 ORCID authentification fail

2024-02-29 Thread Andrew K
= org.dspace.authenticate.OrcidAuthentication* fixed the ORCID authentification. Also, ORCID login button moved down where it was before. Great пʼятницю, 1 березня 2024 р. о 00:21:19 UTC+2 Andrew K пише: > Hello! > > I moved from 7.6 server to a 7.6.1 server. > Looks like every possible setting is made. > But ORCID a

[dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-02-26 Thread Andrew K
Hi Caty, It depends on how you define "working well". I just don't expect immediate updates. Not sure how long it takes, but AFAIK the next day the numbers look good. That's well enough for me ) WBR, Andrew понеділок, 26 лютого 2024 р. о 15:06:06 UTC+2 Caty пише: > Hi, Is anyone using item

[dspace-tech] Re: Direct URLs to documents in bitstream store in DSpace 7?

2024-03-06 Thread Andrew K
Hi Tim, Unfortunately not all links are redirected automatically. Links with spaces or cyrillic symbols in the filename fail to open. Best regards, Andrew середу, 6 березня 2024 р. о 17:44:00 UTC+2 DSpace Technical Support пише: > Hi Sean, > > Correct, DSpace 7 will only display/show the links

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

2024-03-17 Thread Andrew K
b50) is still referenced from table "requestitem".* неділю, 17 березня 2024 р. о 16:07:38 UTC+2 Andrew K пише: Hi! I have the same error on cleanup. Trying to use this method to fix it. But I receive 2 empty rows here instead of some uuids *\set a 15b3ebc4-ae05-461e-ab9d-3a39bdb

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

2024-03-17 Thread Andrew K
Hi! I have the same error on cleanup. Trying to use this method to fix it. But I receive 2 empty rows here instead of some uuids *\set a 15b3ebc4-ae05-461e-ab9d-3a39bdb1bb50 dspace=# SELECT item_id AS b FROM requestitem WHERE bitstream_id = :'a';*b - - - (2 rows) This looks OK though

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

2024-03-22 Thread Andrew K
7, 2024 at 8:21:46 AM UTC-7 Andrew K wrote: > >> For clarity, the error is >> *Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on >> table "bitstream" violates foreign key constraint >> "requestitem_bitstream_id_fkey" on table &q

[dspace-tech] PM2 error: dspace-ui > 1 rules skipped due to selector errors

2024-03-22 Thread Andrew K
Hi! I started using pm2 monit and found that every process constantly throws this error: *dspace-ui > 1 rules skipped due to selector errors: dspace-ui > .custom-file-input:lang(en)~.custom-file-label -> unmatched

[dspace-tech] Re: Anthropic’s ClaudeBot is aggressively scraping DSpace

2024-04-26 Thread Andrew K
Yes, pretty aggressively, Stats for today: *78575 Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claude...@anthropic.com)* Googlebot is the next in the top crawlers with decent 5500 requests. But I've seen worse load. пʼятницю, 26 квітня 2024 р. о 18:51:54 UTC+3

Re: [dspace-tech] Re: Dspace IP Authorization for particular collection

2024-05-15 Thread Andrew K
Hi, There's this tab "Access Control". I use "local" group for local IPs, then I set permissiont for this group to access bitstreams (files) or metadata (items). WBR, Andrew [image: 2024-05-15_175719.png] середу, 15 травня 2024 р. о 17:44:53 UTC+3 Young, Philip пише: > I did this recently for