atomix / atomix

A Kubernetes toolkit for building distributed applications using cloud native principles

Home Page:https://atomix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atomix docker 3.1.5

first-vc opened this issue · comments

@kuujo hello, I have a problem when I create an atomix container.
Now I want to create an onos cluster with docker and I follow the tutorial on the onos wiki:
https://wiki.onosproject.org/display/ONOS/Notes+on+cluster+formation+for+Docker+instances
image
After I create an atomix container by docker run -t -d --name atomix-1 atomix/atomix:3.1.5, this container exits immediately. Then I check out logs with docker logs atomix-1, the output shows there is a java exception Exception in thread "main" io.atomix.utils.config.ConfigurationException: Cannot instantiate abstract type io.atomix.primitive.partition.PartitionGroupConfig
Q2HP O7SP76W%{$YQ(HK)BL
How can I solve this problem and create the atomix container correctly?