Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    没有权限问题

    Odoo 新手求助
    2
    3
    4133
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      suzaichuan last edited by

      第一次遇到这种情况,大家有没有遇到过啊?

      2015-07-14 07:57:44,439 90104 INFO ? openerp.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
      Exception in thread openerp.service.httpd:
      Traceback (most recent call last):
        File "/opt/rh/python27/root/usr/lib64/python2.7/threading.py", line 813, in __bootstrap_inner
          self.run()
        File "/opt/rh/python27/root/usr/lib64/python2.7/threading.py", line 766, in run
          self.__target(*self.__args, **self.__kwargs)
        File "/var/lib/openshift/559b965ee0b8cdea5500004d/app-root/data/odoo/openerp/service/server.py", line 291, in http_thread
          self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)
        File "/var/lib/openshift/559b965ee0b8cdea5500004d/app-root/data/odoo/openerp/service/server.py", line 97, in init
          handler=RequestHandler)
        File "/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/serving.py", line 334, in init
          HTTPServer.init(self, (host, int(port)), handler)
        File "/opt/rh/python27/root/usr/lib64/python2.7/SocketServer.py", line 419, in init
          self.server_bind()
        File "/var/lib/openshift/559b965ee0b8cdea5500004d/app-root/data/odoo/openerp/service/server.py", line 107, in server_bind
          super(ThreadedWSGIServerReloadable, self).server_bind()
        File "/opt/rh/python27/root/usr/lib64/python2.7/BaseHTTPServer.py", line 108, in server_bind
          SocketServer.TCPServer.server_bind(self)
        File "/opt/rh/python27/root/usr/lib64/python2.7/SocketServer.py", line 430, in server_bind
          self.socket.bind(self.server_address)
        File "/opt/rh/python27/root/usr/lib64/python2.7/socket.py", line 224, in meth
          return getattr(self._sock,name)(*args)
      [b]error: [Errno 13] Permission denied[/b]

      1 Reply Last reply Reply Quote 0
      • mrshelly
        mrshelly last edited by

        用root 运行, 或者 将端口改到 > 1024 试试...

        1 Reply Last reply Reply Quote 0
        • First post
          Last post