Hello, I am trying to run my Twister application on two computers. Their IP addresses are 192.168.0.11 and 192.168.0.15 (LAN) and they are able to connect to each other via SSH without prompting password.
I have decided that 192.168.0.11 will be computer from which I will run the application. $TWISTER_HOME/bin/nodes: 127.0.0.1 192.168.0.15 $TWISTER_HOME/bin/nb.properties: broker_host = 127.0.0.1 broker_port = 3045 comm_type = niotcp I did not change other files. Application is running perfectly when there is only one machine. On the other computer, I did not do anything. I have just copied twister-0.9/ and NaradaBrokering-4.2.2/ (identical path on both computers). I am not sure at all are these steps correct. I am doing what I understood I should do from http://salsahpc.indiana.edu/tutorial/twister_install.htm. So, on 192.168.0.11 (i.e. 127.0.0.1) $ cd $NBHOME/bin/ $ ./start_br.sh $ cd $TWISTER_HOME/bin/ $ ./start_twister.sh 127.0.0.1 127.0.0.1 0 [main] INFO cgl.imr.worker.DaemonWorker - Daemon no: 0 started. 192.168.0.15 192.168.0.15 Error: Could not find or load main class cgl.imr.worker.TwisterDaemon I did not run anything on the other computer. Twister-0.9.jar is contained in $TWISTER_HOME/lib/ on file systems. Could someone tell me where am I doing wrong? Are these even the correct steps to run Twister on two or more computers? Thankfully, Branislava -- You received this message because you are subscribed to the Google Groups "twister-users" 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]. For more options, visit https://groups.google.com/d/optout.
