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

error with queue_job in v10

Subscribe

Get notified when there's activity on this post

This question has been flagged
jobsv10
1 Reply
6226 Views
Avatar
Karl Ullrich

I'm having trouble setting up the queue_job module.

logfile tells me the jobrunner has started properly:

2018-06-15 22:27:54,206 27562 INFO ? odoo.addons.queue_job.jobrunner: starting jobrunner thread (in threaded server)
2018-06-15 22:27:54,206 27562 INFO ? odoo.addons.queue_job.jobrunner.channels: Configured channel: root(C:1,Q:0,R:0,F:0)
2018-06-15 22:27:59,211 27562 INFO ? odoo.addons.queue_job.jobrunner.runner: starting
2018-06-15 22:27:59,211 27562 INFO ? odoo.addons.queue_job.jobrunner.runner: initializing database connections
2018-06-15 22:27:59,239 27562 DEBUG ? odoo.addons.queue_job.jobrunner.runner: queue_job is not installed for db test_1
2018-06-15 22:27:59,252 27562 DEBUG ? odoo.addons.queue_job.jobrunner.runner: queue_job is not installed for db portal_test
2018-06-15 22:27:59,270 27562 DEBUG ? odoo.addons.queue_job.jobrunner.channels: job cc96bc05-9ada-49d0-814e-215a1bb3d5b4 marked pending in channel root(C:1,Q:1,R:0,F:0)
2018-06-15 22:27:59,270 27562 INFO ? odoo.addons.queue_job.jobrunner.runner: queue job runner ready for db test1

But when it tries to run there's  a 404 error on /queue_job/runjob:

2018-06-15 22:26:25,877 16233 ERROR ? odoo.addons.queue_job.jobrunner.runner: exception in GET http://localhost:8069/queue_job/runjob?db=test1&job_uuid=cc96bc05-9ada-49d0-814e-215a1bb3d5b4
Traceback (most recent call last):
  File "/opt/odoo10_0/oca-queue/queue_job/jobrunner/runner.py", line 196, in urlopen
    response.raise_for_status()
  File "/opt/odoo10_0/_venv/local/lib/python2.7/site-packages/requests/models.py", line 862, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 404 Client Error: NOT FOUND for url: http://localhost:8069/queue_job/runjob?db=test1&job_uuid=cc96bc05-9ada-49d0-814e-215a1bb3d5b4

I can wget http://localhost:8069 with no 404 error.

Any ideas?

Thanks.

0
Avatar
Discard
Avatar
Tomás Pascual
Best Answer

Hi Sirs,

Could you solve this???

Thanks,

0
Avatar
Discard
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
[v10] Open Form from Action in Readonly Mode Solved
v10
Avatar
Avatar
Avatar
2
Jan 21
7250
Report in custom module Solved
v10
Avatar
Avatar
2
Mar 20
5963
How can I create a Store Credit for a Customer? Solved
v10
Avatar
Avatar
1
Oct 18
6071
By accident I have set all units of measure from "units" to "foot" on all my products. Is there a way to set it back to what they were originally set for?
v10
Avatar
Avatar
1
Dec 17
2848
How does the Recurring Documents module work in CE 10?
v10
Avatar
Avatar
1
Dec 17
4630
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