Hi Joebo,
Is WAS running on the machine when this error occurs. Application pool/Site are controlled by RSCA that lives within the WAS service.
you can test if the service is running by calling
sc query was
If it is not running then call
net start was
and then retry the adsi apppool start command.
Thanks,
Rayner.