Hello,
I have a VPS server with freshly installed Ubuntu 22.04, and I followed the installation guide.
When I run the installation script (version 5.13), I get an error:
"Deploying the application (dataverse.war) Remote server does not listen for requests on [localhost:4848]. Is the server up?"
However, when I manually launch Payara, it works and I can access it from http://my-ip:4848 (I don't have domain name for now, this server is just for test purpose)
In the attachment of my message, I am providing you with the output of the installer and the server logs.
However, I cannot find any logs in 'The scripts/api/setup-all.*.log' as indicated in the documentation. I don't have a 'scripts' folder. is it supposed to be in the 'dvinstall' folder?
Just to let you know :
I have the necessary write permissions for the files mentioned in the installation guide:
And I run the script as non root user.
I also want you yo know that I have just a basic knowledge width linux.
Anyone can help me please ?
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/9985c93b-4cf4-4280-a785-608db5de9473n%40googlegroups.com.
I didn't mention it, but I tried it on a server with AlmaLinux 9, and I encountered the exact same error. So, I suppose I'm doing something wrong, but I can't figure out what it is.
Unfortunately, the command did not work for me.
I tried it inside the dvinstall/ :
"subprocess.call("./setup-all.sh > setup-all.$$.log 2>&1", shell=True) -bash: syntax error near unexpected token `"./setup-all.sh > setup-all.$$.log 2>&1",'"
We do agree that is correct to have the dvinstall folder in /home/dataverse and run it with python3 ./install.py ?
Nothing else that would not be mentioned in the guide is needed ? Like specific apache configuration or anything else ?
Also, my server configuration is quite low, with only 1GB of RAM and a 20GB SSD. I don't have plans to use it as a "real production server." It's primarily for testing purposes. However, it's possible that this configuration may not be sufficient to install and run the project smoothly.
A stupid question but :Thanks for your answer.I didn't mention it, but I tried it on a server with AlmaLinux 9, and I encountered the exact same error. So, I suppose I'm doing something wrong, but I can't figure out what it is.
Unfortunately, the command did not work for me.
I tried it inside the dvinstall/ :
"subprocess.call("./setup-all.sh > setup-all.$$.log 2>&1", shell=True) -bash: syntax error near unexpected token `"./setup-all.sh > setup-all.$$.log 2>&1",'"
We do agree that is correct to have the dvinstall folder in /home/dataverse and run it with python3 ./install.py ?
Nothing else that would not be mentioned in the guide is needed ? Like specific apache configuration or anything else ?
Also, my server configuration is quite low, with only 1GB of RAM and a 20GB SSD. I don't have plans to use it as a "real production server." It's primarily for testing purposes. However, it's possible that this configuration may not be sufficient to install and run the project smoothly.
On Saturday, 20 May 2023 at 20:47:18 UTC+2 Philip Durbin wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/b11b0488-9323-40a4-8494-deec23b57f64n%40googlegroups.com.
Hi,
It seems that the problem indeed lies there.
I performed a fresh installation of AlmaLinux to ensure that the issue was not with the system. Then, I ran dataverse-ansible with the repository provided by Philip Durbin, but encountered memory limit problems while trying to install some R libraries such as descTools and haven.
The error message indicates that the compilation process for the 'DescTools' package failed due to a terminated program (cc1plus) during the compilation of RcppExports.o and aux_fct.o. My research led me to believe that this was indeed a memory limit problem. Your message seems to confirm my suspicion, so thank you for that.
I probably missed the error message from R the first time I installed it.
Do you think opening a pull request (or an issue) to request a section with the minimum configuration required to install (and run) the dataverse project would be appreciated? Such a section would have saved me a couple of hours. It may be obvious for a system administrator, but as a junior web developer, it was not, to be honest.
Anyway, I will look into obtaining a more powerful configuration and try again. Thanks for your help, guys.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/d993ec27-e610-424d-bde0-15e97b68b8c6n%40googlegroups.com.