【发布时间】:2018-11-17 22:06:01
【问题描述】:
我正在通过 Pivotal Cloud Cache 1.3.1 使用 Pivotal GemFire 9.1.1,并在使用 @EnableClusterConfiguration SDG 注释时遇到以下错误:
2018-11-17T16:30:35.279-05:00 [APP/PROC/WEB/0] [OUT] org.springframework.context.ApplicationContextException: Failed to start bean 'gemfireClusterSchemaObjectInitializer'; nested exception is org.apache.geode.cache.client.ServerOperationException: remote server on ac62ca98-0ec5-4a30-606b-1cc9(:8:loner):47710:a6159523:: The function is not registered for function id CreateRegionFunction
2018-11-17T16:30:35.279-05:00 [APP/PROC/WEB/0] [OUT] at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:184)
最后,我遇到了这个帖子 - https://github.com/spring-projects/spring-boot-data-geode/issues/15
我可以在 Spring Boot 2+ 中使用任何其他注释来帮助我动态创建 GemFire 区域吗?
谢谢!
【问题讨论】:
标签: gemfire spring-data-gemfire geode