You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2022/01/24 11:45:00 UTC

[jira] [Assigned] (IGNITE-16308) BinaryObjectException: Unexpected field type [pos=354, expected=String, actual=0]

     [ https://issues.apache.org/jira/browse/IGNITE-16308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn reassigned IGNITE-16308:
---------------------------------------

    Assignee: Pavel Tupitsyn

> BinaryObjectException: Unexpected field type [pos=354, expected=String, actual=0]
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-16308
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16308
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.12
>            Reporter: Ali Ferda Arikan
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: newbie
>
> Getting BinaryObjectException error as shown below when running an ignite node using version 2.12. This works fine with version 2.11, it seems the error is coming from readDataRegionConfiguration but I don't have any more information or ways to debug the issue. 
> {code:java}
> class org.apache.ignite.binary.BinaryObjectException: Unexpected field type [pos=354, expected=String, actual=0]
>     at org.apache.ignite.internal.binary.BinaryReaderExImpl.checkFlagNoHandles(BinaryReaderExImpl.java:1684)
>     at org.apache.ignite.internal.binary.BinaryReaderExImpl.readString(BinaryReaderExImpl.java:1058)
>     at org.apache.ignite.internal.processors.platform.utils.PlatformConfigurationUtils.readDataRegionConfiguration(PlatformConfigurationUtils.java:2303)
>     at org.apache.ignite.internal.processors.platform.utils.PlatformConfigurationUtils.readDataStorageConfiguration(PlatformConfigurationUtils.java:2082)
>     at org.apache.ignite.internal.processors.platform.utils.PlatformConfigurationUtils.readIgniteConfiguration(PlatformConfigurationUtils.java:919)
>     at org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetConfigurationClosure.processPrepareResult(PlatformDotNetConfigurationClosure.java:195)
>     at org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetConfigurationClosure.prepare(PlatformDotNetConfigurationClosure.java:182)
>     at org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetConfigurationClosure.apply0(PlatformDotNetConfigurationClosure.java:110)
>     at org.apache.ignite.internal.processors.platform.PlatformAbstractConfigurationClosure.apply(PlatformAbstractConfigurationClosure.java:50)
>     at org.apache.ignite.internal.processors.platform.PlatformAbstractConfigurationClosure.apply(PlatformAbstractConfigurationClosure.java:27)
>     at org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:40)
>     at org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:74)
>  {code}
>  
> This PR might be related with the error as I don't see the changes in the nuget package: https://github.com/apache/ignite/pull/9612/files



--
This message was sent by Atlassian Jira
(v8.20.1#820001)