Hello Akka community! 

I'm trying to porting Apache Flink <http://flink.apache.org> (which relays 
on Akka) to Android, but don't worry: you don't need to know this framework 
for this topic.

While I was debugging, I caught a sendmessage() call in ActorCell.scala 
where the sender is null and message is:


Error(akka.actor.ActorInitializationException:exception during creation" 


and in particular:

Failed resolution of: Ljava/lang/management/ManagementFactory;


I don't know Akka so well and I don't understand where actually IS the code 
that generates this message, e.g. where is the actor creation? And of 
course if you know how to solve this on Android, please tell me! 

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to