Skip to content

A test case for showing issue with akka.actor.IllegalActorStateException: Future mapped to UUID 90b1aee3-e7dc-11e0-988a-3c07541cad30 does not exist

Notifications You must be signed in to change notification settings

viktornordling/akka-testacse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a test case for showing a problem described in the Akka mailing list:
http://groups.google.com/group/akka-user/browse_thread/thread/8babb9f5b94af04e/17fdf45c62503b5d?show_docid=17fdf45c62503b5d#

To run it, you need to first build the project while skipping the tests (because it will fail)
mvn package -Dmaven.test.skip

Then run exec, this will start the Akka server:
mvn exec:java

Now, in a new session, run:
mvn test

This test failed randomly running Akka 1.1.3, but never running 1.1.2.

UPDATE: In Akka 2.0 this is now working properly. This project will now serve as a "Hello Typed Actor Akka World".

About

A test case for showing issue with akka.actor.IllegalActorStateException: Future mapped to UUID 90b1aee3-e7dc-11e0-988a-3c07541cad30 does not exist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages