ProjectZetta / RemoteFutures

Remote execution of futures in a distributed system.
http://remotefutures.org
Other
4 stars 1 forks source link

Non working code examples: #79

Open ghost opened 9 years ago

ghost commented 9 years ago

Non working: [3] org.remotefutures.examples.RemoteExampleSimple [7] org.remotefutures.examples.RemoteExampleFibonacci [8] org.remotefutures.examples.JavaPi [10] org.remotefutures.examples.RemoteFutureExample [11] org.remotefutures.examples.RemoteFutureExample2 [12] org.remotefutures.examples.RemoteFutureWithSporesExample__NotWorking [13] org.remotefutures.examples.RemoteFutureWithSporesExample_Working

Examples 10 to 13 fail because of the same classNotFound error;

"Caused by: java.lang.ClassNotFoundException: NOT WORKING"

Which traces back to: RemoteExecutionContextImpl

https://github.com/ProjectZetta/RemoteFutures/blob/master/src/main/scala/org/remotefutures/core/impl/RemoteExecutionContextImpl.scala#L31

The comment says:

So I guess there is something missing here, as the code only shows:

instantiateByClassname[RemoteExecutionContext]("NOT WORKING")( settings, reporter)

MartinSenne commented 9 years ago

Will take a look soon ......