kimchi-project / wok

A cherrypy framework for multi-purpose plug-ins
https://github.com/kimchi-project/wok/releases/latest
Other
237 stars 77 forks source link

Can't access the wok page. #296

Open Hydzix opened 4 years ago

Hydzix commented 4 years ago

Hi.

Yesterday i installed the wok and kimchi and all was working fine. Today i cant access the wok page using my server_ip:8001. I got message this page is unavaliable.

Im using it on Ubuntu Server 18.04. I tried to access it via Chrome, Firefox and Edge.

Hydzix commented 4 years ago

The message in wok log says: [06/Feb/2020:09:53:14] ENGINE Shutting down due to error in start listener: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 254, in start self.publish('start') File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 234, in publish raise exc ChannelFailures: IOError("Port 8010 not free on '127.0.0.1'",)

[06/Feb/2020:09:53:14] ENGINE Bus STOPPING [06/Feb/2020:09:53:14] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) already shut down [06/Feb/2020:09:53:14] ENGINE Bus STOPPED [06/Feb/2020:09:53:14] ENGINE Bus EXITING Closing any VNC/SPICE firewall ports opened by Kimchi ... [06/Feb/2020:09:53:14] ENGINE Bus EXITED self.publish('start') File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 234, in publish

Hydzix commented 4 years ago

Ok, so I restarted every service and then started wok with "wokd --environment=development" And it works again.