Hopsworks 3.0 installation stuck

Hi all,
I tryed to install hopsworks 3.0 on ubuntu 20.04 EC2 instance with the hopsworks-installer.sh script but it stucks on hopsworks::default task.

This is the log from installation.log file:
INFO [2022-08-17 08:28:01,307] se.kth.karamel.backend.machines.SshMachine: 10.206.195.60: Running task: hopsworks::default

I searched on glassfish server.log file under /srv/hops/domains/domain1/logs, and i found many of this errors:
[#|2022-08-18T06:30:33.193+0000|SEVERE|Payara 4.1|io.hops.hopsworks.common.python.search.PyPiLibraryOpenSearchIndexer|_Thre
adID=90;_ThreadName=__ejb-thread-pool14;_TimeMillis=1660804233193;_LevelValue=1000;|Exception occurred trying to index pypi
** libraries, rescheduling timer**
io.hops.hopsworks.exceptions.OpenSearchException: javax.ejb.EJBException: javax.ejb.EJBException: javax.ejb.CreateException
: Could not create stateless EJB
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File containing crypto material password could not be found

Could you check why the installation doesn’t work?

Hello @giabbo79! Could you try again with Ubuntu 18 as per the installation instructions here:

Best regards,
Robin

Hi @Robin_Andersson,
I tryed on ubuntu 18.04 and the task hopsworks::defaults successed but in the server.log i had notice strange java.lang.IllegalArgumentException errors:
[#|2022-08-19T12:46:04.566+0200|SEVERE|Payara 4.1|javax.enterprise.monitoring|_ThreadID=17;_ThreadName=RunLevelControllerThread-1660905963239;_TimeMillis=1660905964566;_LevelValue=1000;_MessageID=NCLS-MNTG-00209;|Error resetting the stats provider: {0}
java.lang.reflect.InvocationTargetException
Caused by: java.lang.NullPointerException
** at org.glassfish.web.admin.monitor.HttpServiceStatsProvider.getInitialOpenConnections(HttpServiceStatsProvider.java:217)**
[#|2022-08-19T12:46:07.483+0200|SEVERE|Payara 4.1|javax.enterprise.system.tools.deployment.common|_ThreadID=44;_ThreadName=deployment-jar-scanner;_TimeMillis=1660905967483;_LevelValue=1000;|Exception while visiting META-INF/versions/11/org/opensearch/common/collect/List.class of size 1523
java.lang.IllegalArgumentException

[#|2022-08-19T12:46:07.484+0200|SEVERE|Payara 4.1|javax.enterprise.system.tools.deployment.common|_ThreadID=44;_ThreadName=deployment-jar-scanner;_TimeMillis=1660905967484;_LevelValue=1000;|Exception while visiting META-INF/versions/11/org/opensearch/common/collect/Map.class of size 8011
java.lang.IllegalArgumentException

[#|2022-08-19T12:46:15.001+0200|SEVERE|Payara 4.1|javax.enterprise.system.tools.deployment.common|_ThreadID=44;_ThreadName=deployment-jar-scanner;_TimeMillis=1660905975001;_LevelValue=1000;|Exception while visiting META-INF/versions/11/org/opensearch/monitor/jvm/JvmPid.class of size 454
java.lang.IllegalArgumentException

And also had the same error:
[#|2022-08-19T12:48:36.629+0200|SEVERE|Payara 4.1|io.hops.hopsworks.common.python.search.PyPiLibraryOpenSearchIndexer|_ThreadID=71;_ThreadName=__ejb-thread-pool7;_TimeMillis=1660906116629;_LevelValue=1000;|Exception occurred trying to index pypi libraries, rescheduling timer
io.hops.hopsworks.exceptions.OpenSearchException: javax.ejb.EJBException: javax.ejb.EJBException: javax.ejb.CreateException: Could not create stateless EJB

Caused by: javax.ejb.EJBException: javax.ejb.CreateException: Could not create stateless EJB
** at com.sun.ejb.containers.StatelessSessionContainer$SessionContextFactory.create(StatelessSessionContainer.java:715)**
** at com.sun.ejb.containers.util.pool.NonBlockingPool.getObject(NonBlockingPool.java:220)**
** at com.sun.ejb.containers.StatelessSessionContainer._getContext(StatelessSessionContainer.java:442)**
** … 113 more**
Caused by: javax.ejb.CreateException: Could not create stateless EJB
** at com.sun.ejb.containers.StatelessSessionContainer.createStatelessEJB(StatelessSessionContainer.java:525)**
** at com.sun.ejb.containers.StatelessSessionContainer.access$000(StatelessSessionContainer.java:99)**
** at com.sun.ejb.containers.StatelessSessionContainer$SessionContextFactory.create(StatelessSessionContainer.java:713)**
** … 115 more**
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File containing crypto material password could not be found

It’s normal ? Why on Ubuntu 20.04 this task goes in stuck ? Because the 18.04 version is too old to install
Thank’s