Could be related to this issue which is not fixed yet as far as I know:
https://github.com/sbt/sbt/issues/882

On Wednesday, March 12, 2014 8:27:25 PM UTC+1, Allan Brighton wrote:
>
> Hi all,
>
> I have a multi-jvm test in a subproject that runs fine if I am in the 
> project, but gives "Failed to bind ..." errors when running "test" from 
> the top level project.
> (One of the actors in the multi-jvm test has to have a fixed port number. 
> It is a "location service" where actors can find information about other 
> remote actors.)
>
> I found a solution that works, which is to add:
>
>     parallelExecution in Global := false,
>
> to the settings for the subproject (Using Test instead of Global did not 
> work).
> Is there a better solution? Does the above setting affect the entire 
> build, or only the subproject where it is specified?
>
> Thanks,
> Allan
>
>
>
>

-- 
>>>>>>>>>>      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.

Reply via email to