Skip to content

Meta startup failed #1005

@clemask

Description

@clemask

error message:
metasgp | OpenJDK 64-Bit Server VM warning: ignoring option CMSInitiatingPermOccupancyFraction=70; support was removed in 8.0
metasgp | OpenJDK 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.
metasgp | OpenJDK 64-Bit Server VM warning: CMSFullGCsBeforeCompaction is deprecated and will likely be removed in a future release.
metasgp | 2025-09-28 10:42:22,095 main INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
metasgp | [2025-09-28 10:42:22.188] [cat-client]: /data/appdatas/cat does not exist. Will try to load config from /opt/app/cat now.
metasgp | [started][execute sql]
metasgp | 2025-09-28 10:42:22,197 INFO [framework-foundation] App ID is set to 100004375 by app.id property from /META-INF/app.properties
metasgp | 2025-09-28 10:42:22,198 INFO [framework-foundation] /opt/settings/server.properties and C:/opt/settings/server.properties does not exist or is not readable.
metasgp | 2025-09-28 10:42:22,200 ERROR [framework-foundation] Environment is set to null. Because it is not available in either (1) JVM system property 'env', (2) OS env variable 'ENV' nor (3) property 'env' from the properties InputStream.
metasgp | 2025-09-28 10:42:22,201 INFO [framework-foundation] /opt/settings/region.properties not exist nor no read permission
metasgp | 2025-09-28 10:42:22,202 ERROR [framework-foundation] Status file /opt/status/server.status doesn't exist!
metasgp | 2025-09-28 10:42:22,203 ERROR [framework-foundation] Status file /opt/status/webapp.status doesn't exist!
metasgp | 2025-09-28 10:42:22,204 INFO [framework-foundation] Interval to reload /opt/status/server.status and /opt/status/webapp.status is 1 SECONDS
dokcer-compose.yml

  metasgp:
    image: ctripcorpxpipe/xpipe-meta:1.0
    container_name: metasgp
    restart: always
    environment:
      DATACENTER: sgp
      METASERVER_ID: 1
      CONSOLE_ADDRESS: http://consolesgp:8080
      ZKADDRESS: zoosgp1:2181
      JAVA_OPTS: "-Xms200m -Xmx200m -Xmn160m -XX:+AlwaysPreTouch  -XX:MaxDirectMemorySize=100m -XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=256m -Dserver.port=8080 -Dcat.client.enabled=false -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -Dlogging.config=config/log4j2.xml -Dlog4j.configurationFile=config/log4j2.xml -Dlocalpath=config -XX:+UseParNewGC -XX:MaxTenuringThreshold=5 -XX:+UseConcMarkSweepGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+ScavengeBeforeFullGC -XX:+UseCMSCompactAtFullCollection -XX:+CMSParallelRemarkEnabled -XX:CMSFullGCsBeforeCompaction=9 -XX:CMSInitiatingOccupancyFraction=60 -XX:-CMSClassUnloadingEnabled -XX:SoftRefLRUPolicyMSPerMB=0 -XX:-ReduceInitialCardMarks -XX:+CMSPermGenSweepingEnabled -XX:CMSInitiatingPermOccupancyFraction=70 -XX:+ExplicitGCInvokesConcurrent -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationConcurrentTime -XX:+PrintHeapAtGC -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Duser.timezone=Asia/Shanghai -Dclient.encoding.override=UTF-8 -Dfile.encoding=UTF-8 -Xloggc:/opt/logs/100004375/heap_trace.txt -XX:HeapDumpPath=/opt/logs/100004375/HeapDumpOnOutOfMemoryError/  -Dcom.sun.management.jmxremote.port=19748 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dio.netty.allocator.useCacheForAllThreads=false -Djava.security.egd=file:/dev/./urandom"
    ports:
      - "29748:8080"
    networks:
      internal-ipc:
        ipv4_address: 172.21.1.38

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions