ORBIT-USER: Error in imaging file in hello world experiment
Arinto Murdopo
arinto at gmail.com
Tue Dec 26 01:36:51 EST 2006
Dear all,
I got this error message when I tried the HelloWorld
examplearinto at console.sb1:~$ imageNodes 1,1..2 baseline.ndz
Imaging nodes: 1,1..2 with image baseline.ndz
Using config /etc/nodehandler/grid.cfg
/etc/nodehandler/grid.cfg:20: warning: Insecure world writable dir /tmp,
mode 041777
Using logfile /etc/nodehandler/nodehandler_log.xml
INFO init: NodeHandler Version 3.6.4-1 (849)
INFO init: Experiment ID: sb1_2006_12_26_01_21_25
INFO Experiment: load system:exp:stdlib
INFO prop.resetDelay: resetDelay = 180:Fixnum
INFO Experiment: load system:exp:imageNode
INFO prop.nodes: nodes = [1, 1..2]:Array
INFO prop.image: image = "baseline.ndz":String
/tmp/eee.3/lib/util/communication.rb:127: warning: Insecure world writable
dir /tmp, mode 041777
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
INFO n_1_2: Checked in as /ip/10.11.1.2 booting off pxe:1.1.4
INFO n_1_1: Checked in as /ip/10.11.1.1 booting off pxe:1.1.4
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO whenAll: _ALL_: 'status[text()='UP']' fires
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 0/0/0 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 10/10/10 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 10/10/10 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 10/10/10 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 10/10/10 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 20/20/20 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 20/20/20 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 30/30/30 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 30/30/30 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 30/30/30 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 40/40/40 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 40/40/40 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 40/40/40 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 50/50/50 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 50/50/50 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 60/60/60 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 60/60/60 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 60/60/60 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 70/70/70 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 70/70/70 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 70/75/80 min(n_1_1)/avg/max (69.452427)
INFO exp: Progress(2/2): 80/80/80 min(n_1_2)/avg/max (69.452427)
INFO exp: Progress(2/2): 90/90/90 min(n_1_2)/avg/max (69.452427)
ERROR comm: While processing command '/r_1/c_1 13 APP_EVENT STDOUT
builtin:load_image' Error: 'undefined method `match' for nil:NilClass'
ERROR comm: While processing command '/r_1/c_2 13 APP_EVENT STDOUT
builtin:load_image' Error: 'undefined method `match' for nil:NilClass'
INFO exp: Progress(2/2): 90/90/90 min(n_1_2)/avg/max (69.452427)
INFO whenAll: image: 'apps/builtin/status[text()='DONE.OK']' fires
INFO Experiment: DONE!
INFO run: Experiment sb1_2006_12_26_01_21_25 finished after 5:57
done.
I highlight the error with red font and bold type. What's wrong with this? I
try to run nodehandler -t and the result is like this
arinto at console.sb1:~$ nodehandler -t
Using config /etc/nodehandler/grid.cfg
/etc/nodehandler/grid.cfg:20: warning: Insecure world writable dir /tmp,
mode 041777
Using logfile /etc/nodehandler/nodehandler_log.xml
INFO init: NodeHandler Version 3.6.4-1 (849)
INFO init: Experiment ID: sb1_2006_12_26_01_33_04
INFO Experiment: load system:exp:stdlib
INFO prop.resetDelay: resetDelay = 180:Fixnum
INFO Experiment: load test:exp:tutorial-1a
/tmp/eee.382/lib/util/communication.rb:127: warning: Insecure world writable
dir /tmp, mode 041777
INFO stdlib: 2 out of 2 node(s) still down n_1_2,n_1_1
It states that 2 out of 2 node(s) still down, which means all nodes in the
sandbox are down and doesn't work properly.
Thank you for your help.
Regards,
Arinto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://orbit-lab.org/pipermail/orbit-user/attachments/20061226/e3460bc0/attachment.htm
More information about the orbit-user
mailing list