Hello, When Apache Atlas is built and run, the startup process is not performed. I have downloaded and built version 2.3.0, but the process stops when starting the server.
git clone https://github.com/apache/atlas.git git checkout release-2.3.0-rc1 export MAVEN_OPTS="-Xms2g -Xmx2g" mvn clean -DskipTests install mvn clean install -DskipTests mvn clean -DskipTests package -Pdist,embedded-hbase-solr logs/application.log ######################################################################################## Atlas Server (STARTUP) project.name: apache-atlas project.description: Metadata Management and Data Governance Platform over Hadoop build.user: ubuntu build.epoch: 1745306599614 project.version: 2.3.0 build.version: 2.3.0 vc.revision: 4cd215e1e2a04acbcd8afe6af95f43c4979202f1 vc.source.url: scm:git:git://git.apache.org/atlas.git/atlas-webapp ######################################################################################## (Atlas:215) 2025-04-22 07:34:59,937 INFO - [main:] ~ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (Atlas:216) 2025-04-22 07:34:59,938 INFO - [main:] ~ Server starting with TLS ? false on port 21000 (Atlas:217) 2025-04-22 07:34:59,938 INFO - [main:] ~ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< (Atlas:218) atlas.20250422-073458.err ERROR StatusLogger Reconfiguration failed: No configuration found for '18b4aac2' at 'null' in 'null' Exception in thread "main" org.apache.atlas.exception.AtlasBaseException: EmbeddedServer.Start: failed! at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:116) at org.apache.atlas.Atlas.main(Atlas.java:133) Caused by: java.lang.NullPointerException at org.apache.atlas.util.BeanUtil.getBean(BeanUtil.java:36) at org.apache.atlas.web.service.EmbeddedServer.auditServerStatus(EmbeddedServer.java:129) at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:112) ... 1 more I am seeing errors in the following files, I do not know the cause or how to respond. I would like to get advice on this point.
