ProActive Scheduler

NullPointerException in admin console of rm

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0, 2.0 Technology Preview
  • Fix Version/s: 1.0.1, 2.0 Technology Preview
  • Component/s: None
  • Description:
    Hide
    to reproduce
    echo demo | ./bin/unix/adminRM.sh -l demo

    result
    java.lang.NullPointerException
            at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.startCommandListener(AdminController.java:371)
            at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.start(AdminController.java:287)
            at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.load(AdminController.java:217)
            at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.main(AdminController.java:140)
    Show
    to reproduce echo demo | ./bin/unix/adminRM.sh -l demo result java.lang.NullPointerException         at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.startCommandListener(AdminController.java:371)         at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.start(AdminController.java:287)         at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.load(AdminController.java:217)         at org.ow2.proactive.resourcemanager.utils.adminconsole.AdminController.main(AdminController.java:140)

Activity

Hide
Christian Delbé added a comment - 29/Apr/09 3:36 PM
./bin/unix/adminRM.sh -l demo works ...
Show
Christian Delbé added a comment - 29/Apr/09 3:36 PM ./bin/unix/adminRM.sh -l demo works ...
Hide
Oleg Smirnov added a comment - 29/Apr/09 3:40 PM
It works because your machine is very fast and you enter password very slow...
Show
Oleg Smirnov added a comment - 29/Apr/09 3:40 PM It works because your machine is very fast and you enter password very slow...
Hide
Jean-Luc Scheefer added a comment - 29/Apr/09 4:02 PM
Same as Scheduler,
echo pwd | cmd causes a endOfFile on input stream once pwd has been read.
It works when using non-interactive mode and it's useless in interactive mode.

Fix commited in Revision: 12422
Show
Jean-Luc Scheefer added a comment - 29/Apr/09 4:02 PM Same as Scheduler, echo pwd | cmd causes a endOfFile on input stream once pwd has been read. It works when using non-interactive mode and it's useless in interactive mode. Fix commited in Revision: 12422
Hide
Christian Delbé added a comment - 06/May/09 11:10 AM
commti 12489
Show
Christian Delbé added a comment - 06/May/09 11:10 AM commti 12489

People

Dates

  • Created:
    29/Apr/09 3:30 PM
    Updated:
    08/Oct/09 4:27 PM
    Resolved:
    29/Apr/09 4:02 PM