[
https://issues.apache.org/jira/browse/IGNITE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vasilisa Sidorova closed IGNITE-2653.
--------------------------------------
> .Net: StoreExample failed when running with remote nodes
> --------------------------------------------------------
>
> Key: IGNITE-2653
> URL: https://issues.apache.org/jira/browse/IGNITE-2653
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 1.6
> Environment: release version 1.6.1-b1
> Reporter: Vasilisa Sidorova
>
> ---------------------------------------------
> DESCRIPTION
> ---------------------------------------------
> .Net: StoreExample failed when running with remote nodes
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> # Build .Net examples project
> # Run several remote nodes from ./bin directory by the command:
> {noformat}
> Apache.Ignite.exe -IgniteHome="%IGNITE_HOME%"
> -springConfigUrl=platforms\dotnet\examples\config\example-cache-store.xml
> -assembly=[path_to_Apache.Ignite.ExamplesDll.dll]
> {noformat}
> # Run StoreExample
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> Example failed with error:
> {noformat}
> GridGain.Cache.CacheException was unhandled
> HResult=-2146233088
> Message=class org.apache.ignite.IgniteCheckedException: Duplicate field
> name: args
> Source=GridGain.Core
> StackTrace:
> at GridGain.Impl.Unmanaged.UnmanagedCallbacks.Error(Void* target,
> Int32 errType, SByte* errClsChars, Int32 errClsCharsLen, SByte* errMsgChars,
> Int32 errMsgCharsLen, Void* errData, Int32 errDataLen)
> at
> GridGain.Impl.Unmanaged.UnmanagedUtils.TargetInStreamOutLong(IUnmanagedTarget
> target, Int32 opType, Int64 memPtr)
> at GridGain.Impl.GridTarget.DoOutOp(Int32 type, Action`1 action)
> at GridGain.Impl.Cache.CacheImpl`2.LoadCache0(ICacheEntryFilter`2 p,
> Object[] args, Int32 opId)
> at GridGain.Impl.Cache.CacheImpl`2.LoadCache(ICacheEntryFilter`2 p,
> Object[] args)
> at GridGain.Impl.Cache.CacheProxyImpl`2.LoadCache(ICacheEntryFilter`2
> p, Object[] args)
> at GridGain.Examples.Datagrid.StoreExample.Main() in
> C:\work_vsidorova\GG\gridgain-last\platforms\gridgain\dotnet\examples\GridGainExamples\Datagrid\StoreExample.cs:line
> 62
> at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly,
> String[] args)
> at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
> at System.Threading.ExecutionContext.RunInternal(ExecutionContext
> executionContext, ContextCallback callback, Object state, Boolean
> preserveSyncCtx)
> at System.Threading.ExecutionContext.Run(ExecutionContext
> executionContext, ContextCallback callback, Object state, Boolean
> preserveSyncCtx)
> at System.Threading.ExecutionContext.Run(ExecutionContext
> executionContext, ContextCallback callback, Object state)
> at System.Threading.ThreadHelper.ThreadStart()
> InnerException:
> {noformat}
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Example passed without any exceptions
> ---------------------------------------------
> ADDITIONAL INFO
> ---------------------------------------------
> Isn't reproducible when StoreExample runs without remote nodes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)