コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
8444 ビュー

service openerp-server start Starting OpenERP Server Daemon (openerp-server): [ OK ] [root@u16992189 ~]# Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib64/python2.6/threading.py", line 484, in run self.__target(self.__args, *self.__kwargs) File "/opt/openerp/server/openerp/service/wsgi_server.py", line 436, in serve httpd = werkzeug.serving.make_server(interface, port, application, threaded=True) File "/usr/lib/python2.6/site-packages/werkzeug/serving.py", line 402, in make_server passthrough_errors, ssl_context) File "/usr/lib/python2.6/site-packages/werkzeug/serving.py", line 334, in __init__ HTTPServer.__init__(self, (host, int(port)), handler) File "/usr/lib64/python2.6/SocketServer.py", line 402, in __init__ self.server_bind() File "/usr/lib64/python2.6/BaseHTTPServer.py", line 108, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/lib64/python2.6/SocketServer.py", line 413, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind error: [Errno 98] Address already in use

^C

アバター
破棄
最善の回答

It seems like two instances of openerp are running on same port.

アバター
破棄
最善の回答

It looks like there are two processes which are using same port.

You can kill after finding those processes.

Try this command in terminal:

 ps -ax | grep server

This will give you list of processes. Find OpenERP server's process and process_id and kill them by following command.

kill -9 process_id
アバター
破棄
関連投稿 返信 ビュー 活動
0
8月 25
6
0
8月 25
3
0
7月 25
2
0
3月 25
1152
0
6月 23
0