Re: [dspace-tech] Yarn install failing

2022-01-27 Thread Lewatle Johannes Phaladi
Hi Tim, After running yarn install --network-timeout 10 I am getting module version error, I am installing dspace 7.1 on ubuntu 20.04 dspace@wiredspace-dev:~/install/dspace-angular$ yarn install --network-timeout 10 yarn install v1.22.17 [1/4] Resolving packages... [2/4] Fetching

[dspace-tech] Re: problem in adding new items

2022-01-27 Thread Mohammad S. AlMutairi
This error ( at the end of page there is error.top-level-communities ) is a good indication Solr is not installed/setup correctly on your server. On Wednesday, January 26, 2022 at 6:24:34 PM UTC+3 Tim Donohue wrote: > The error messages that appear in the UI are "generic" and do not detail >

[dspace-tech] Re: solr result text highlight in different languages

2022-01-27 Thread Mohammad S. AlMutairi
It has nothing to do with the language but what should be highlighted and where. Check this link https://solr.apache.org/guide/8_2/highlighting.html You welcome On Thursday, January 27, 2022 at 8:29:22 AM UTC+3 ayatr...@gmail.com wrote: > currently I am working on dspace 7.1 and I am having

[dspace-tech] Re: Access DSpace 7.1 frontend locally

2022-01-27 Thread Mohammad S. AlMutairi
Hello, Frontend won't be accessible because you running it on the loopback adapter ( localhost - 127.0.0.1 ). With the current frontend setup you can't access the frontend remotely ( sort of ) but you can if you browse from the machine where the frontend is installed. Tim directions is the way

[dspace-tech] Re: database upgrade from 6.1 to 7.11

2022-01-27 Thread 'Tim Donohue' via DSpace Technical Support
Hi Ben, This same V5.7_2017.04.11__DS-3563_Index_metadatavalue_resource_type_id_column.sql migration error was discussed a few days ago on this mailing list, see this thread: https://groups.google.com/g/dspace-tech/c/N24obvE1mVQ/m/CtWTZ3HOAAAJ It appears you've also hit it. We initially

[dspace-tech] Re: Access DSpace 7.1 frontend locally

2022-01-27 Thread 'Tim Donohue' via DSpace Technical Support
"ERR_CONNECTION_REFUSED" is a very generic error, so it's unclear what the cause is in this scenario. But, it could be that port 4000 isn't open. I see you accessed the site via an IP address instead of localhost... if the machine at IP 10.1.1.11 is blocking access to port 4000, then you would

[dspace-tech] Re: Unable to login in REST API

2022-01-27 Thread 'Tim Donohue' via DSpace Technical Support
Please see our guide to common installation issues. This "Invalid CORS request" issue is listed there. Usually it's a configuration problem on the backend, but you might also check your Tomcat for errors thrown there.

[dspace-tech] Access DSpace 7.1 frontend locally

2022-01-27 Thread Rafael Borges Ferreira Afonso
Hello, I'm trying to perform local installation of DSpace 7.1.1 on Ubuntu 18.04 server from a virtual machine on a local network initially for testing. This is my second installation attempt, I've tried several different configurations to try to get it to work, but it always crashes at this

[dspace-tech] Unable to login in REST API

2022-01-27 Thread Lica Andrei
Hello, I've just installed dspace 7 REST API backed and I configured the HTTPS support using httpd mod_http_proxy. Also, I want to mention that I'm using a self-signed certificate for HTTPS support. The problem which I encountered is that when I'm trying to login in the REST API via web browser

[dspace-tech] database upgrade from 6.1 to 7.11

2022-01-27 Thread bens...@gmail.com
command dspace database migrate ignored fails: SQL State : 42703 Error Code : 0 Message: ERROR: column "resource_type_id" does not exist Location : org/dspace/storage/rdbms/sqlmigration/postgres/V5.7_2017.04.11__DS-3563_Index_metadatavalue_resource_type_id_column.sql

Re: [dspace-tech] Yarn install failing

2022-01-27 Thread 'Tim Donohue' via DSpace Technical Support
Hi Lewatle, By searching that Yarn error on Google, I came across this suggestion from StackOverflow: https://stackoverflow.com/a/51508426 It notes that in some cases, Yarn may be timing out when downloading a larger package. You can get around it by using the "--network-timeout" flag. So,

[dspace-tech] Statistics maps only shows "others" as country

2022-01-27 Thread Juan López
Hi! I'm having an issue with my DSpace statistics, when I check for the statistic of an item or a collection, I just get "others" as a country and the total of views or downloads are asigned to that "others" country... here's what my DSpace is showing: [image: imagen_2022-01-27_10.png]

[dspace-tech] Yarn install failing

2022-01-27 Thread Lewatle Johannes Phaladi
Dear DSpace colleagues, I am installing frontend and when running $yarn install I an getting error, but the server is on work network that has no issues, please see the following screenshot: Regards, Lewatle -- All messages to this mailing list should adhere to the Code of Conduct:

[dspace-tech] How to setup DSpace in a VPS server using nginx?

2022-01-27 Thread Sergio Martins
Hi there, I installed successfully DSpace6 in my VPS. I would like to know how can I setup nginx to access the DSpace, preferably using a website with https. Is there any other security layers do we need to take care to make the website secure? Regards! Sergio -- All messages to this