I installed Hopsworks on a Virtual Machine. The installation went well and I am able to log into the Platform. However, when I create a new project, it will load and go back to the main screen. Upon creating a new project again, it will say “Client Error: projectname” with no other errors.
My questions are:
how do I see the actual error in the logs?
after installation, does create a project or any function require internet access?
The platform needs to be behind a proxy, can Hopsworks be configured to run behind a proxy during run time?
The most likely issue is that some services are not running correctly. You can find the logs of the backend in /srv/hops/domains/domain1/logs/server.log.
You can check which services are alive and which are stopped by running this command:
Regarding your internet access/proxy question. Hopsworks doesn’t need to reach the internet. If you installed it on your hardware and you have connectivity to it, it’s enough for it to be working.