Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

error with queue_job in v10

Naroči se

Get notified when there's activity on this post

This question has been flagged
jobsv10
1 Odgovori
6229 Prikazi
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
Opusti
Avatar
Tomás Pascual
Best Answer

Hi Sirs,

Could you solve this???

Thanks,

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
[v10] Open Form from Action in Readonly Mode Solved
v10
Avatar
Avatar
Avatar
2
jan. 21
7252
Report in custom module Solved
v10
Avatar
Avatar
2
mar. 20
5966
How can I create a Store Credit for a Customer? Solved
v10
Avatar
Avatar
1
okt. 18
6072
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
4632
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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