Hi Sam,

Am 02.07.25 um 06:24 schrieb Samuel Stoker:
Hello everyone,

I've am near completion of my first dSpace 9 installation on two Ubuntu 22.04 servers and am stuck on two final, stubborn issues:

 1.

    *Backend (209.182.253.58):* The Tomcat Manager says the /server
    application is *Running: true*. Solr and PostgreSQL are also running
    and verified. However, visiting http://209.182.253.58:8080/server
    gives a Tomcat 404 error, and the /dspace/log/dspace.log file is
    never created, indicating a silent startup failure.


as a first try, stop tomcat and start dspace directly as the dspace user on the cli:

java -jar webapps/server-boot.jar

it should listen on port 8080, usually localhost (if you configured the real IP, it might not run w/o TLS, so try localhost first). If the program returns immediately, you have a problem - remove the logs/dspace.log file before, it will grow fast…



 2.

    *Frontend (209.182.253.60):* The Angular application has been built
    and is served by Nginx. However, the browser console shows a
    TypeError: can't access property "nameSpace", _.ui is undefined.
    This happens even after repeatedly rebuilding the application with a
    correct config.prod.yml and deploying it to /var/www/html/dspace.
[…]

try the config.example.yml (with demo.dspace.org) as long as you don't have a running backend.

Michael

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/dspace-tech/53cbc7f5-9542-4792-85e9-88bfd102f79b%40bibliothek.uni-kassel.de.

Attachment: smime.p7s
Description: Kryptografische S/MIME-Signatur

Reply via email to