콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2983 화면

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?

아바타
취소
베스트 답변

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

아바타
취소