admin管理员组文章数量:1205574
THis is regarding Java Service Wrapper version 3.2.3 when attempting to start the service using JSW and seeing this
WrapperManager class initialized by thread: main Using classloader: jdk.internal.loader.ClassLoaders$AppClassLoader@5ffd2b27
Wrapper (Version 3.2.3)
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
Wrapper Manager: JVM #2
Running a 64-bit JVM.
Wrapper Manager: Registering shutdown hook
Wrapper Manager: Using wrapper
Load native library. One or more attempts may fail if platform specific libraries do not exist.
Loaded native library: libwrapper-linux-x86-64.so
Calling native initialization method.
Inside native WrapperManager initialization method
Java Version : 17.0.13+11-LTS OpenJDK 64-Bit Server VM
Java VM Vendor : Red Hat, Inc.
Control event monitor thread started.
Startup runner thread started.
WrapperManager.start called by thread: main
Communications runner thread started.
Open socket to wrapper...Wrapper-Connection
Failed to connect to the Wrapper at port 32001.
java.ConnectException: Connection refused
Exiting JVM...
WrapperManager.stopImmediate(1) called by thread: Wrapper-Connection
Below is the command :
java -classpath /app/dist/lib/jsw/:/app/dist/lib/orbit/ -Djava.library.path=/app/dist/lib/jsw:/app/dist/lib/orbit:/app/dist/webapps/tomcat/WEB-INF/lib:/app/dist/webapps/tomcat/WEB-INF/lib/acme:/app/dist/webapps/tomcat/WEB-INF/lib/nlq -Dconf.dir=/app/dist/conf -Dorbit.bootstrap.classpath=/app/dist/lib/orbit:/app/dist/lib/contrib -Dorbit.properties.prefix=tomcat -Dorbit.home=/app/dist -Dorbit.home=/app/dist -Djava.io.tmpdir=/tmp -Xms4G -Xmx25G -XX:MaxMetaspaceSize=1G -Dorg.bytedeco.javacpp.cachedir=/tmp -Dorg.bytedeco.javacpp.maxbytes=16G -Dorg.bytedeco.javacpp.maxphysicalbytes=48G --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Dfile.encoding=UTF-8 -Djavax.ssl.keyStoreType=PKCS12 -Djavax.ssl.trustStoreType=PKCS12 -Dmetrics.ehcache.statistics.entrySizeCalculationMethod=xmlsize -Dorg.apache.catalina.connector.RECYCLE_FACADES=true -Dorg.apache.tomcat.websocket.DEFAULT_BUFFER_SIZE=4096 -XX:+ScavengeBeforeFullGC -verbose:gc -server -XX:+UseG1GC -Xlog:gc*:stdout:time,level,tags,pid -Dlog4j.configuration=file:/app/dist/bin/log4j.properties -Djava.util.logging.config.file=/app/dist/bin/logging.properties -Dwrapper.key=FK98JKB987kjb -Dwrapper.port=32001 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1404925 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.ignore_signals=TRUE -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=2 -Dwrapper.debug=true -Dwrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper-linux-x86_64
Any suggestion to correct above, and yes, running on the docker container
本文标签: JSW quotFailed to connect to the Wrapper at port 32001quot on the docker containerStack Overflow
版权声明:本文标题:JSW "Failed to connect to the Wrapper at port 32001." on the docker container - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738620381a2103155.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论