RE: liferay 7.2.0 CE GA1 server not starting

Teddy Kossoko, modified 5 Years ago. Junior Member Posts: 42 Join Date: 3/5/18 Recent Posts
After tons of headaches with the Docker version of Liferay I decided to install a standalone version.
So I download the Liferay 7.2.0 CE GA1  from sourceforge.
Configure java
java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)

and java_home
echo $JAVA_HOME/
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64/
But when I start my Liferay it stucks:
[root@vps765858 tomcat-9.0.17]# ./bin/catalina.sh run
Using CATALINA_BASE:   /root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17
Using CATALINA_HOME:   /root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17
Using CATALINA_TMPDIR: /root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/bin/bootstrap.jar:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/bin/tomcat-juli.jar
31-Jan-2020 16:35:11.451 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [607] milliseconds
Loading jar:file:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/portal-ext.properties
2020-01-31 16:35:12.888 INFO  [main][PortalContextLoaderListener:139] JVM arguments: -Djava.util.logging.config.file=/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Dfile.encoding=UTF8 -Djava.locale.providers=JRE,COMPAT,CLDR -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Xms2560m -Xmx2560m -XX:MaxNewSize=1536m -XX:MaxMetaspaceSize=512m -XX:MetaspaceSize=512m -XX:NewSize=1536m -XX:SurvivorRatio=7 -Dignore.endorsed.dirs= -Dcatalina.base=/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17 -Dcatalina.home=/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17 -Djava.io.tmpdir=/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/temp
2020-01-31 16:35:16.400 WARN  [main][DialectDetector:101] Liferay is configured to use Hypersonic as its database. Do NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demonstration purposes. The database settings can be changed in portal-ext.properties.
2020-01-31 16:35:16.409 INFO  [main][DialectDetector:159] Using dialect com.liferay.portal.dao.orm.hibernate.HSQLDialect for HSQL Database Engine 2.3
2020-01-31 16:35:19.544 INFO  [main][ModuleFrameworkImpl:1319] Starting initial bundles
2020-01-31 16:35:22.987 INFO  [main][ModuleFrameworkImpl:1596] Started initial bundles
2020-01-31 16:35:22.988 INFO  [main][ModuleFrameworkImpl:1631] Starting dynamic bundles
2020-01-31 16:35:36.730 INFO  [main][ModuleFrameworkImpl:1728] Started dynamic bundles
2020-01-31 16:35:36.730 INFO  [main][ModuleFrameworkImpl:398] Navigate to Control Panel > Configuration > Gogo Shell and enter "lb" to see all bundles
2020-01-31 16:35:42.267 WARN  [Elasticsearch initialization thread][EmbeddedElasticsearchConnection:288] Liferay is configured to use embedded Elasticsearch as its search engine. Do NOT use embedded Elasticsearch in production. Embedded Elasticsearch is useful for development and demonstration purposes. Refer to the documentation for details on the limitations of embedded Elasticsearch. Remote Elasticsearch connections can be configured in the Control Panel.
    __    ____________________  _____  __
   / /   /  _/ ____/ ____/ __ \/   \ \/ /
  / /    / // /_  / __/ / /_/ / /| |\  /
 / /____/ // __/ / /___/ _, _/ ___ |/ /
/_____/___/_/   /_____/_/ |_/_/  |_/_/
Starting Liferay Community Edition Portal 7.2.0 CE GA1 (Mueller / Build 7200 / June 4, 2019)
2020-01-31 16:35:55.526 INFO  [main][StartupHelper:72] There are no patches installed
Loading jar:file:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/tomcat-9.0.17/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/portal-ext.properties
2020-01-31 16:35:57.126 INFO  [main][AutoDeployDir:193] Auto deploy scanner started for /root/liferay-standalone/liferay-ce-portal-7.2.0-ga1/deploy
2020-01-31 16:36:04.032 INFO  [main][ThemeHotDeployListener:108] 1 theme for admin-theme is available for use
2020-01-31 16:36:04.528 INFO  [main][ThemeHotDeployListener:108] 1 theme for classic-theme is available for use
2020-01-31 16:36:39.402 INFO  [main][SystemCheckOSGiCommands:54] System check is enabled. You can run a system check with the command "system:check" in Gogo shell.
31-Jan-2020 16:36:41.101 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [89,648] milliseconds

I don't know what to do to start Liferay. Please how could I do ?
thumbnail
David H Nebinger, modified 5 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
It looks fine. what problem do you think you are having?
Teddy Kossoko, modified 5 Years ago. Junior Member Posts: 42 Join Date: 3/5/18 Recent Posts
I was waiting to have something like this with the port number. But you are right. Sorry for this non issue
31-Jan-2020 22:52:29.477 INFOS [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'Remoting Servlet'
31-Jan-2020 22:52:30.795 INFOS [main] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of deployment descriptor [C:\Users\tkossoko\liferay-workspace\BMAP-Source\liferay-ce-portal-7.1.0-ga1\tomcat-9.0.6\conf\Catalina\localhost\ROOT.xml] has finished in [275 106] ms
31-Jan-2020 22:52:30.802 INFOS [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8090"]
31-Jan-2020 22:52:30.832 INFOS [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8010"]
31-Jan-2020 22:52:30.838 INFOS [main] org.apache.catalina.startup.Catalina.start Server startup in 275227 ms