[dspace-tech] Regarding Removing anonymous policy

2023-11-16 Thread geethanjali alaguraj
Hello, I want to remove anonymous read policy through backend code the community does not have to be visible when users not login? is that possible to block that through code? When users not login i dont want to give the read permission how to do this -- All messages to this mailing list

RE: [dspace-tech] Re: REST API occasionally responds with HTTP 401 error despite valid JWT

2023-11-16 Thread Ori Atkins
Kia ora Tim, Thank you for the response! Those were useful places to check. These are separate API requests, but all of them are using the same JWT that was issued via a call to /authn/login. The process is to authenticate, and then use the received JWT to make a series of requests. Thanks

Re: [dspace-tech] Re: Error in approving step 3 (From item)

2023-11-16 Thread Michel Montenegro
1. DSpace 7.6 2. Everything is in STANDARD. 2.1 We don't personalize anything. 3. We didn't see any errors, it's as if something simply needed to be configured or done. Up to step 2 it appears to be going correctly, but when it reaches step 3, it does not approve. Em qui., 16 de nov. de 2023 às

[dspace-tech] Re: DSpace 7 customize bootstrap via angular

2023-11-16 Thread bens...@gmail.com
I did this by copying and modifying the code in: dspace-angular-dspace-7.6/src/app/shared/lang-switch I put it on github. https://github.com/FlorPlanton/dspace7.6Dropdpown/blob/main/README.md On Monday, August 1, 2022 at 2:01:58 AM UTC-7 Karol wrote: > Hi, > > are there any good practices how

Re: [dspace-tech] Re: Developer Mode Issue

2023-11-16 Thread Sonia R Thompson
Thank you both Leandro and Tim. I will have a look at your suggestions and hopefully I will find a solution. Sonia On Thu, Nov 16, 2023 at 1:49 PM DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > For more on the 500 error (which often is a general communication problem >

[dspace-tech] Re: Developer Mode Issue

2023-11-16 Thread DSpace Technical Support
For more on the 500 error (which often is a general communication problem between the frontend and backend) you should use our Troubleshooting Guide: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) It's likely you are hitting one of the

[dspace-tech] Re: REST API occasionally responds with HTTP 401 error despite valid JWT

2023-11-16 Thread DSpace Technical Support
Hi Ori, This is odd, and the behavior (in the logs) make it seem like there are multiple calls to the REST API happening here (or maybe one of those calls is using a temporary "short lived" token?). When I see those three logged lines, they don't seem possible to occur *for the same request*.

[dspace-tech] Re: EZProxy and DSpace IP auth

2023-11-16 Thread DSpace Technical Support
Hi Ed, While I'm not 100% certain, this *might* be related to some issues with Proxies (in general) that we've seen in this ticket: https://github.com/DSpace/DSpace/issues/8603 The DSpace 7 backend is *supposed* to be handling proxies properly...but we've had similar issues reported in

[dspace-tech] Re: Dspace 7 - API Rest - To move items between collections.

2023-11-16 Thread DSpace Technical Support
Hi, I've just written a guide for locating which REST API endpoints to use for any action in DSpace. It can be done easily by just watching which requests the User Interface makes to the REST API when you perform a task in the User interface.

[dspace-tech] Re: DSpace 7.1 - REST API for approving or rejecting item

2023-11-16 Thread DSpace Technical Support
Hi, I've just written a guide for locating which REST API endpoints to use for any action in DSpace. It can be done easily by just watching which requests the User Interface makes to the REST API when you perform a task in the User interface.

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

2023-11-16 Thread Plate, Michael
Hi Andrew, be careful on the number of CPUs (Cores) you assign to the VM - this may be a boomerang if the host can't get enough 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

[dspace-tech] Re: DSpace 7 localization issue

2023-11-16 Thread Andrew K
Hi Tim! Thank you! Looking deeper into this issue, I found this topic "Syncing existing translations with changes to en.json5"

[dspace-tech] Re: Error in approving step 3 (From item)

2023-11-16 Thread DSpace Technical Support
Hi Michel, What version of DSpace are you using? Are you using the default workflow, or some customized configuration of Configurable Workflow? If it's customized, we'd need to understand how you've changed your configuration. Have you checked for any underlying errors using our

[dspace-tech] Re: Shibboleth authentication on DSpace 7.6 works only in Firefox; it does not work in Chrome and Edge.

2023-11-16 Thread DSpace Technical Support
Apologies, I realized you said it *works* in Firefox, but not Chrome. I misread that. But, the solution is the same... check for errors in Chrome or Edge. I have not heard of this behavior before, so it might be a configuration issue. But, we'd know more if you can find the error message in

[dspace-tech] Re: Shibboleth authentication on DSpace 7.6 works only in Firefox; it does not work in Chrome and Edge.

2023-11-16 Thread DSpace Technical Support
Hi Manuela, Could you follow the troubleshooting guide and look for errors in the User Interface (via your Firefox's DevTools)? https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) My best guess is an error is occurring *in the User Interface*

[dspace-tech] Re: new "Browse By" Option failure

2023-11-16 Thread DSpace Technical Support
Hi Rubén, It's not clear which version of DSpace you are using. But, assuming you are using DSpace 7.x, you should be able follow the "Defining the Indexes" instructions in the documentation here:

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

2023-11-16 Thread DSpace Technical Support
Hi, As you noted, it sounds like the issue is that the PDF has embedded JPEG2000 images. That error seems to be thrown by PDFBox, which is the library DSpace uses to index and create thumbnails from PDFs (by default). It sounds like the issue is that PDFBox won't create thumbnails for

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

2023-11-16 Thread Andrew K
Hi Hrafn! Thanks! I am also somewhat hopeful about the new release. In my situation first thing I looked for were fixed performance issues ) Best regards, Andrew четвер, 16 листопада 2023 р. о 15:32:46 UTC+2 Hrafn Malmquist пише: > Hi guys > > I would consider upgrading to 7.6.1. There are a

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

2023-11-16 Thread Andrew K
Hey Majo! You're a lifesaver! Of course I had one pm2 instance! Now I have 11 of them and the server is doing a lot better! [image: 2023-11-16_182827.png] Still, the response in not instant. I think the response time depends on the performance of one pm2 instance and one CPU core (which is not

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

2023-11-16 Thread dataquest
Hi, it is me again! Hrafn, there are many many many REST calls every time any page loads. I do not think the issue will be mitigated by the update you mention. Andrew, your pm2 configuration does not seem to be correct at all. I have 7 nodes and it looks like this: [image: image.png] >From what

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

2023-11-16 Thread Hrafn Malmquist
Hi guys I would consider upgrading to 7.6.1. There are a few performance fixes in this bug release: https://wiki.lyrasis.org/display/DSDOC7x/Release+Notes#ReleaseNotes-7.6.1ReleaseNotes Specifically https://github.com/DSpace/dspace-angular/issues/2482. A bug where a page load would make 1 or 2

[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 - > several entries