Plesk Error: NonzeroExitException (Solution)

August 25th, 2008 Posted in Technical Issues

I got this error trying to restore a Plesk backup from one server to another:

Traceback (most recent call last):
File “/usr/local/psa/admin/share/supervisor/processor.py”, line 117, in doActivityRunner
newState = self.doActivity()
File “/usr/local/psa/admin/share/supervisor/processor.py”, line 818, in doActivity
cmd.spawn(os.environ.has_key(“PLESKRESTORE_MODE”))
File “/usr/local/psa/admin/lib/python/subproc.py”, line 238, in spawn
proc.run()
File “/usr/local/psa/admin/lib/python/subproc.py”, line 193, in run
BaseSubprocess.run(self)
File “/usr/local/psa/admin/lib/python/subproc.py”, line 177, in run
self.wait()
File “/usr/local/psa/admin/lib/python/subproc.py”, line 197, in wait
BaseSubprocess.wait(self)
File “/usr/local/psa/admin/lib/python/subproc.py”, line 187, in wait
raise NonzeroExitException(self, os.WEXITSTATUS(status))
NonzeroExitException: was finished with exit code 1

I went to the client page for this backup I was trying to store, opened up the setup page and picked “Physical Hosting” and then setup all the rest of the stuff. After that I restored again and it worked fine.

  1. 2 Responses to “Plesk Error: NonzeroExitException (Solution)”

  2. By David on Oct 19, 2008

    Thanks!!!!!

  3. By Sam on Nov 5, 2008

    Thank you for this !
    This trick is VERY useful ! :)

Post a Comment