gammacomputer commented on issue #11886:
URL: https://github.com/apache/ignite/issues/11886#issuecomment-2665854011

   Here is the complete logs I got in case it's useful:
   ```
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
   [14:17:05]    __________  ________________
   [14:17:05]   /  _/ ___/ |/ /  _/_  __/ __/
   [14:17:05]  _/ // (7 7    // /  / / / _/
   [14:17:05] /___/\___/_/|_/___/ /_/ /x___/
   [14:17:05]
   [14:17:05] ver. 2.16.0#20231215-sha1:7bde6a42
   [14:17:05] 2023 Copyright(C) Apache Software Foundation
   [14:17:05]
   [14:17:05] Ignite documentation: https://ignite.apache.org
   [14:17:05]
   [14:17:05] Quiet mode.
   [14:17:05]   ^-- Logging to file 
'/opt/ignite/apache-ignite/work/log/ignite-002c03c1.0.log'
   [14:17:05]   ^-- Logging by 'JavaLogger [quiet=true, config=null]'
   [14:17:05]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false 
or "-v" to ignite.{sh|bat}
   [14:17:05]
   [14:17:05] OS: Linux 5.15.146.1-microsoft-standard-WSL2 amd64
   [14:17:05] VM information: OpenJDK Runtime Environment 1.8.0_392-b08 Temurin 
OpenJDK 64-Bit Server VM 25.392-b08
   [14:17:05] Configured plugins:
   [14:17:05]   ^-- None
   [14:17:05]
   [14:17:05] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler 
[tryStop=false, timeout=0, super=AbstractFailureHandler 
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]]
   [14:17:05] Message queue limit is set to 0 which may lead to potential OOMEs 
when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to 
message queues growth on sender and receiver sides.
   ^Cdsattler@L-DonatienS:/tmp/test$ ^C
   dsattler@L-DonatienS:/tmp/test$ fg
   vim Dockerfile
   dsattler@L-DonatienS:/tmp/test$ fg
   -bash: fg: current: no such job
   dsattler@L-DonatienS:/tmp/test$ ls
   Dockerfile  node-configuration.xml  node-configuration2.xml
   dsattler@L-DonatienS:/tmp/test$ vim Dockerfile
   dsattler@L-DonatienS:/tmp/test$ docker build -t testignite .
   failed to fetch metadata: fork/exec 
/usr/local/lib/docker/cli-plugins/docker-buildx: no such file or directory
   
   DEPRECATED: The legacy builder is deprecated and will be removed in a future 
release.
               Install the buildx component to build images with BuildKit:
               https://docs.docker.com/go/buildx/
   
   Sending build context to Docker daemon  6.144kB
   Step 1/5 : FROM apacheignite/ignite:2.17.0
    ---> 7f59fe0e1c6e
   Step 2/5 : COPY node-configuration.xml /ignite/config/node-configuration.xml
    ---> Using cache
    ---> e8ab606fcab2
   Step 3/5 : ENV OPTION_LIBS=ignite-rest-http
    ---> Using cache
    ---> fde56d20e850
   Step 4/5 : ENV CONFIG_URI=/ignite/config/node-configuration.xml
    ---> Using cache
    ---> a7b2a5f6eb7f
   Step 5/5 : ENV JVM_OPTS="-DIGNITE_WAL_MMAP=false 
-Djava.net.preferIPv4Stack=true -Xms512m -Xmx512m -XX:+AlwaysPreTouch 
-XX:+UseG1GC -XX:+ScavengeBeforeFullGC"
    ---> Running in 68579017856b
    ---> Removed intermediate container 68579017856b
    ---> 80824072238e
   Successfully built 80824072238e
   Successfully tagged testignite:latest
   dsattler@L-DonatienS:/tmp/test$ docker run -it testignite
   WARNING: Unknown module: jdk.internal.jvmstat specified to --add-exports
   WARNING: package jdk.internal.access not in java.base
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by 
org.apache.ignite.internal.util.GridUnsafe$2 
(file:/opt/ignite/apache-ignite/libs/ignite-core-2.17.0.jar) to field 
java.nio.Buffer.address
   WARNING: Please consider reporting this to the maintainers of 
org.apache.ignite.internal.util.GridUnsafe$2
   WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
   WARNING: All illegal access operations will be denied in a future release
   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
   SLF4J: Defaulting to no-operation (NOP) logger implementation
   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
   [14:17:26]    __________  ________________
   [14:17:26]   /  _/ ___/ |/ /  _/_  __/ __/
   [14:17:26]  _/ // (7 7    // /  / / / _/
   [14:17:26] /___/\___/_/|_/___/ /_/ /x___/
   [14:17:26]
   [14:17:26] ver. 2.17.0#20250209-sha1:d53d4540
   [14:17:26] 2025 Copyright(C) Apache Software Foundation
   [14:17:26]
   [14:17:26] Ignite documentation: https://ignite.apache.org
   [14:17:26]
   [14:17:26] Quiet mode.
   [14:17:26]   ^-- Logging to file 
'/opt/ignite/apache-ignite/work/log/ignite-2cd60f63.0.log'
   [14:17:26]   ^-- Logging by 'JavaLogger [quiet=true, 
config=/opt/ignite/apache-ignite/config/java.util.logging.properties]'
   [14:17:26]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false 
or "-v" to ignite.{sh|bat}
   [14:17:26]
   [14:17:26] OS: Linux 5.15.146.1-microsoft-standard-WSL2 amd64
   [14:17:26] VM information: OpenJDK Runtime Environment 11.0.26+4 Eclipse 
Adoptium OpenJDK 64-Bit Server VM 11.0.26+4
   [14:17:26] Configured plugins:
   [14:17:26]   ^-- None
   [14:17:26]
   [14:17:26] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler 
[tryStop=false, timeout=0, super=AbstractFailureHandler 
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, 
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]]
   [14:17:26] Message queue limit is set to 0 which may lead to potential OOMEs 
when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to 
message queues growth on sender and receiver sides.
   [14:17:27,148][SEVERE][main][IgniteKernal] Exception during start 
processors, node will be stopped and close connections
   java.lang.NoClassDefFoundError: 
com/fasterxml/jackson/core/JsonProcessingException
           at 
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.start(GridJettyRestProtocol.java:104)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startProtocol(GridRestProcessor.java:1037)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:1008)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:558)
           at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1823)
           at 
org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1105)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1720)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1642)
           at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1084)
           at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:978)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:884)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:803)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:673)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:642)
           at org.apache.ignite.Ignition.start(Ignition.java:325)
           at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:365)
   Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.core.JsonProcessingException
           at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
           at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown 
Source)
           at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
           ... 16 more
   [14:17:27,150][SEVERE][main][IgniteKernal] Got exception while starting 
(will rollback startup routine).
   java.lang.NoClassDefFoundError: 
com/fasterxml/jackson/core/JsonProcessingException
           at 
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.start(GridJettyRestProtocol.java:104)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startProtocol(GridRestProcessor.java:1037)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:1008)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:558)
           at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1823)
           at 
org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1105)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1720)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1642)
           at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1084)
           at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:978)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:884)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:803)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:673)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:642)
           at org.apache.ignite.Ignition.start(Ignition.java:325)
           at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:365)
   Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.core.JsonProcessingException
           at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
           at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown 
Source)
           at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
           ... 16 more
   [14:17:27] Ignite node stopped OK [uptime=00:00:03.730]
   java.lang.NoClassDefFoundError: 
com/fasterxml/jackson/core/JsonProcessingException
           at 
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.start(GridJettyRestProtocol.java:104)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startProtocol(GridRestProcessor.java:1037)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:1008)
           at 
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:558)
           at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1823)
           at 
org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1105)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1720)
           at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1642)
           at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1084)
           at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:978)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:884)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:803)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:673)
           at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:642)
           at org.apache.ignite.Ignition.start(Ignition.java:325)
           at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:365)
   Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.core.JsonProcessingException
           at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
           at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown 
Source)
           at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
           ... 16 more
   Failed to start grid: com/fasterxml/jackson/core/JsonProcessingException
   Note! You may use 'USER_LIBS' environment variable to specify your classpath.
   ```
   I will investigate if the issue might be caused by USER_LIBS not being 
defined.
   Thanks a lot in advance for your help.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to