Annotald / annotald

A program for annotation in the Penn Treebank format
GNU General Public License v3.0
8 stars 3 forks source link

unable to invoke annotald #56

Closed beatrice57 closed 10 years ago

beatrice57 commented 10 years ago

hi aaron,

i'm trying to invoke annotald and getting the following messages. "fannotald" isn't a typo; it's my version with french settings. i get the same message with "eannotald", a version that i've previously used. i also get the same message working on a different file. i'm not sure the problem is with annotald directly. conceivably, this is related to the connectivity issues that ariel experienced a few months ago.

your input is much appreciated! thanks.

/home/migration/other/MIDENG/MIDDLE-FRENCH/parsed-with-pp> fannotald 125x-eustace-murray-p.psd [28/May/2014:15:05:44] ENGINE Listening for SIGHUP. [28/May/2014:15:05:44] ENGINE Listening for SIGTERM. [28/May/2014:15:05:44] ENGINE Listening for SIGUSR1. [28/May/2014:15:05:44] ENGINE Bus STARTING CherryPy Checker: The Application mounted at '' has an empty config.

[28/May/2014:15:05:44] ENGINE Started monitor thread 'Autoreloader'. [28/May/2014:15:05:44] ENGINE Started monitor thread '_TimeoutMonitor'. [28/May/2014:15:05:49] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x2ba34d0>> Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py", line 197, in publish output.append(listener(_args, _kwargs)) File "/usr/local/lib/python2.7/site-packages/cherrypy/_cpserver.py", line 151, in start ServerAdapter.start(self) File "/usr/local/lib/python2.7/site-packages/cherrypy/process/servers.py", line 168, in start wait_for_free_port(self.bind_addr) File "/usr/local/lib/python2.7/site-packages/cherrypy/process/servers.py", line 412, in wait_for_free_port raise IOError("Port %r not free on %r" % (port, host)) IOError: Port 8080 not free on '127.0.0.1'

[28/May/2014:15:05:49] ENGINE Shutting down due to error in start listener: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py", line 235, in start self.publish('start') File "/usr/local/lib/python2.7/site-packages/cherrypy/process/wspbus.py", line 215, in publish raise exc ChannelFailures: IOError("Port 8080 not free on '127.0.0.1'",)

[28/May/2014:15:05:49] ENGINE Bus STOPPING [28/May/2014:15:05:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8080)) already shut down [28/May/2014:15:05:49] ENGINE Stopped thread '_TimeoutMonitor'. [28/May/2014:15:05:49] ENGINE Stopped thread 'Autoreloader'. [28/May/2014:15:05:49] ENGINE Bus STOPPED [28/May/2014:15:05:49] ENGINE Bus EXITING [28/May/2014:15:05:49] ENGINE Bus EXITED /home/migration/other/MIDENG/MIDDLE-FRENCH/parsed-with-pp>

aecay commented 10 years ago

Another instance of Annotald is already running, which is taking up the default port (8080). This seems to be an instance started by you at 2:48, editing the file 125x-eustace-murray-p.psd. You have to either terminate this instance, or use another port (via the -p XXXX argument)

beatrice57 commented 10 years ago

oops, sorry - i thought i had in fact closed all instances! i’ll remember for the next time i get that error message :-)

On May 28, 2014, at 3:44 PM, Aaron Ecay notifications@github.com wrote:

Another instance of Annotald is already running, which is taking up the default port (8080). This seems to be an instance started by you at 2:48, editing the file 125x-eustace-murray-p.psd. You have to either terminate this instance, or use another port (via the -p XXXX argument)

— Reply to this email directly or view it on GitHub.