Skip to Content
Menu
This question has been flagged
1 Reply
2830 Views

Hi, I want to install Openerp-server (6.0.3) on windows with sources. I have already downloaded all python packages; but when I execute file openerp_web.py I have this error:

Traceback (most recent call last):

File "C:\web\openerp-web-6.0.3\openerp-web.py", line 15, in <module>

start()

File "C:\web\openerp-web-6.0.3\openobject\commands.py", line 78, in start

cherrypy.engine.start()

File "C:\Python25\lib\site-packages\cherrypy\process\wspbus.py", line 184, in start

self.publish('start')

File "C:\Python25\lib\site-packages\cherrypy\process\wspbus.py", line 147, in publish

output.append(listener(*args, **kwargs))

File "C:\Python25\lib\site-packages\cherrypy_cpserver.py", line 90, in start

ServerAdapter.start(self)

File "C:\Python25\lib\site-packages\cherrypy\process\servers.py", line 53, in start

wait_for_free_port(*self.bind_addr)

File "C:\Python25\lib\site-packages\cherrypy\process\servers.py", line 251, in start

wait_for_free_port

raise IOError("Port %r not free on %r" % (port, host))

IOError: Port 8080 not free on '0.0.0.0'

can someone help me?

Avatar
Discard
Best Answer

Hi,

log said : "IOError: Port 8080 not free on '0.0.0.0'"

you have an other progrmam which are using port 8080 on your machine (have you an idea ?). change port in your openerp web conf file, restart and retry with url:new_port.

Bye

Avatar
Discard