You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:56:13 UTC

[jira] [Closed] (GEODE-4790) Access violation exception when setting cache-xml-file on cache factory

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

Anthony Baker closed GEODE-4790.
--------------------------------

> Access violation exception when setting cache-xml-file on cache factory
> -----------------------------------------------------------------------
>
>                 Key: GEODE-4790
>                 URL: https://issues.apache.org/jira/browse/GEODE-4790
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Ryan McMahon
>            Assignee: Ryan McMahon
>            Priority: Major
>
> When using the latest geode-native, the following code results in an access violation exception.  This appears to be a regression as the same code worked in 9.2 and prior.
> {code:java}
> var cache = new CacheFactory()
> .Set("cache-xml-file", somePath)
> .Create();
> var region = cache.GetRegion<string, SessionStateStoreData>(someRegionName);
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)