[dspace-tech] Re: Filter-media identify error

2022-12-12 Thread Mohammad S. AlMutairi
Glad it was of a help to you and thanks for confirming. Cheers On Tuesday, December 13, 2022 at 6:26:25 AM UTC+3 Jordan Gamonal Pérez wrote: > Hi, > > I would like to inform you that the indicated steps helped me to solve the > problem, and I thank you very much. > > Regarding the routes, I

[dspace-tech] Re: Filter-media identify error

2022-12-12 Thread Jordan Gamonal Pérez
Hi, I would like to inform you that the indicated steps helped me to solve the problem, and I thank you very much. Regarding the routes, I use the common slashes, I have already tried the backslashes before and they need to be escaped, which is not very readable in the end. El Tuesday,

[dspace-tech] Re: Filter-media identify error

2022-12-12 Thread Mohammad S. AlMutairi
There was a typo in step 4. I'm not sure if dspace or im4java are forgiving about the backslash so it it's safer to always use forward slash. 4) edit dspace.cfg and set the value for (org.dspace.app.mediafilter.ImageMagickThumbnailFilter.ProcessStarter = 'c: */*imagemagick') and Restart Tomcat.

Re: [dspace-tech] DSpace 6.3 Discovery

2022-12-12 Thread arunendra.m...@gmail.com
Missed to mention that I am using xmlui (UI). I am trying to block the existing search filters and add new custom filters as per my requirements. If I am not wrong, changes to search filters require changes in discover.xml and addition of corresponding lines in messages.xml(tomcat webapps and

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
I forgot to add... if you are trying to simply make the UI available on the web, I'd highly recommend considering keeping the UI running on "localhost:4000" and using a Proxy to respond at https://[domain name]. See our installation guide, step 8 "Add HTTPS support" for the Frontend install:

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi, The problem may be that you forgot to change the "dspace.ui.url" setting (on the backend) to include the domain name. When changing the URLs (from IP to hostname), you have to ensure you update the URL settings in the backend's "local.cfg" (both "dspace.server.url" and "dspace.ui.url")

[dspace-tech] Re: installing dspace with mirage2 theme

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
Again, as I mentioned in your other email thread , please try DSpace 6.4 as it fixed several major Mirage 2 build issues in 6.3. https://wiki.lyrasis.org/display/DSDOC6x/Release+Notes Tim On Monday, December 12, 2022 at 6:18:33 AM UTC-6

[dspace-tech] Re: dspace mirage 2

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
If I can recall correctly, DSpace 6.3 has encountered some major build issues with Mirage 2 as the build process was dependent on very old software. See this ticket / PR: https://github.com/DSpace/DSpace/pull/8292 Those issues were fixed in DSpace 6.4 which was released this past July.

Re: [dspace-tech] Re: How to display dc.description(en) or dc.description(es) depending on the interface language. (DSpace 7.4)

2022-12-12 Thread DSpace Technical Support
Hi, No, this isn't currently possible in DSpace 7. I think it's possible for someone to implement that locally, since obviously DSpace can store fields in different languages. But, currently, the DSpace UI won't select different language-based fields based on the selected language. If

[dspace-tech] Re: CI/CD and configs with DSpace 7

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi Anis, If I understand the question, the only "required" configs for the Maven build are those listed with asterisks in the "Initial Configuration" setup of the backend install (step 6): https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-BackendInstallation

Re: [dspace-tech] DSpace 6.3 Discovery

2022-12-12 Thread 'Tim Donohue' via DSpace Technical Support
Hi, This email thread is difficult to provide a response to, as the use case / goal is unclear to me (and likely to others). What are you attempting to achieve by changing the search configuration in DSpace 6? Are you trying to remove some feature from the UI? Which UI are you using (XMLUI

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread Jorge Costa
The default install sends it to 4000 i never bothered to change it ... Dont think it will influence my problem either way ? On Monday, December 12, 2022 at 1:32:25 PM UTC alo...@gmail.com wrote: > On Monday, December 12, 2022 at 3:18:33 PM UTC+3 jorge...@gmail.com wrote: > >> http://[domain

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread Jorge Costa
This is the config from /dspace/config/dspace.cfg # # DSpace Configuration # # NOTE: The DSpace Configuration File is separated into several sections: # * General Configurations # * UI Configurations #--#

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread Mohammad S. AlMutairi
On Monday, December 12, 2022 at 3:18:33 PM UTC+3 jorge...@gmail.com wrote: > http://[domain name]:4000/home > gets me 500 Service Unavailable > Do you have any specific reason to run it on port 4000?. If you don't just change port 4000 to port 80 and access it without having to write the port

[dspace-tech] Re: Dspace7 works with ip but not with fqdn

2022-12-12 Thread Mohammad S. AlMutairi
Check your settings in local.cfg or dspace.cfg and config.prod.yml or post them here. On Monday, December 12, 2022 at 3:18:33 PM UTC+3 jorge...@gmail.com wrote: > http://[ip]:4000/home works just fine. > ITs integrated with my AD > I can log in , browse , deposit , delete etc > > http://[domain

Re: [dspace-tech] Re: handle server quits after ubuntu upgrade

2022-12-12 Thread Sean Carte
Thank you for this, Edmund! Sean On Tue, 15 Nov 2022 at 00:58, Edmund Balnaves wrote: > The compiled handle.jar file is available at > https://release.prosentient.com.au/handle62/handle.jar.gz > It can be used to replace the handle-6.2.jar reference in the dspace 6.4 > build or copied directly

[dspace-tech] dspace mirage 2

2022-12-12 Thread Sylvester Chikoti
I followed git instructions to install dspace with Mirage2 theme on: https://gist.github.com/otuoma/f7fe8dd108709407b9e885e7d32981d4 but it failed to build with error [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize (default) on project xmlui-mirage2: error in

[dspace-tech] Dspace7 works with ip but not with fqdn

2022-12-12 Thread Jorge Costa
http://[ip]:4000/home works just fine. ITs integrated with my AD I can log in , browse , deposit , delete etc http://[domain name]:4000/home gets me 500 Service Unavailable /etc/hosts has an entry for the domain name to its ip The dns server has an entry What did I miss ? Thanks -- All

[dspace-tech] installing dspace with mirage2 theme

2022-12-12 Thread Sylvester Chikoti
hi can anyone help me with procedures to install dspace with mirage2 theme. I think there are a lot of updates which makes difficult to install successful from old instruction posted on git hub https://gist.github.com/otuoma/f7fe8dd108709407b9e885e7d32981d4 Thanks[image: Capture.PNG] -- All

Re: [dspace-tech] Re: How to display dc.description(en) or dc.description(es) depending on the interface language. (DSpace 7.4)

2022-12-12 Thread Carlos Campo
Hello, I've located an example of what I want to do. We can see the simple item page in English, which shows the summary only in English: https://www.kuleuven.be/onderzoek/portaal/#/projecten/3M160540?hl=en=en We can also see the simple item page in Dutch, which shows the summary in Dutch.

[dspace-tech] CI/CD and configs with DSpace 7

2022-12-12 Thread Anis
Hey! I'm in the middle of building a CI/CD -pipe for our new DSpace 7 environment. We're thinking of using Github Actions for this. My idea is to build (mvn package) DSpace on Github and send the package to our servers and finish the deployment with an ant run on the servers. My question is,

[dspace-tech] Add new type on submission workflow

2022-12-12 Thread Lewatle Johannes Phaladi
Hi All, I just added new type called it Dissertations in submission-forms.xml as follows Dissertation Dissertation then saved and restarted tomcat, when testing submission form fail to save metadata and submission is not completed. normally when adding other fields on the form,

[dspace-tech] Re: Create Researcher Profiles Error

2022-12-12 Thread Lewatle Johannes Phaladi
Hi Tim, Thanks a lot, I will do the reading and follow up. Regards, Lewatle On Friday, 9 December 2022 at 20:58:08 UTC+2 Tim Donohue wrote: > Hi, > > Anytime you see a red error box like that in the DSpace 7 UI, that should > be a hint to follow our "Troubleshoot an error" guide: > >