GSQL Down (tigergraph 3.2)

Hi TG Team,

Just installed tigergraph 3.2, but the GSQL component wouldn’t start. Restarting and rebooting no use.

Here is the from GSQL’s log.ERROR:

GSQL#1
2021-10-23 14:03:53.641
3.2,tg_3.2.0_dev,5678bdbbdf715cf86f0eb2551991b48a3e0eeeb6,f451d8a9a66c7ca0d8d4d9046f440f21097cdd03
ENTERPRISE_EDITION
PATH:/home/tigergraph/tigergraph/app/3.2.0/.syspre/bin:/home/tigergraph/tigergraph/app/3.2.0/.syspre/usr/sbin:/home/tigergraph/tigergraph/app/3.2.0/.syspre/sbin:/home/tigergraph/tigergraph/app/3.2.0/.syspre/usr/bin:/home/tigergraph/tigergraph/app/3.2.0/.syspre/usr/lib/jvm/java-openjdk/bin:/home/tigergraph/tigergraph/app/3.2.0/cmd:/home/tigergraph/tigergraph/app/cmd:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
BuildTime: Thu Sep 30 22:11:05 UTC 2021

From GSQL#1.out file:

Starting GSQL Server: Sat Oct 23 14:03:53 CST 2021
2021-10-23 14:03:53.410 (Driver.java:83) Args: [-c, /home/tigergraph/tigergraph/data/configs/tg.cfg, --replica, 1]
2021-10-23 14:03:53.424 (Driver.java:91) Initializing ConfigManager
2021-10-23 14:03:53.629 (SessionManager.java:215) Server ID: 1_1634969033629
2021-10-23 14:03:53.629 (GsqlLogger.java:399) Set Log Level to INFO
2021-10-23 14:03:53.631 (GsqlLogger.java:317) Now log to /home/tigergraph/tigergraph/log/gsql/ERROR.20211023-140353.630
2021-10-23 14:03:53.633 (GsqlLogger.java:317) Now log to /home/tigergraph/tigergraph/log/gsql/INFO.20211023-140353.633
Exception in thread “main” java.lang.NullPointerException
at com.tigergraph.schema.c.a(CatalogManager.java:234)
at com.tigergraph.schema.c.t(CatalogManager.java:303)
at com.tigergraph.schema.Driver.main(Driver.java:125)

Is this another port related issue? What should I do? Thanks.