nethad / clustermeister

Clustermeister provides a framework for easy code execution and testing on remote and distributed Java Virtual Machines (JVM). Specifically it provides utilities to facilitate remote code deployment scenarios and an API to execute code on remote JVMs.
Apache License 2.0
6 stars 2 forks source link

ClassNotFoundException in Scenario 07 integration test. #51

Open danielspicar opened 12 years ago

danielspicar commented 12 years ago

The problem only appears when the node is running in a completely separate JVM.

I opened a Thread in the JPPF Forum here: http://www.jppf.org/forums/index.php/topic,1748.0.html

danielspicar commented 12 years ago

The problem appears most likely because the ClustermeisterNodeProvisioner closes the JPPF Client and JPPF ExecutorService after Akka is Bootstrapped. However this inhibits dynamic classloading because the JPPF infrastructure is terminated so all Classes requested after the Akka nodes are bootstrapped will not be loaded from the Client's (CM API User) classpath and need to be available on the node already.