[akka-user] AKKA Persistence Cassandra is always always trying to connect 127.0.0.1 with cassandra-journal.contact-points setup

2016-03-29 Thread Yan Pei
Hello ALL, I am on my wits end to get this issue figured out by myself. Any suggestion would be appreciated. The followings are information for what I am using: * AKKA 2.4.2* *Cassendra 2.6* * Akka-persistence-cassandra 0.11* applicaton.conf akka.persistence.journal.plugin

Re: [akka-user] AKKA Persistence Cassandra is always always trying to connect 127.0.0.1 with cassandra-journal.contact-points setup

2016-03-29 Thread Patrik Nordwall
Wrong config. Try cassandra-journal.contact-points without the akka.persistence prefix /Patrik tis 29 mars 2016 kl. 21:19 skrev Yan Pei : > Hello ALL, > >I am on my wits end to get this issue figured out by myself. Any > suggestion would be appreciated. > >The followings are information

Re: [akka-user] AKKA Persistence Cassandra is always always trying to connect 127.0.0.1 with cassandra-journal.contact-points setup

2016-03-29 Thread Yan Pei
Thank you Patrik. After removing akka.persistence prefix from cassandra-journal.contact-points, I got the same error plus: Exception in thread "main" com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka.persistence.cassandra-journal' Regards, Emily On Tue

Re: [akka-user] AKKA Persistence Cassandra is always always trying to connect 127.0.0.1 with cassandra-journal.contact-points setup

2016-03-29 Thread Yan Pei
Patrick, you're right. I made the error gone after removing the prefix. Thanks, Emily On Tuesday, March 29, 2016 at 3:07:07 PM UTC-5, Yan Pei wrote: > > Thank you Patrik. > > After removing akka.persistence prefix from > cassandra-journal.contact-points, I got the same error plus: > > Exception

Re: [akka-user] AKKA Persistence Cassandra is always always trying to connect 127.0.0.1 with cassandra-journal.contact-points setup

2016-03-30 Thread Patrik Nordwall
You're welcome ons 30 mars 2016 kl. 06:50 skrev Yan Pei : > Patrick, > you're right. I made the error gone after removing the prefix. > Thanks, > Emily > > > On Tuesday, March 29, 2016 at 3:07:07 PM UTC-5, Yan Pei wrote: >> >> Thank you Patrik. >> >> After removing akka.persistence prefix from >>