Hello!
I'm tackling a Dataverse installation and I'm having many problems with it.
I'll enum them one in one:
Firstly , Before that, I made a complete installation into a Ubuntu server hosting Postgres Server 16, Payara Server 6, Solr Server 9, R serve and Counter Processor, and it worked with Dataverse 6, no containers , just different components
After that, we are trying another installation a test server where we are provided with a single account, non superuser, it's a Rocky Linux 9.
Given that , we decided make a mixed installation, I mean:
- PostgresSQL 16 is working as a Docker container
- Solr Server 9 is working in another Docker container
- Payara Server has been installed as a component standard with minimal changes in payara.init.service for not need being a superuser.
- My first, I suppose that I can write "localhost" there.
- After that , I got the dataverse-6.0.war , configure default.config ( doubt, for a really minimal installation , do I need Rserve?, In https://guides.dataverse.org/en/latest/installation/prerequisites.html#r , the first lines say no., but when I've let RSERVE_HOST in blank, the script installation misses it .
- Anyway, when the script finishes, it produces some errors by screen, I've attached the log, you will see it says .....ERR_ACCESS_DENIED and
<div id="content">
<p>The following error was encountered while trying to retrieve the URL: <a href
="http://localhost.unirioja.es:8080/api/admin/settings/:SystemEmail">http://localhost.unirioja.es:8080/api/admin/settings/:SystemEmail</a></p>
And when I want to access to the Dataverse installed , it's all what I got :
I've checked that the database has been created with 109 tables, 81 sequences an 1 function, so it looks good.
I attach the payara server log also in glassfish/domains/domain1/log when I see some sort of EJBException.
I hope you can kindly give some ideas, since I'm not a professional sysadmin, and this installation require it.
Thanks in advance!
Daniel