Page MenuHomePhabricator

https://tools.wmflabs.org/url-converter/ does not run anymore
Closed, ResolvedPublic

Description

https://tools.wmflabs.org/url-converter/ (a perl cgi script) does not run anymore. how can i restart that webservice?
if i call "webservice start", then i get a python traceback

Traceback (most recent call last):
  File "/usr/bin/webservice", line 240, in <module>
    if job.get_state() != Backend.STATE_STOPPED:
  File "/usr/lib/python2.7/dist-packages/toollabs/webservice/backends/gridenginebackend.py", line 95, in get_state
    job = self._get_job_xml()
  File "/usr/lib/python2.7/dist-packages/toollabs/webservice/backends/gridenginebackend.py", line 57, in _get_job_xml
    output = subprocess.check_output(['qstat', '-xml'])
  File "/usr/lib/python2.7/subprocess.py", line 212, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

same with "webservice status".

Event Timeline

seems fine to me:

tools.url-converter@tools-sgebastion-07:~$ webservice start
Starting webservice.............
tools.url-converter@tools-sgebastion-07:~$ webservice status
Your webservice of type lighttpd is running

that's strange. now it works for me, too.
i tried it several times, about 30 minutes ago. and i always got strange different error messages.
however, now it works. so i guess this issue can be closed.
thanks!

Andrew claimed this task.
Andrew added a subscriber: Andrew.

Thank you @Krenair !