Hi,
I'm using 2.3.0 as advised by Patrik ("If you use Akka version 2.3.1,
please try with Akka 2.3.0. There is an unfortunate
regression<https://www.assembla.com/spaces/akka/tickets/3967> that
might cause remote connection failures.") and following the documentation.
I will run the Scala version from Activator to try to understand the
difference.
Regards,
-Stefán
On Tuesday, 1 April 2014 08:52:12 UTC, Björn Antonsson wrote:
>
> Hi Stefán,
>
> There isn't a maven archetype available. This is the info from the getting
> started documentation:
>
> The simplest way to get started with Akka and Maven is to check out the
> Typesafe
> Activator <http://www.typesafe.com/platform/getstarted> tutorial named Akka
> Main in Java<http://www.typesafe.com/activator/template/akka-sample-main-java>
> .
>
> Since Akka is published to Maven Central (for versions since 2.1-M2), is
> it enough to add the Akka dependencies to the POM. For example, here is the
> dependency for akka-actor:
>
>
> 1. <dependency>
> 2. <groupId>com.typesafe.akka</groupId>
> 3. <artifactId>akka-actor_2.10</artifactId>
> 4. <version>2.3.1</version>
> 5. </dependency>
>
>
> Hope it helps.
>
> B/
>
> On 1 April 2014 at 10:28:02, Stefán Baxter
> ([email protected]<javascript:>)
> wrote:
>
> Thank you Björn,
>
> I'm using the Java version and relying on this documentation here:
> http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html#cluster-configuration-java
>
> Is there an maven archetype available for Java?
>
> Regards,
> -Stefán
>
>
>
> On Tue, Apr 1, 2014 at 8:08 AM, Björn Antonsson
> <[email protected]<javascript:>
> > wrote:
>
>> I will actually reiterate Patriks suggestion and point you to
>> Activator<http://typesafe.com/activator>,
>> and the cluster
>> sample<http://typesafe.com/activator/template/akka-sample-cluster-scala>.
>> The template contains a ready to run tested sample of a cluster (on a
>> single machine) with configuration and a tutorial.
>>
>> B/
>>
>> On 1 April 2014 at 00:21:35, [email protected] <javascript:> (
>> [email protected] <javascript:>) wrote:
>>
>> Hi,
>>
>> I'm using 2.3.0 now (purged the 2.4* version) but I still get the same
>> error.
>>
>> I'm basically just using the settings/config file from the documentation.
>>
>> Is there anything else I should consider?
>>
>> Regards,
>> -Stefán
>>
>>
>> On Monday, 31 March 2014 19:55:27 UTC, Patrik Nordwall wrote:
>>>
>>>
>>>
>>>
>>> On Mon, Mar 31, 2014 at 9:50 PM, <[email protected]> wrote:
>>>
>>>> Hi,
>>>>
>>>> I'm using 2.4.0-SNAPSHOT, should that work?
>>>>
>>>
>>> There is no reason to use a snapshot version right now.
>>> Try Typesafe Activator:
>>> https://typesafe.com/activator/template/akka-sample-cluster-scala<https://www.google.com/url?q=https%3A%2F%2Ftypesafe.com%2Factivator%2Ftemplate%2Fakka-sample-cluster-scala&sa=D&sntz=1&usg=AFQjCNGL0doM6KsnLlzaDhEjS1LU9Gdz7A>
>>> Possibly changing the version in build.sbt to 2.3.0
>>>
>>> /Patrik
>>>
>>>
>>>>
>>>> Regards,
>>>> -Stefán
>>>>
>>>>
>>>> On Monday, 31 March 2014 19:28:08 UTC, Patrik Nordwall wrote:
>>>>
>>>>> If you use Akka version 2.3.1, please try with Akka 2.3.0. There is
>>>>> an unfortunate
>>>>> regression<https://www.assembla.com/spaces/akka/tickets/3967>that might
>>>>> cause remote connection failures.
>>>>>
>>>>> Regards,
>>>>> Patrik
>>>>>
>>>>>
>>>>> On Mon, Mar 31, 2014 at 8:37 PM, <[email protected]> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm starting to play with Akka-custer and would like to start by
>>>>>> getting a single application/instance taking care of all the required
>>>>>> roles.
>>>>>>
>>>>>> I have been following the "Simple Server Example" in
>>>>>> http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html#cluster-configuration-java
>>>>>> but the system always prints out the following error:
>>>>>>
>>>>>> [WARN] [03/31/2014 18:07:08.937]
>>>>>> [MyAkkaCluster-akka.remote.default-remote-dispatcher-24] [akka.tcp://
>>>>>> [email protected]:37404/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FMyAkkaCluster%40127.0.0.1%3A2552-1]
>>>>>>
>>>>>> Association with remote system [akka.tcp://
>>>>>> [email protected]:2552] has failed, address is now gated for
>>>>>> [5000] ms. Reason is: [Association failed with
>>>>>> [akka.tcp://[email protected]:2552]].
>>>>>>
>>>>>> Can someone point me to good reading material or tell me what I'm
>>>>>> doing wrong :).
>>>>>>
>>>>>> Regards,
>>>>>> -Stefán
>>>>>>
>>>>>> --
>>>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>> >>>>>>>>>> Check the FAQ:
>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>> >>>>>>>>>> Search the archives:
>>>>>> https://groups.google.com/group/akka-user
>>>>>> ---
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Akka User List" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to [email protected].
>>>>>> To post to this group, send email to [email protected].
>>>>>>
>>>>>> Visit this group at http://groups.google.com/group/akka-user.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Patrik Nordwall
>>>>> Typesafe <http://typesafe.com/> - Reactive apps on the JVM
>>>>> Twitter: @patriknw
>>>>> JOIN US. REGISTER TODAY! <http://www.scaladays.org/>
>>>>> Scala <http://www.scaladays.org/>
>>>>> Days <http://www.scaladays.org/>
>>>>> June 16th-18th, <http://www.scaladays.org/>
>>>>> Berlin <http://www.scaladays.org/>
>>>>>
>>>> --
>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>>>> >>>>>>>>>> Check the FAQ:
>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>> >>>>>>>>>> Search the archives:
>>>> https://groups.google.com/group/akka-user
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Akka User List" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> To post to this group, send email to [email protected].
>>>> Visit this group at http://groups.google.com/group/akka-user.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> Patrik Nordwall
>>> Typesafe <http://typesafe.com/> - Reactive apps on the JVM
>>> Twitter: @patriknw
>>> JOIN US. REGISTER TODAY! <http://www.scaladays.org/>
>>> Scala <http://www.scaladays.org/>
>>> Days <http://www.scaladays.org/>
>>> June 16th-18th, <http://www.scaladays.org/>
>>> Berlin <http://www.scaladays.org/>
>>>
>> --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> *Björn Antonsson*
>> Typesafe <http://typesafe.com/> – Reactive<http://reactivemanifesto.org/>
>> Apps
>> on the JVM
>> twitter: @bantonsson <http://twitter.com/#!/bantonsson>
>>
>> JOIN US. REGISTER TODAY! <http://www.scaladays.org/>
>> Scala <http://www.scaladays.org/>
>> Days <http://www.scaladays.org/>
>> June 16th-18th, <http://www.scaladays.org/>
>> Berlin <http://www.scaladays.org/>
>>
>>
> --
> *Björn Antonsson*
> Typesafe <http://typesafe.com/> – Reactive <http://reactivemanifesto.org/>
> Apps
> on the JVM
> twitter: @bantonsson <http://twitter.com/#!/bantonsson>
>
> JOIN US. REGISTER TODAY! <http://www.scaladays.org/>
> Scala <http://www.scaladays.org/>
> Days <http://www.scaladays.org/>
> June 16th-18th, <http://www.scaladays.org/>
> Berlin <http://www.scaladays.org/>
>
>
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.