[dspace-tech] Re: Can view PDFs in browser (DSpace 7.4), but can't download

2022-11-22 Thread Mohammad S. AlMutairi
klaro is a suspect. Disable it and check. On Wednesday, November 23, 2022 at 7:12:35 AM UTC+3 Night Librarian wrote: > Turns out, the problem is not limited to pdf. All accdb, docx, mp3, pptx, > xlsx files also fail to download. Their download completion goes to near > 100%, after which I

[dspace-tech] Change Handle from localhost to [domain]

2022-11-22 Thread Phillip jan
Hi! I want to change the handle from localhost:4000 to my website domain for production. Right now, the handle for communities/collections/items uses the "http://localhost:4000;. -- All messages to this mailing list should adhere to the Code of Conduct:

[dspace-tech] Re: Can view PDFs in browser (DSpace 7.4), but can't download

2022-11-22 Thread Night Librarian
Turns out, the problem is not limited to pdf. All accdb, docx, mp3, pptx, xlsx files also fail to download. Their download completion goes to near 100%, after which I get an error. So, none of our items is downloadable! At the same time, css, html and xml files (we had a couple of these in

[dspace-tech] Re: Can view PDFs in browser (DSpace 7.4), but can't download

2022-11-22 Thread Night Librarian
Thank you for the suggestion. I tried downloading the file in Edge, Chrome and Firefox on a Windows PC from home (via VPN) and on the Ubuntu machine itself that runs DSpace. I did it before and after logging as admin. I tried inPrivate/Incognito mode. In all cases, the pdf opens in the

Re: [dspace-tech] Kill java processes (dspace/webapps/oai)

2022-11-22 Thread José Luis Silva
Hi Mark, thanks for the answer. We are testing your recommendations. I´ll share the results. El jue, 10 nov 2022 a las 7:14, Mark H. Wood () escribió: > On Wed, Nov 09, 2022 at 12:20:35PM -0800, José Luis Silva wrote: > > Hello community, I have a version 6.3 of dspace. > > > > I checked the

[dspace-tech] Re: disable self-registration on DSpace 7

2022-11-22 Thread Mike Schouten
If you haven't done so already, you can also get rid of the registration link below the login box by editing the front end code at */src/app/shared/log-in/log-in.component.html* and commenting out or erasing the line: *{{"login.form.new-user" | translate}}* Of course that just removes the

[dspace-tech] Re: change localhost to the server ip when listening DSpace 7.4 !

2022-11-22 Thread Mohammad S. AlMutairi
Hello I think it got hard coded to use localhost in recent versions so just leave it running on the loopback adapter and use a reverse proxy to talk to it. Use the steps you see in the attached file as hints and make sure tomcat is set to run on port 8080. Good luck On Tuesday, November 22,

[dspace-tech] Re: disable self-registration on DSpace 7

2022-11-22 Thread Mohammad S. AlMutairi
Hi Jashua, It's a known bug but you can try this https://github.com/DSpace/DSpace/issues/8499 until it get officially fixed. On Tuesday, November 22, 2022 at 7:40:36 PM UTC+3 jos...@udel.edu wrote: > Hi, > > In DSpace 7, self-registration (password authentication) is enabled by > default. Is

[dspace-tech] Re: Can view PDFs in browser (DSpace 7.4), but can't download

2022-11-22 Thread Mohammad S. AlMutairi
Seems like it is either a browser or a connection issue. Try another browser or go into Incognito/InPrivate/Private mode and try it. On Tuesday, November 22, 2022 at 10:13:28 PM UTC+3 Night Librarian wrote: > I have 7.4 on Ubuntu 20.04, with Tomcat 9. I can view pdfs in the browser > but

[dspace-tech] Can view PDFs in browser (DSpace 7.4), but can't download

2022-11-22 Thread Night Librarian
I have 7.4 on Ubuntu 20.04, with Tomcat 9. I can view pdfs in the browser but downloading doesn't work and I end up with finelename.pdf.crdownload files. I don't see errors in dspace.log, only [info] and [warn] entries. Where should I look first to fix it? -- All messages to this mailing

[dspace-tech] disable self-registration on DSpace 7

2022-11-22 Thread Joshua Kim
Hi, In DSpace 7, self-registration (password authentication) is enabled by default. Is there a way to disable the self-registration on DSpace 7? Joshua Kim Web Developer, Library IT Library, Museums and Press University of Delaware -- All messages to this mailing list should

[dspace-tech] Can't view pdfs, but not download

2022-11-22 Thread Night Librarian
I have 7.4 on Ubuntu 20.04, with Tomcat 9. I can view pdfs in the browser but downloading doesn't work and I end up with finelename.pdf.crdownload files. I don't see errors in dspace.log, only [info] and [warn] entries. Where should I look first to fix it? -- All messages to this mailing

Re: [Extern] [dspace-tech] Re: DS7.x: Item page customization and custom themes

2022-11-22 Thread Michael Plate
Hi Karol, Am 22.11.22 um 13:39 schrieb Karol: Hi, Have you been able to customize the item display page? I am trying to edit the file: untyped-item.component.html but without effect. […] yes, I have. First I tried it in the main tree w/o a theme, after the DSpace 7.4 workshop last week I

Re: [dspace-tech] Guidlines for Installing Dspace 7 on Ubuntu 22.04

2022-11-22 Thread Mark H. Wood
On Tue, Nov 22, 2022 at 04:05:24AM -0800, Nadeem Sohail wrote: > I want to install Dspace 7.2.1 or 7.3 on Ubuntu 22.04 cloud server. Any one > may send the Guidlines for instaltion. in PDF or Doc file. I will be relay > thanfull to you.

[dspace-tech] Guidlines for Installing Dspace 7 on Ubuntu 22.04

2022-11-22 Thread Nadeem Sohail
Dear All, I hope you will find this message in best of health and suprits I want to install Dspace 7.2.1 or 7.3 on Ubuntu 22.04 cloud server. Any one may send the Guidlines for instaltion. in PDF or Doc file. I will be relay thanfull to you. With Best Regards Nadeem Sohail -- All messages

[dspace-tech] Re: DS7.x: Item page customization and custom themes

2022-11-22 Thread Karol
Hi, Have you been able to customize the item display page? I am trying to edit the file: untyped-item.component.html but without effect. I would like to add the display of Creative Commons license and social media plugin "add to any" as in my current DSpace 6.3 based repository:

[dspace-tech] Re: ItemExportCLIIT failing

2022-11-22 Thread Anis
I did a clean clone of the DSpace backend, tried to run the integration tests and it still fails at the same line, java.lang.NullPointerException at org.dspace.iiif.canvasdimension.CanvasDimensionsIT.setup(CanvasDimensionsIT.java:68) Really stumped with this so maybe I'll skip ITs for now