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

ubuntu openerp 7 unable stop or restart server

open@erp:~$   sudo /etc/init.d/openerp-server stop
Stopping openerp-server: start-stop-daemon: warning: failed to kill 14880: No such process
openerp-server.

And also not able to kill the process 14880

アバター
破棄
最善の回答

I think OpenERP is not started.

アバター
破棄
著作者

Openerp server is running able to access in web-browser open@erp:~$ sudo /etc/init.d/openerp-server start Starting openerp-server: openerp-server.

Yes but it works ? I think the script try to start openerp but openerp don't start. You should read logs.

...Or try to launch OpenERP directly from python file (python path/to/openerp/bin/openerp-server.py)

著作者

Please give me details cmd directly from python file

Try this way cd /opt/openerp/server/ ./openerp-server -u username -d dbname

just type clrl+c on your terminal window, where your openerp server is running

著作者

using this command cd /opt/openerp/server ./openerp-server Database Error Role does not exist. Using Sudo ./openerp server Running as user 'root' is a security risk, aborting. I tried to start openerp server SSH

where is your server file... you using 6 or 7...

Database name is case sensitive so put correct spelling...

著作者

using version 7 -U username is the database Login Role is correct?

look at pgagmin owner name is username: check it....

著作者

Actually my requirement ubuntu server through SSH connection openerp Connect with Apache SSL. sudo /etc/init.d/openerp-server restart command used but unfortunately facing issues. Database login Role and Password not have.To Start the openerp-server through path is it needed? Is there any command to check login Role and Database available in postgresql?

著作者

I used sudo psql its shows message role "root" does not exist

if u start this way means openerp automatically start than what is the issue...

./openerp-server -u sridharan -d Demo here sridharan is a pgadmin owner name, Demo is database username check it. Note: Put in the server path, cd /opt/openerp/server/

著作者

using this command sudo /etc/init.d/openerp-server start browser not started log file shows error openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. " Any other terminal not opened

It is working or not, just restart ur system and try it.

This is also one of the starting service way only, this is better way so choose this way...

著作者

I restarted system but same issue sorry for the disturbance In the terminal using the cmd sssladmin@serp:/opt/openerp/server$ ./openerp-server -u openerp -d ssl [User Name and Data base name correctly mentioned] but shows error role "sssladmin" does not exist. I think need to run the command in the openerp user. so I tried su openerp in the default password 'openpgpwd' used but "Authentication failure"

著作者

Is it correct to start the server with user su openerp can solve the problem?

/opt/openerp/server ./openerp-server try this way now server is running or not

著作者

using the cmd server is running but the client want to start server using the cmd sudo /etc/init.d/openerp-server start. using this command unable to restart. Issues failed to kill process [already ctr+c closed all the terminal and started the server using the /etc/init.d but unable to restart Kill Process cmd also failed to kill the process