You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Mahesh Renduchintala <ma...@aline-consulting.com> on 2020/10/23 12:36:03 UTC

2.9.0 migration - Thick Client error

Hi,

Migrating from 2.8.1 to 2.9.0. We are seeing the below error with thick client
Please suggest how to work around it

regards
mahesh



WARNING: Failed to resolve default logging config file: config/java.util.logging.properties
[12:33:47]    __________  ________________
[12:33:47]   /  _/ ___/ |/ /  _/_  __/ __/
[12:33:47]  _/ // (7 7    // /  / / / _/
[12:33:47] /___/\___/_/|_/___/ /_/ /___/
[12:33:47]
[12:33:47] ver. 2.9.0#20201015-sha1:70742da8
[12:33:47] 2020 Copyright(C) Apache Software Foundation
[12:33:47]
[12:33:47] Ignite documentation: http://ignite.apache.org
[12:33:47]
[12:33:47] Quiet mode.
[12:33:47]   ^-- Logging by 'JavaLogger [quiet=true, config=null]'
[12:33:47]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
[12:33:47]
[12:33:47] OS: Linux 3.10.0-1127.19.1.el7.x86_64 amd64
[12:33:47] VM information: OpenJDK Runtime Environment 1.8.0_262-b10 Oracle Corporation OpenJDK 64-Bit Server VM 25.262-b10
[12:33:47] Configured plugins:
[12:33:47]   ^-- ml-inference-plugin 1.0.0
[12:33:47]   ^-- null
[12:33:47]
[12:33:47] Configured failure handler: [hnd=net.aline.cloudedh.base.database.IgniteDatabase$$Lambda$2/792791759@15975490]
[12:33:47] Security status [authentication=off, sandbox=off, tls/ssl=off]
Oct 23, 2020 12:33:47 PM org.apache.ignite.logger.java.JavaLogger error
SEVERE: Exception during start processors, node will be stopped and close connections
java.lang.NoSuchMethodError: org.apache.ignite.internal.managers.systemview.GridSystemViewManager.registerWalker(Ljava/lang/Class;Lorg/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker;)V
at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.start(IgniteH2Indexing.java:2103)
at org.apache.ignite.internal.processors.query.GridQueryProcessor.start(GridQueryProcessor.java:276)
at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1953)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1235)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2046)
at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:634)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:560)
at org.apache.ignite.Ignition.start(Ignition.java:328)
at net.aline.cloudedh.base.database.IgniteDatabase.thickClientConnect(IgniteDatabase.java:275)
at net.aline.cloudedh.base.database.IgniteDatabase.connect(IgniteDatabase.java:139)
at net.aline.cloudedh.base.framework.L1DSA.start(L1DSA.java:15)
at net.aline.cloudedh.base.framework.DataLoadTaskTest.main(DataLoadTaskTest.java:18)



Re: 2.9.0 migration - Thick Client error

Posted by Stephen Darlington <st...@gridgain.com>.
Looks like you still have the 2.8.1 version of ignite-indexing. You need to update all your dependencies, not just ignite-core.

Regards,
Stephen

> On 23 Oct 2020, at 13:36, Mahesh Renduchintala <ma...@aline-consulting.com> wrote:
> 
> Hi,
> 
> Migrating from 2.8.1 to 2.9.0. We are seeing the below error with thick client
> Please suggest how to work around it
> 
> regards
> mahesh
> 
> 
> 
> WARNING: Failed to resolve default logging config file: config/java.util.logging.properties
> [12:33:47]    __________  ________________ 
> [12:33:47]   /  _/ ___/ |/ /  _/_  __/ __/ 
> [12:33:47]  _/ // (7 7    // /  / / / _/   
> [12:33:47] /___/\___/_/|_/___/ /_/ /___/  
> [12:33:47] 
> [12:33:47] ver. 2.9.0#20201015-sha1:70742da8
> [12:33:47] 2020 Copyright(C) Apache Software Foundation
> [12:33:47] 
> [12:33:47] Ignite documentation: http://ignite.apache.org <http://ignite.apache.org/>
> [12:33:47] 
> [12:33:47] Quiet mode.
> [12:33:47]   ^-- Logging by 'JavaLogger [quiet=true, config=null]'
> [12:33:47]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat}
> [12:33:47] 
> [12:33:47] OS: Linux 3.10.0-1127.19.1.el7.x86_64 amd64
> [12:33:47] VM information: OpenJDK Runtime Environment 1.8.0_262-b10 Oracle Corporation OpenJDK 64-Bit Server VM 25.262-b10
> [12:33:47] Configured plugins:
> [12:33:47]   ^-- ml-inference-plugin 1.0.0
> [12:33:47]   ^-- null
> [12:33:47] 
> [12:33:47] Configured failure handler: [hnd=net.aline.cloudedh.base.database.IgniteDatabase$$Lambda$2/792791759@15975490]
> [12:33:47] Security status [authentication=off, sandbox=off, tls/ssl=off]
> Oct 23, 2020 12:33:47 PM org.apache.ignite.logger.java.JavaLogger error
> SEVERE: Exception during start processors, node will be stopped and close connections
> java.lang.NoSuchMethodError: org.apache.ignite.internal.managers.systemview.GridSystemViewManager.registerWalker(Ljava/lang/Class;Lorg/apache/ignite/spi/systemview/view/SystemViewRowAttributeWalker;)V
> at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.start(IgniteH2Indexing.java:2103)
> at org.apache.ignite.internal.processors.query.GridQueryProcessor.start(GridQueryProcessor.java:276)
> at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1953)
> at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1235)
> at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2046)
> at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698)
> at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114)
> at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:634)
> at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:560)
> at org.apache.ignite.Ignition.start(Ignition.java:328)
> at net.aline.cloudedh.base.database.IgniteDatabase.thickClientConnect(IgniteDatabase.java:275)
> at net.aline.cloudedh.base.database.IgniteDatabase.connect(IgniteDatabase.java:139)
> at net.aline.cloudedh.base.framework.L1DSA.start(L1DSA.java:15)
> at net.aline.cloudedh.base.framework.DataLoadTaskTest.main(DataLoadTaskTest.java:18)