When I go to login page of my odoo, I get 404 error for all js, css and images inside browser console.
I already checked folder permissions, but there it's ok.
How can I solve this? thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
When I go to login page of my odoo, I get 404 error for all js, css and images inside browser console.
I already checked folder permissions, but there it's ok.
How can I solve this? thanks
Odoo was working before "glibc" installation on centos.
This is my log:
2016-08-04 13:38:08,722 21127 ERROR ? openerp.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/openerp/http.py", line 643, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python2.7/site-packages/openerp/http.py", line 1624, in _dispatch_nodb
func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()
File "/usr/lib/python2.7/site-packages/werkzeug/routing.py", line 1433, in match
raise NotFound()
NotFound: 404: Not Found
2016-08-04 13:38:08,725 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:08] "POST /longpolling/poll HTTP/1.1" 200 -
2016-08-04 13:38:24,565 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:24] "GET /web/ HTTP/1.1" 303 -
2016-08-04 13:38:24,647 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:24] "GET /web/database/selector HTTP/1.1" 200 -
2016-08-04 13:38:24,727 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:24] "GET /web/ HTTP/1.1" 303 -
2016-08-04 13:38:24,803 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:24] "GET /web/database/selector HTTP/1.1" 200 -
2016-08-04 13:38:25,031 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 404 -
2016-08-04 13:38:25,034 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 404 -
2016-08-04 13:38:25,037 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 404 -
2016-08-04 13:38:25,078 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 404 -
2016-08-04 13:38:25,079 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 404 -
2016-08-04 13:38:25,084 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 404 -
2016-08-04 13:38:25,148 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 404 -
2016-08-04 13:38:25,195 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/src/img/logo2.png HTTP/1.1" 404 -
2016-08-04 13:38:25,261 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 404 -
2016-08-04 13:38:25,394 21127 INFO ? werkzeug: 79.1.255.202 - - [04/Aug/2016 13:38:25] "GET /web/static/src/img/logo2.png HTTP/1.1" 404 -
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 21
|
4697 | ||
|
0
Jul 24
|
3645 | ||
|
0
Oct 19
|
2176 | ||
|
1
Nov 18
|
1959 | ||
|
0
Jul 18
|
3028 |
Did you install nodejs, less and lessc properly? Can you post your log entries?
I uninstalled glibc.i686, and odoo is working again.
Thanks anyway