hi, i have another problem [java] java.sql.SQLException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "dspace")
I am getting an error in step 9 in the last command that says sudo ant fresh_install build failed appears /build/DSpace-dspace-8.0/dspace/target/dspace-installer/build.xml:783: Java returned: 1
Although its difficult but please watch the video carefully. The Java returned: 1 error usually points to an issue with dependencies or Java configurations. Please ensure you have the correct version of Java installed also check if all Maven and Ant dependencies are installed.
Hello, I installed Dspace8 but the menu does not appear when I log in. And accepting the user agreement does not remove it either. It seems like an interface problem. Any suggestions?
Perdón por la tardanza en responder. Si bien 8 GB de RAM pueden funcionar, recomiendo aumentarla a al menos 16 GB para un mejor rendimiento, especialmente durante la instalación y los procesos de indexación. DSpace puede ser bastante exigente en recursos, por lo que más RAM ayudará a evitar errores y garantizará un funcionamiento más fluido :)
@@RAFLIMTS Thank you very much. I would like to ask further, why in STEP 10., I installed step by step according to your instructions, but it displays like this? "root@ubuntu-VirtualBox:/home/ubuntu# sudo cp -R /dspace/webapps/* /opt/tomcat/webapps*" "cp: target '/opt/tomcat/webapps*': No such file or directory" Please help me. Thanks a lot!
It seems the error is because the target directory /opt/tomcat/webapps doesn’t exist. Make sure Tomcat is installed correctly. You can check by running: sudo systemctl status tomcat Ensure there’s no extra * at the end of the destination path. Try: sudo cp -R /dspace/webapps/* /opt/tomcat/webapps/
@@RAFLIMTS thank you so much. Although my tomcat is active and i use " sudo cp -R /dspace/webapps/* /opt/tomcat/webapps/", it's still impossible. My computer still display: "cp: target '/opt/tomcat/webapps/': No such file or directory"
I can't say what specific reason in your case, you can repeat the installation process. If you need installation command lines for personal use or organizational use, please let me know.
hi, i have another problem
[java] java.sql.SQLException: Cannot create PoolableConnectionFactory (FATAL: password authentication failed for user "dspace")
Check if you have the correct password for the dspace user. I used dspace
hi,
please specify
In Step 6 while executing createuser --username=postgres --no-superuser --pwprompt dspace; what is the password while prompted ?
dspace
Step 6 - Configure DSpace database, pgcrypto extension in PostgreSQL
sudo su postgres
cd /etc/postgresql/15/main
createuser --username=postgres --no-superuser --pwprompt dspace
createdb --username=postgres --owner=dspace --encoding=UNICODE -T template0 dspace
psql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;"
exit
Here we goooo
I am want to install DSpace on VPS and connect with a domain. Please help
Extremely sorry for a very late response. The same method will apply to VPS instead of localhost, you can use the VPS IP.
why in step 4 line 5 when enter "sudo gedit ~/.bashrc", my computer display "sudo: gedit: command not found"? How to fix this? Please help me, thanks
you need to write sudo apt-get install gedit
@@andrewpan9565 thank u so much
Hi , and Thank you for all
I want with ssl and instead of localhost my domain name ,I don't know where change the configuration
Thanks, will try to cover soon.
I am getting an error in step 9 in the last command that says sudo ant fresh_install
build failed appears
/build/DSpace-dspace-8.0/dspace/target/dspace-installer/build.xml:783: Java returned: 1
Although its difficult but please watch the video carefully. The Java returned: 1 error usually points to an issue with dependencies or Java configurations. Please ensure you have the correct version of Java installed also check if all Maven and Ant dependencies are installed.
Hello, I installed Dspace8 but the menu does not appear when I log in. And accepting the user agreement does not remove it either. It seems like an interface problem. Any suggestions?
I am sorry for the late response. Maybe your system has low RAM or space issues.
@@RAFLIMTS muchas gracias la respuesta, he verificado y tengo 8G de RAM, no es suficiente?
@@RAFLIMTS Hice mi instalación en ALMALinux9
Perdón por la tardanza en responder. Si bien 8 GB de RAM pueden funcionar, recomiendo aumentarla a al menos 16 GB para un mejor rendimiento, especialmente durante la instalación y los procesos de indexación. DSpace puede ser bastante exigente en recursos, por lo que más RAM ayudará a evitar errores y garantizará un funcionamiento más fluido :)
I am eager to know how 8 will surpass 7. Will follow. Cheers!
it works fine, thank you so much, how to connect my local IP instead of "localhost:4000"
Your IP should be accessible from the outside, then use it instead of localhost. Look at the step 19 in this video.
Great video but I am installing mine on windows environment, do you have a step by step on installing on Windows, Please help
Grateful! I'm sorry my knowledge is limited for windows.
Waiting for dspace 8 email configure
great
we want the command line
Please watch the video, especially the last part where I discuss how you can get the guide.
Manual please
Please watch video last part.
PLEASE DSPACE 8 CUSTOMIZATION VIDEO SOON
Please watch following;
DSpace Content Adminstration ua-cam.com/video/7nGC6rS6CmY/v-deo.html
DSpace Access Control ua-cam.com/video/N1UnHkhK0X0/v-deo.html
DSpace Interface Design ua-cam.com/video/lswe8Q8MJFQ/v-deo.html
@@RAFLIMTS I have watched 7.4 UI and working for 7.6.1 but for 8.0 some change happened and not working...some error happened
I need for UI customization on DSpace 8.0
Sure, I'll try
Sir dspace-cris ka bhi bata digiye kese install hota he..
why in step 4 line 5 when enter "sudo gedit ~/.bashrc", my computer display "sudo: gedit: command not found"? How to fix this? Please help me, thanks
It's gedit editor issue with your system. Install another editor like mousepad, and run command with mousepad
@@RAFLIMTS Thank you very much. I would like to ask further, why in STEP 10., I installed step by step according to your instructions, but it displays like this?
"root@ubuntu-VirtualBox:/home/ubuntu# sudo cp -R /dspace/webapps/* /opt/tomcat/webapps*"
"cp: target '/opt/tomcat/webapps*': No such file or directory"
Please help me. Thanks a lot!
It seems the error is because the target directory /opt/tomcat/webapps doesn’t exist. Make sure Tomcat is installed correctly. You can check by running: sudo systemctl status tomcat
Ensure there’s no extra * at the end of the destination path. Try: sudo cp -R /dspace/webapps/* /opt/tomcat/webapps/
@@RAFLIMTS thank you so much. Although my tomcat is active and i use " sudo cp -R /dspace/webapps/* /opt/tomcat/webapps/", it's still impossible. My computer still display:
"cp: target '/opt/tomcat/webapps/': No such file or directory"
I can't say what specific reason in your case, you can repeat the installation process. If you need installation command lines for personal use or organizational use, please let me know.