"Thank you for this comprehensive DSpace installation tutorial! Your clear instructions and step-by-step guidance made the process so much easier to follow. I appreciate the time and effort you put into creating this video. It was incredibly helpful!"👍😊
I’m encountering a BUILD FAILED error while running the ant fresh_install command for DSpace 8.0. The specific error is: BUILD FAILED C:\DSpace-dspace-8.0\dspace\target\dspace-installer\build.xml:783: Java returned: 1 I have verified that my Java and Ant installations meet the requirements, but the issue persists. Could you provide guidance or support to resolve this?
I have a very particular error, when I do the last step my backend does not load nor does my api show up. On the other hand, the browser folder is not being created on my caprta server, which causes me problems. Therefore I am having problems when generating the files since it generates them incomplete
Whan I trying to test version of ant or java or solr or also setup dspace by using cmd always reply with is not recognized as an internal or wxternal command ... also I had setup jek and ant and make options in variables ...I need help whats going on
Thanks for your comprehensive guide. I am getting error for the command yarn test:rest , ERROR connecting to REST API Error: getaddrinfo ENOTFOUND loacalhost. Can you please help me fixing the error?
Xin cảm ơn. Hướng dẫn rất hay. Choi mình hỏi thêm với: mọi thứ ok hết. Tuy nhiên việc kết nối từ các máy khác đến máy DSpace qua cổng 4000 thì không thể hoạt động. Bạn có thể hướng dẫn cho mình được không
IP máy dspace, ví dụ: 192.168.1.19:4000. Tùy theo dãy IP máy bạn. Trường hợp truy cập từ xa, bạn phải mở port 4000 trên modem và trỏ IP nội bộ ra internet bằng dynamic DNS. Nếu có IP tĩnh thì quá tuyệt vời. Chúc thành công!
Bản 7.6.1 có tích hợp sẵn tiếng việt bạn nhé. Việc chạy trên cổng 4000 bạn xem video này Production Installation (adding HTTPS support) in Dspace 7.6.1. Cài đặt tên miền cho Dspace 7.6.1
Hello thank you for your help please I have a problem with the last step in the installation backend when I execute this command : ( cd C:\dspace\bin\ dspace database migrate ) and I get this message : 'dspace' is not recognized as an internal or external command, operable program or batch file. can you provide me solution please
Thank you for this very useful tutorial I finally managed to complete the whole installation. However after restarting the computer, localhost:8080 works, but localhost:4000 shows a blank page. what should I do
Ive started tomcat9, solr and pm2 with those codes : solr start -p 8983 and pm2 start dspace-angular.json but the result is localhost:4000/500 Service Unavailable
@@hoangloc77 Ive started tomcat9, solr and pm2 with those codes : solr start -p 8983 and pm2 start dspace-angular.json but the result is localhost:4000/500 Service Unavailable with yarn test:rest Ive RESPONSE: 404 ERROR: INVALID DSPACE REST API! Response is not valid JSON!
@@ensseasiteofficiel3370 This is error pm2 not started or configuration file dspace-angular.json with code invalid. Check path in file dspace-angular.json. pm2 service is started, you see online with green color. However, you disable network connection try again localhost:4000.
@@hoangloc77 Thank you, it works perfectly with network connection "enabled" The order is important start solr -p 8983 , start pm2 , restart tomcat Im verry happy
Error 500: Thank you very much for creating an easy and useful tutorial. I successfully installed DSpace 7.5 with the help of your tutorial. Now, Our DSpace 7.5 is successfully running on a local host but online mode is not running via static IP. please guide me.
Running the DSpace Backend on HTTP & port 8080 is only usable for local development environments (where you are running the UI and REST API from the same machine, and only accessing them via localhost URLs). If you want to run DSpace in Production, you MUST run the backend with HTTPS support (otherwise logins will not work outside of your local domain). For HTTPS support, we recommend installing either Apache HTTPD or Nginx, configuring SSL at that level, and proxying all requests to your Tomcat installation. Keep in mind, if you want to host both the DSpace Backend and Frontend on the same server, you can use one installation of Apache HTTPD or NGinx to manage HTTPS/SSL and proxy to both. Apache HTTPD: These instructions are specific to Apache HTTPD, but a similar setup can be achieved with NGinx.
Really amazing tutorial. God bless you!. I have successfully installed but the system unable to login and submit collection . please could you help me?
The dspace 7.x is combines backend and fontend. Backend including solr, apache tomcat services started. Check your browser localhost:8080/server is active. Fontend pm2 service is started with mode cluster online. You are checking solr, tomcat, pm2 services is started! Open your browser localhost:4000
- please check your settings in postgresql.conf. listen_addresses = 'localhost' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost'; use '*' for all # (change requires restart) port = 5432 # (change requires restart) - Open command line: (Window + R keys) services.msc Restart postgresql-x64-14 service. Note: user is: postgres and pwd is: dspace. Try again.
Folder in Windows operating system your is not access? Can you folder is readonly attribute. Right click folder data, choosen properties, unchecked or remove readonly attribute, click OK.
29:18 Lúc em nhấn Enter đến đoạn Password for user postgres: thì bị báo lỗi là psql: error: connection to server at "localhost" (::1), port 5432 failed: fe_sendauth: no password supplied Có cách nào Fix không ạ, e, cảm ơn
I have installed but Run error is 500 Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
41:21 e chạy câu lệnh ant fresh_install thì nó hiện BUILD FAILED (C:\DSpace-dspace-7.5\dspace\target\dspace-installer\build.xml:770: Java returned: 1). Mong a chỉ e cách sửa lỗi này
Bạn kiểm tra lại phiên bản java, dspace 7 chỉ hỗ trợ tốt nhất java kit 11 đến 17 trong thời điểm này. Biến môi trường JAVA_HOME đã được thiết lập đúng đường dẫn hay chưa? Ví dụ: C:\Program Files\Java.. nếu không được thì ultraview cho mình xem giúp bạn.
Please check the config.prod.yml configuration file for the lines: rest: ssl: false host: localhost port: 8080 was it correct? And make sure solr, tomcat9, pm2 services are working fine.
Please check tomcat9 installed yet. If installed, press key windows+ R input services.msc in box Run, preess enter open services manager. Find row apache Tomcat 9.0 Tomcat9 and starting/ running.
@@hoangloc77 i found the tomcat9 in service.msc, but is not running and i cant manually set it to running on properties, and i also tried to the other and it also cant set it manually. What should i do ?
When I trying to test version of ant or java or solr or also setup dspace by using cmd always reply with is not recognized as an internal or external command ... also I had setup jdk and ant and make options in variables ...I need help whats going on
C:\solr-8.11.2>cd bin The system can't find the path specified and that happens also when testing Java and ant also however I had setup them and made settings in variables..every thing I trying to test can't work and I I still can't setup and work on dspace
@@fatmaelzahraa5660 Setting up solr is very simple, you just need to download the correct version of solr, unzip it and copy it to the root directory of drive C:\solr-8.11.2. then open command prompt move to cd c:\solr-8.11.2\bin. Then run the command solr start -p 8983.
Hello, I've successfully installed Dspace but I closed everything and shutdown my system. Now I am not being able to access it again, its showing 500 error, I am really confused about the commands I've to give in order for it to run again. Can someone walk me through the steps of accessing dspace after shutting down the system. I would be very grateful.
To operate dspace, it requires accompanying support services such as: solr, tomcat9, pm2... When installing dspace on a windows environment, some services cannot start automatically. When shutting down and restarting, those services do not automatically start with windows. Therefore, for dspace to work, you must launch the solr, tomcat9, pm2 services or you must set up the services to automatically start with the windows operating system when you turn on the computer. In short, you must start the solr, tomcat9, pm2 services before using Dspace. Good luck!
i have a BUILD FAILURE and i v followed all the steps i don't know where is the problem can u help " DSpace Parent Project .............................. SUCCESS [ 1.442 s] [INFO] DSpace Services Framework :: API and Implementation SUCCESS [ 1.293 s] [INFO] DSpace Kernel :: API and Implementation ............ FAILURE [ 26.259 s] [INFO] DSpace Addon Modules ............................... SKIPPED [INFO] DSpace Kernel :: Additions and Local Customizations SKIPPED [INFO] DSpace IIIF ........................................ SKIPPED [INFO] DSpace OAI-PMH ..................................... SKIPPED [INFO] DSpace RDF ......................................... SKIPPED [INFO] DSpace SWORD ....................................... SKIPPED [INFO] DSpace SWORD v2 .................................... SKIPPED [INFO] DSpace Server Webapp ............................... SKIPPED [INFO] DSpace Server Webapp:: Local Customizations ........ SKIPPED [INFO] DSpace Assembly and Configuration .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE"
"Thank you for this comprehensive DSpace installation tutorial! Your clear instructions and step-by-step guidance made the process so much easier to follow. I appreciate the time and effort you put into creating this video. It was incredibly helpful!"👍😊
Thank you very much 🙏. Very easy and useful tutorial. Keep going on with such kind of tutorial videos👍.
video hướng dẫn tuyệt vời ạ
tks ad
ad ơi có cách nào dùng dc thẳng ip mà k phải dùng localhost k ạ
Good job man..
This tutorial is very informative and useful. Thank you!
Thank you so much, i had some problems but could i resolve. you are the best!!
Cám ơn anh nhiêu
You Deserve a medal bro
Parabéns, excelente aula!!!
Very useful, Thank you!
Anh ơi! có thể làm video chia sẻ cách upload tài liệu hàng loạt ko ạ?
Thanks so much
cam on
Hello Sir
I’m encountering a BUILD FAILED error while running the ant fresh_install command for DSpace 8.0. The specific error is:
BUILD FAILED
C:\DSpace-dspace-8.0\dspace\target\dspace-installer\build.xml:783: Java returned: 1
I have verified that my Java and Ant installations meet the requirements, but the issue persists. Could you provide guidance or support to resolve this?
I have a very particular error, when I do the last step my backend does not load nor does my api show up. On the other hand, the browser folder is not being created on my caprta server, which causes me problems. Therefore I am having problems when generating the files since it generates them incomplete
Whan I trying to test version of ant or java or solr or also setup dspace by using cmd always reply with is not recognized as an internal or wxternal command ... also I had setup jek and ant and make options in variables ...I need help whats going on
Hello Man .. Why is there no sound in the video? i need to follow your steps but i can't
Thanks for your comprehensive guide. I am getting error for the command yarn test:rest , ERROR connecting to REST API
Error: getaddrinfo ENOTFOUND loacalhost. Can you please help me fixing the error?
@@Dr.Md.Alamgir please, check config.prod.yml file.
ui: {
ssl: false,
host: 'localhost',
port: 4000,
nameSpace: '/'
},
rest: {
ssl: false,
host: 'localhost',
port: 8080,
nameSpace: '/server'
};
Xin cảm ơn. Hướng dẫn rất hay. Choi mình hỏi thêm với: mọi thứ ok hết. Tuy nhiên việc kết nối từ các máy khác đến máy DSpace qua cổng 4000 thì không thể hoạt động. Bạn có thể hướng dẫn cho mình được không
IP máy dspace, ví dụ: 192.168.1.19:4000. Tùy theo dãy IP máy bạn. Trường hợp truy cập từ xa, bạn phải mở port 4000 trên modem và trỏ IP nội bộ ra internet bằng dynamic DNS. Nếu có IP tĩnh thì quá tuyệt vời. Chúc thành công!
@@hoangloc77 có thể cho xin số điện thoại của bạn được không ạ
@@aoton3332 sắp tới team mình sẽ bắt đầu làm dspace phiên bản 7. Hiện tại gói tiếng Việt cơ bản đã xong.
@@hoangloc77 cho mình xin gói việt hóa với ạ
Bản 7.6.1 có tích hợp sẵn tiếng việt bạn nhé. Việc chạy trên cổng 4000 bạn xem video này Production Installation (adding HTTPS support) in Dspace 7.6.1. Cài đặt tên miền cho Dspace 7.6.1
Hello thank you for your help please I have a problem with the last step in the installation backend when I execute this command :
( cd C:\dspace\bin\
dspace database migrate )
and I get this message :
'dspace' is not recognized as an internal or external command, operable program or batch file. can you provide me solution please
anh ơi, em bị lỗi này thì fix thế nào ạ: revertInlineParametersOffToR2013b
Thank you for this very useful tutorial
I finally managed to complete the whole installation.
However after restarting the computer, localhost:8080 works, but localhost:4000 shows a blank page.
what should I do
Please start pm2 service again with code: pm2 start dspace-angular.json. Great! And make sure tomcat9, solr, pm2 services are started.
Ive started tomcat9, solr and pm2 with those codes : solr start -p 8983 and pm2 start dspace-angular.json but the result is localhost:4000/500 Service Unavailable
@@hoangloc77
Ive started tomcat9, solr and pm2 with those codes : solr start -p 8983 and pm2 start dspace-angular.json but the result is localhost:4000/500 Service Unavailable
with yarn test:rest Ive
RESPONSE: 404
ERROR: INVALID DSPACE REST API! Response is not valid JSON!
@@ensseasiteofficiel3370 This is error pm2 not started or configuration file dspace-angular.json with code invalid. Check path in file dspace-angular.json. pm2 service is started, you see online with green color. However, you disable network connection try again localhost:4000.
@@hoangloc77
Thank you, it works perfectly with network connection "enabled"
The order is important start solr -p 8983 , start pm2 , restart tomcat
Im verry happy
my friend one question.. which steps are necessary for install dspace-cris 7.5 over this installation of dspace? ..can you tell me? please
Error 500: Thank you very much for creating an easy and useful tutorial. I successfully installed DSpace 7.5 with the help of your tutorial. Now, Our DSpace 7.5 is successfully running on a local host but online mode is not running via static IP. please guide me.
Running the DSpace Backend on HTTP & port 8080 is only usable for local development environments (where you are running the UI and REST API from the same machine, and only accessing them via localhost URLs). If you want to run DSpace in Production, you MUST run the backend with HTTPS support (otherwise logins will not work outside of your local domain).
For HTTPS support, we recommend installing either Apache HTTPD or Nginx, configuring SSL at that level, and proxying all requests to your Tomcat installation. Keep in mind, if you want to host both the DSpace Backend and Frontend on the same server, you can use one installation of Apache HTTPD or NGinx to manage HTTPS/SSL and proxy to both.
Apache HTTPD: These instructions are specific to Apache HTTPD, but a similar setup can be achieved with NGinx.
@@hoangloc77 Thanks for the instant reply, Please Guide and give the steps for this installation.
Really amazing tutorial. God bless you!. I have successfully installed but the system unable to login and submit collection . please could you help me?
The dspace 7.x is combines backend and fontend. Backend including solr, apache tomcat services started. Check your browser localhost:8080/server is active. Fontend pm2 service is started with mode cluster online. You are checking solr, tomcat, pm2 services is started! Open your browser localhost:4000
hello i wanna ask at 29:02 when open the psql shell, in the shell at "Database [postgres] :". Do i have to type postgres or just enter it ?
If you use user name postgres input postgres or press enter ( value default).
@@hoangloc77 ok thanks
hello i have problem 40:16 at the end it so much warning it is ok or it was an error ?
hi dear
need some help with UI customization
please
Please wait for new video customization UI dspace.
A có gói tiếng việt chưa a? Có thể bán cho e ko?
Anh có đính kèm link trong phần mô tả. Anh em tải về dùng, nếu thấy có ích hãy like, share giúp mình là được rồi.
dạ cài tiếng việt bằng cách nào vậy anh?@@hoangloc77
I finally finished the installation, however a can not add a item in a collection.
First, create a new collection or community.after Add item. Goodluck.
hello sir
In psql : error :connection to server at "local(::1), port 5432 failed: fe_sendauth: no password supplied
Any solution sir
- please check your settings in postgresql.conf.
listen_addresses = 'localhost' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
port = 5432 # (change requires restart)
- Open command line: (Window + R keys)
services.msc
Restart postgresql-x64-14 service.
Note: user is: postgres and pwd is: dspace.
Try again.
thank u 😊😊@@hoangloc77
hello i have problem 45:19 why i got so many error messages like "ERROR: permission denied for schema public"
You are install postgresql 14.x version.
@@hoangloc77 nvm i already did it thanks for the video tutorial 👍
hello I have problem 16:01 can't open the folder data, i tried keep clicking on it but still cannot open the folder
Folder in Windows operating system your is not access? Can you folder is readonly attribute. Right click folder data, choosen properties, unchecked or remove readonly attribute, click OK.
hello i have problem 56:10 when i go to localhost:8080/server, in my screen it show "HTTP 404 - not found" and also it says "/server is not available"
Please restart solr, apache tomcat9. Fresh your browser.
@@hoangloc77 do you have any social media ?, so i can show you my error with screenshot
Localhost:8983/4 not woring
29:18 Lúc em nhấn Enter đến đoạn Password for user postgres: thì bị báo lỗi là psql: error: connection to server at "localhost" (::1), port 5432 failed: fe_sendauth: no password supplied
Có cách nào Fix không ạ, e, cảm ơn
Lỗi này do máy tính của e có user của Windows có đặt mật khẩu. A nhớ có một bạn ở nước ngoài a hỗ trợ fix, lâu rồi a kô nhớ.
I have installed but Run error is
500
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Please restart tomcat9, pm2 services.
41:21 e chạy câu lệnh ant fresh_install thì nó hiện BUILD FAILED (C:\DSpace-dspace-7.5\dspace\target\dspace-installer\build.xml:770: Java returned: 1). Mong a chỉ e cách sửa lỗi này
Bạn kiểm tra lại phiên bản java, dspace 7 chỉ hỗ trợ tốt nhất java kit 11 đến 17 trong thời điểm này. Biến môi trường JAVA_HOME đã được thiết lập đúng đường dẫn hay chưa? Ví dụ: C:\Program Files\Java.. nếu không được thì ultraview cho mình xem giúp bạn.
@@hoangloc77 e gỡ đi hết cài lại đúng java kit 11.0.17 rồi mà cứ đến đoạn ant fresh_install lại lỗi ạ. A ultraview giúp xem giúp e được k ạ
@@32_dotrungkien71 19 giờ đi em, gửi qua messenger nhé!
@@hoangloc77 vâng, e cảm ơn a
Sir installation is successful full but am unable log in. Because other library dspace is opening, why?
Please check the config.prod.yml configuration file for the lines:
rest:
ssl: false
host: localhost
port: 8080
was it correct? And make sure solr, tomcat9, pm2 services are working fine.
Yess sir i checked every thing. Still it's opening another libraries dspace
While browsing localhost :4000 it's opens but not my space
In that dspace already items are uploaded, and i tried to log in but it didn't work
@@thilakrajjshetty6294 please disable network connection, Try again localhost:4000
Dear Sir, I got this problem in sql shell, what should I do "fe_sendauth: no password supplied" min 28
Pwd SQL sell is password you when install postgresql. Default user is postgres and password is option.
@@hoangloc77 so do recommend not to input the password when I install it ?
doesn't accept to proceed unless I put a password
thanks
@@osamahabdullah3715 SQL shell do not show screen. You can't see it!
@@hoangloc77 so what should I do please?
Hai sir now I checked, while doing yarn test it showing error connecting to rest api enot found local host
Please send to id, password Teamviewer for me. I can help you fix error!
Sir can i get ur email
@@hoangloc77 I will contact you through mail
@@thilakrajjshetty6294 please send email : shusivn@gmail.com. I am happy to help you!
@@hoangloc77 thank you sir
hello I have problem 27:05 i cant find monitor tomcat in windows search
Please check tomcat9 installed yet. If installed, press key windows+ R input services.msc in box Run, preess enter open services manager. Find row apache Tomcat 9.0 Tomcat9 and starting/ running.
@@hoangloc77 i found the tomcat9 in service.msc, but is not running and i cant manually set it to running on properties, and i also tried to the other and it also cant set it manually. What should i do ?
I'm trying to use cmd and not working in alot of situations like this I don't know where the problem 20:08 20:08
I'm trying put image for my screen but cant
Please let me know what error you encountered!
When I trying to test version of ant or java or solr or also setup dspace by using cmd always reply with is not recognized as an internal or external command ... also I had setup jdk and ant and make options in variables ...I need help whats going on
C:\solr-8.11.2>cd bin
The system can't find the path specified and that happens also when testing Java and ant also however I had setup them and made settings in variables..every thing I trying to test can't work and I I still can't setup and work on dspace
@@fatmaelzahraa5660 Setting up solr is very simple, you just need to download the correct version of solr, unzip it and copy it to the root directory of drive C:\solr-8.11.2. then open command prompt move to cd c:\solr-8.11.2\bin. Then run the command solr start -p 8983.
hello I have problem 29:13
I have the same problem, did you solve it?
Hello, I've successfully installed Dspace but I closed everything and shutdown my system. Now I am not being able to access it again, its showing 500 error, I am really confused about the commands I've to give in order for it to run again. Can someone walk me through the steps of accessing dspace after shutting down the system. I would be very grateful.
To operate dspace, it requires accompanying support services such as: solr, tomcat9, pm2... When installing dspace on a windows environment, some services cannot start automatically. When shutting down and restarting, those services do not automatically start with windows. Therefore, for dspace to work, you must launch the solr, tomcat9, pm2 services or you must set up the services to automatically start with the windows operating system when you turn on the computer. In short, you must start the solr, tomcat9, pm2 services before using Dspace. Good luck!
Thankyou Sir, But it is still showing 500 service error. localhost:8080/server is showing 404
@@beginneratmehndi3311 restart tomcat9 service, try again.
did that localhost:8080/server is showing 404 error again and again
@@beginneratmehndi3311 Your problem is in tomcat9 service. localhost:8080 is running, but localhost:8080/server does not work?
Do you have any social media ?, so i can show you my error with screenshot
i have a BUILD FAILURE and i v followed all the steps i don't know where is the problem can u help
" DSpace Parent Project .............................. SUCCESS [ 1.442 s]
[INFO] DSpace Services Framework :: API and Implementation SUCCESS [ 1.293 s]
[INFO] DSpace Kernel :: API and Implementation ............ FAILURE [ 26.259 s]
[INFO] DSpace Addon Modules ............................... SKIPPED
[INFO] DSpace Kernel :: Additions and Local Customizations SKIPPED
[INFO] DSpace IIIF ........................................ SKIPPED
[INFO] DSpace OAI-PMH ..................................... SKIPPED
[INFO] DSpace RDF ......................................... SKIPPED
[INFO] DSpace SWORD ....................................... SKIPPED
[INFO] DSpace SWORD v2 .................................... SKIPPED
[INFO] DSpace Server Webapp ............................... SKIPPED
[INFO] DSpace Server Webapp:: Local Customizations ........ SKIPPED
[INFO] DSpace Assembly and Configuration .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE"
thanks you so much!