Zoltán Kornél Török created NIFI-11965:
------------------------------------------
Summary: ITPutIgniteCache stucks in a booting in the beforeAll
method forever
Key: NIFI-11965
URL: https://issues.apache.org/jira/browse/NIFI-11965
Project: Apache NiFi
Issue Type: Task
Reporter: Zoltán Kornél Török
Assignee: Zoltán Kornél Török
Every time I want to run ITPutIgniteCache It stucks in a booting state and
never executes:
{code}
[INFO] Running org.apache.nifi.processors.ignite.cache.ITPutIgniteCache
[main] INFO org.apache.nifi.processors.ignite.cache.PutIgniteCache -
PutIgniteCache[id=c2431d2c-6769-4bed-8807-73d8b8fe7eb9] Initializing Ignite
cache
[main] INFO org.apache.nifi.processors.ignite.cache.PutIgniteCache -
PutIgniteCache[id=c2431d2c-6769-4bed-8807-73d8b8fe7eb9] Initializing ignite as
client
[main] INFO org.apache.nifi.processors.ignite.cache.PutIgniteCache -
PutIgniteCache[id=c2431d2c-6769-4bed-8807-73d8b8fe7eb9] Initializing ignite
with configuration null
[14:35:32] (wrn) Default Spring XML file not found (is IGNITE_HOME set?):
config/default-config.xml
Aug 17, 2023 2:35:32 PM java.util.logging.LogManager$RootLogger log
SEVERE: Failed to resolve default logging config file:
config/java.util.logging.properties
[14:35:33] __________ ________________
[14:35:33] / _/ ___/ |/ / _/_ __/ __/
[14:35:33] _/ // (7 7 // / / / / _/
[14:35:33] /___/\___/_/|_/___/ /_/ /___/
[14:35:33]
[14:35:33] ver. 1.6.0#20160518-sha1:0b22c45b
[14:35:33] 2016 Copyright(C) Apache Software Foundation
[14:35:33]
[14:35:33] Ignite documentation: http://ignite.apache.org
[14:35:33]
[14:35:33] Quiet mode.
[14:35:33] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or
"-v" to ignite.{sh|bat}
[14:35:33]
[14:35:33] OS: Mac OS X 12.3 aarch64
[14:35:33] VM information: OpenJDK Runtime Environment 1.8.0_345-b01 Azul
Systems, Inc. OpenJDK 64-Bit Server VM 25.345-b01
[14:35:35] Configured plugins:
[14:35:35] ^-- None
[14:35:35]
[14:35:38] Security status [authentication=off, tls/ssl=off]
[14:35:39] IP finder returned empty addresses list. Please check IP finder
configuration and make sure multicast works on your network. Will retry every 2
secs.
[14:40:42] IP finder returned empty addresses list. Please check IP finder
configuration and make sure multicast works on your network. Will retry every 2
secs.
{code}
Goal of the story: Solve this issue, so the test should not be stucked anymore.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)