Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

No backend after install module

Subscribe

Get notified when there's activity on this post

This question has been flagged
backend
2 Replies
4507 Views
Avatar
Henk

Hi,

After installing some modules i have no backend, the website is ok.

The menu is available but can't select / click on links.

I have tried on console if the server is running and this is what come out:

odoo@droplet1:~$ /opt/odoo/odoo/openerp-server

2015-04-30 07:53:55,578 2955 INFO ? openerp: OpenERP version 8.0

2015-04-30 07:53:55,578 2955 INFO ? openerp: addons paths: ['/opt/odoo/.local/share/Odoo/addons/8.0', u'/opt/odoo/odoo/openerp/addons', u'/opt/odoo/odoo/addons']

2015-04-30 07:53:55,578 2955 INFO ? openerp: database hostname: localhost

2015-04-30 07:53:55,579 2955 INFO ? openerp: database port: 5432

2015-04-30 07:53:55,579 2955 INFO ? openerp: database user: odoo

2015-04-30 07:53:55,709 2955 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 "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner

self.run()

File "/usr/lib/python2.7/threading.py", line 763, in run

self.__target(*self.__args, **self.__kwargs)

File "/opt/odoo/odoo/openerp/service/server.py", line 281, in http_thread

self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)

File "/opt/odoo/odoo/openerp/service/server.py", line 91, in __init__

handler=RequestHandler)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 410, in __init__

HTTPServer.__init__(self, (host, int(port)), handler)

File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__

self.server_bind()

File "/opt/odoo/odoo/openerp/service/server.py", line 101, in server_bind

super(ThreadedWSGIServerReloadable, self).server_bind()

File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind

SocketServer.TCPServer.server_bind(self)

File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind

self.socket.bind(self.server_address)

File "/usr/lib/python2.7/socket.py", line 224, in meth

return getattr(self._sock,name)(*args)

error: [Errno 98] Address already in use

What can i do about it

Thx

Henk

0
Avatar
Discard
Avatar
Zbik
Best Answer

Error 98 is raised when another process listening on port. Probably are several openerp process running on your system. Open your terminal and type following command:

ps aux | grep openerp

Kill all process which openerp-server

sudo kill -9 PROCESS_ID

Then restart the openerp-server.

PS. Suggestion, you enable debug and openerp-server log file. The log has more informations.

1
Avatar
Discard
Avatar
Henk
Author Best Answer

Hi thank for your reply, but it doesn't worked.

Now the complete site and backend is gone......

:(

edit: did a server reboot, site is showing ok but backend is still not available.

The strange thing is, the backend is available with the Android odoo app ????

Thx

Henk


This is in the log file ..:


127.0.0.1 - - [30/Apr/2015 20:14:49] "GET /web/js/web.assets_backend/78273ca HTTP/1.1" 500 -

2015-04-30 20:14:49,091 2362 ERROR vdwillikwijne werkzeug: Error on request:

Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi

execute(self.server.app)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute

application_iter = app(environ, start_response)

File "/opt/odoo/odoo/openerp/service/server.py", line 280, in app

return self.app(e, s)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 216, in application

return application_unproxied(environ, start_response)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 202, in application_unproxied

result = handler(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1215, in __call__

return self.dispatch(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1189, in __call__

return self.app(environ, start_wrapped)

File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__

return self.app(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1356, in dispatch

result = ir_http._dispatch()

File "/opt/odoo/odoo/addons/crm/ir_http.py", line 13, in _dispatch

response = super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 125, in _dispatch

return super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 130, in _dispatch

return self._handle_exception(e)

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 201, in _handle_exception

return super(ir_http, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 100, in _handle_exception

return request._handle_exception(exception)

File "/opt/odoo/odoo/openerp/http.py", line 596, in _handle_exception

return super(HttpRequest, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 126, in _dispatch

result = request.dispatch()

File "/opt/odoo/odoo/openerp/http.py", line 614, in dispatch

r = self._call_function(**self.params)

File "/opt/odoo/odoo/openerp/http.py", line 283, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/opt/odoo/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/opt/odoo/odoo/openerp/http.py", line 280, in checked_call

return self.endpoint(*a, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 733, in __call__

return self.method(*args, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 376, in response_wrap

response = f(*args, **kw)

File "/opt/odoo/odoo/addons/web/controllers/main.py", line 527, in js_bundle

response = request.make_response(bundle.js(), [('Content-Type', 'application/javascript')])

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in js

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in <genexpr>

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1383, in minify

return self.with_header(rjsmin(self.content))

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1379, in with_header

return '\n/* %s */\n%s' % (self.name, content)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)


Thx

Henk


0
Avatar
Discard
Zbik

You remove session files or refresh many times (5-10) backend site. This should help if there are no errors in the log.

Zbik

Does posgresql use utf8 as default encoding? Does your server locale uses utf8 encoding? Or.... encoding problem in installed module.

Henk
Author

It happend when i installed a new module, but its not in the normal module map. I think its encoding problem. Thx Henk

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Change URL of backend Apps Solved
backend odoo18
Avatar
Avatar
1
Oct 25
463
TypeError: Cannot read properties of undefined (reading 'form') while accessing Settings in Odoov13
backend Odoo13.0
Avatar
Avatar
1
Nov 24
2609
How to resize the file web.assets_backend.js
javascript backend
Avatar
Avatar
2
Dec 22
3678
Cannot install vista backend theme
theme backend
Avatar
0
Jul 22
2793
When should I use back-end views and when should I use front-end views? Solved
backend frontend
Avatar
Avatar
2
Jun 21
3804
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now