jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
561 stars 121 forks source link

Hazelcast client-server architecture exception #734

Closed dtaimanov closed 2 months ago

dtaimanov commented 2 years ago

And one more thing: I'm trying to run app with hazelcast client-server architecture. I replaced property spring.cache.jcache.provider = com.hazelcast.client.cache.impl.HazelcastClientCachingProvider, replaced hazelcast.yaml with hazelcast-client.yaml. Application connects to the cluster as client, but there is exception when opening, for example, User browse screen. Did I configure something wrong, or is it a bug? hazelcast-client.yaml:

hazelcast-client: cluster-name: dev instance-name: dummy network: cluster-members:

hazelcast server started with default settings

Originally posted by @dstrmv in https://github.com/jmix-framework/jmix/issues/377#issuecomment-1073118234

dtaimanov commented 2 years ago

@dstrmv, Please provide next information:

  1. Exception with the stacktrace.
  2. Clear steps to reproduce the issue, including hazelcast server setup scenario.
  3. Sample project or steps to create it from scratch.