Skip to Content
Menu
This question has been flagged
6 Replies
4411 Views

I want to use eclipse for odoo development. So I had gone through this link, https://www.odoo.com/forum/how-to/developers-13/how-to-debug-odoo-in-eclipse-under-winows-36105 But odoo is not starting in the brower this is the partial traceback, I dont know why i am getting 404 error,after installation I only get  part of the website

     

2015-11-12 10:47:57,680 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:57] "GET /web/database/manager HTTP/1.1" 200 -

2015-11-12 10:47:57,947 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:57] "GET /web/static/src/css/full.css HTTP/1.1" 404 -

2015-11-12 10:47:58,489 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 404 -

2015-11-12 10:47:58,545 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/cleditor/jquery.cleditor.css HTTP/1.1" 404 -

2015-11-12 10:47:58,599 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/jquery-ui-1.9.0.custom.css HTTP/1.1" 404 -

2015-11-12 10:47:58,654 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/jquery.ui.timepicker/css/jquery-ui-timepicker-addon.css HTTP/1.1" 404 -

2015-11-12 10:47:58,710 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/jquery.textext/jquery.textext.css HTTP/1.1" 404 -

2015-11-12 10:47:58,799 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/select2/select2.css HTTP/1.1" 404 -

2015-11-12 10:47:58,931 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/jquery.ui.notify/css/ui.notify.css HTTP/1.1" 404 -

2015-11-12 10:47:58,987 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:58] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 404 -

2015-11-12 10:47:59,209 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/src/css/base.css HTTP/1.1" 404 -

2015-11-12 10:47:59,210 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /base/static/src/css/modules.css HTTP/1.1" 404 -

2015-11-12 10:47:59,305 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/src/css/data_export.css HTTP/1.1" 404 -

2015-11-12 10:47:59,444 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/lib/es5-shim/es5-shim.min.js HTTP/1.1" 404 -

2015-11-12 10:47:59,500 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/lib/underscore/underscore.js HTTP/1.1" 404 -

2015-11-12 10:47:59,569 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/lib/underscore.string/lib/underscore.string.js HTTP/1.1" 404 -

2015-11-12 10:47:59,809 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/lib/datejs/globalization/en-US.js HTTP/1.1" 404 -

2015-11-12 10:47:59,887 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:47:59] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 404 -

2015-11-12 10:48:00,005 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:48:00] "GET /web/static/lib/spinjs/spin.js HTTP/1.1" 404 -

2015-11-12 10:48:00,207 12928 INFO None werkzeug: 127.0.0.1 - - [12/Nov/2015 10:48:00] "GET /web/static/lib/jquery.placeholder/jquery.placeholder.js HTTP/1.1" 404 -

Avatar
Discard
Author Best Answer

1)Check if werkzueg version is 0.9.6 or not?

2)Check whether you have installed all python packages

3)Check whether base module is in different addons folder, if yes copy it

4)Finally try with different browser

Avatar
Discard
Best Answer

Hello,

Have a look at this video its the same for v8 and v9

https://www.youtube.com/watch?v=RD14oz7ZSDM 

Regards.

Avatar
Discard
Best Answer

Hello my friend;

Please, check your werkzeug version if it is not installed download it and if its installed may be the version that you have installed is not suitable.

Regards.

Avatar
Discard

sudo apt-get install python-werkzeug

Author

I am on windows so how to check werkzueg version from command prompt

Author

I checked werkzueg version its showing 0.9.6

Related Posts Replies Views Activity
1
Dec 16
3826
6
Aug 16
26829
1
Jul 16
3948
4
Apr 16
5804
1
Mar 15
2293