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

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

Avatar
Discard
Best Answer

I think OpenERP is not started.

Avatar
Discard
Author

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)

Author

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

Author

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...

Author

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

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

Author

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?

Author

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/

Author

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...

Author

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"

Author

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

Author

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