Unable to access Odoo intermittentlyPostgreSQL: Last access time to tableCan't access Brew...
Trying to make a 3dplot
Why is quixotic not Quixotic (a proper adjective)?
How to transport 10,000 terrestrial trolls across ocean fast?
Does しかたない imply disappointment?
Excluding or including by awk
How can a Sorcerer/Warlock use 4 Eldritch blasts in one round?
Why don't you get burned by the wood benches in a sauna?
What does an unprocessed RAW file look like?
Is there a configuration of the 8-puzzle where locking a tile makes it harder?
Can I legally make a website about boycotting a certain company?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Can I do anything else with aspersions other than cast them?
Can a Hydra make multiple opportunity attacks at once?
Minimum Viable Product for RTS game?
How can I handle players killing my NPC outside of combat?
Can you say "leftside right"?
How does holding onto an active but un-used credit card affect your ability to get a loan?
Is it Safe to Plug an Extension Cord Into a Power Strip?
How to Build a List from Separate Lists
Is there a way to pause a running process on Linux systems and resume later?
Short story about a man betting a group he could tell a story, and one of them would disappear and the others would not notice
What does @ mean in a hostname in DNS configuration?
typeof generic and casted type
In the Lost in Space intro why was Dr. Smith actor listed as a special guest star?
Unable to access Odoo intermittently
PostgreSQL: Last access time to tableCan't access Brew PostgreSQLpostgresql unable to loginunable to run postgres with pg_ctlUnable to grant permission on tableSuddenly unable to connect to PostgreSQLUnable to force drop Postgres databaseUnable to start PostgreSQL Ubuntu 16.04postgresql revoke access to login roleFunction access query/queries in Postgres
I have Odoo with PostgreSQL installed in different server. So I created my Odoo config pointing to PostgreSQL server. Intermittently, I can not access Odoo UI. Restarting Odoo service will fix the issue. But sometimes the issue was fixed by doing nothing. However, I got below message in my log. Any idea how to fix it?
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 181, in execute
application_iter = app(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1326, in __call__
return self.dispatch(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1300, in __call__
return self.app(environ, start_wrapped)
File "/usr/local/lib/python2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__
return self.app(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1482, in dispatch
odoo.registry(db).check_signaling()
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 396, in check_signaling
with closing(self.cursor()) as cr:
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 469, in cursor
return self._db.cursor()
File "/apps/odoo10/odoo/odoo/sql_db.py", line 635, in cursor
return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 177, in __init__
self._cnx = pool.borrow(dsn)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 518, in _locked
return fun(self, *args, **kwargs)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 557, in borrow
cnx.reset()
DatabaseError: could not receive data from server: Connection timed out
postgresql
New contributor
add a comment |
I have Odoo with PostgreSQL installed in different server. So I created my Odoo config pointing to PostgreSQL server. Intermittently, I can not access Odoo UI. Restarting Odoo service will fix the issue. But sometimes the issue was fixed by doing nothing. However, I got below message in my log. Any idea how to fix it?
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 181, in execute
application_iter = app(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1326, in __call__
return self.dispatch(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1300, in __call__
return self.app(environ, start_wrapped)
File "/usr/local/lib/python2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__
return self.app(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1482, in dispatch
odoo.registry(db).check_signaling()
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 396, in check_signaling
with closing(self.cursor()) as cr:
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 469, in cursor
return self._db.cursor()
File "/apps/odoo10/odoo/odoo/sql_db.py", line 635, in cursor
return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 177, in __init__
self._cnx = pool.borrow(dsn)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 518, in _locked
return fun(self, *args, **kwargs)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 557, in borrow
cnx.reset()
DatabaseError: could not receive data from server: Connection timed out
postgresql
New contributor
add a comment |
I have Odoo with PostgreSQL installed in different server. So I created my Odoo config pointing to PostgreSQL server. Intermittently, I can not access Odoo UI. Restarting Odoo service will fix the issue. But sometimes the issue was fixed by doing nothing. However, I got below message in my log. Any idea how to fix it?
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 181, in execute
application_iter = app(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1326, in __call__
return self.dispatch(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1300, in __call__
return self.app(environ, start_wrapped)
File "/usr/local/lib/python2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__
return self.app(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1482, in dispatch
odoo.registry(db).check_signaling()
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 396, in check_signaling
with closing(self.cursor()) as cr:
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 469, in cursor
return self._db.cursor()
File "/apps/odoo10/odoo/odoo/sql_db.py", line 635, in cursor
return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 177, in __init__
self._cnx = pool.borrow(dsn)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 518, in _locked
return fun(self, *args, **kwargs)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 557, in borrow
cnx.reset()
DatabaseError: could not receive data from server: Connection timed out
postgresql
New contributor
I have Odoo with PostgreSQL installed in different server. So I created my Odoo config pointing to PostgreSQL server. Intermittently, I can not access Odoo UI. Restarting Odoo service will fix the issue. But sometimes the issue was fixed by doing nothing. However, I got below message in my log. Any idea how to fix it?
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/site-packages/werkzeug/serving.py", line 181, in execute
application_iter = app(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/apps/odoo10/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1326, in __call__
return self.dispatch(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1300, in __call__
return self.app(environ, start_wrapped)
File "/usr/local/lib/python2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__
return self.app(environ, start_response)
File "/apps/odoo10/odoo/odoo/http.py", line 1482, in dispatch
odoo.registry(db).check_signaling()
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 396, in check_signaling
with closing(self.cursor()) as cr:
File "/apps/odoo10/odoo/odoo/modules/registry.py", line 469, in cursor
return self._db.cursor()
File "/apps/odoo10/odoo/odoo/sql_db.py", line 635, in cursor
return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 177, in __init__
self._cnx = pool.borrow(dsn)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 518, in _locked
return fun(self, *args, **kwargs)
File "/apps/odoo10/odoo/odoo/sql_db.py", line 557, in borrow
cnx.reset()
DatabaseError: could not receive data from server: Connection timed out
postgresql
postgresql
New contributor
New contributor
New contributor
asked 8 mins ago
afwanwhafwanwh
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
afwanwh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230506%2funable-to-access-odoo-intermittently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
afwanwh is a new contributor. Be nice, and check out our Code of Conduct.
afwanwh is a new contributor. Be nice, and check out our Code of Conduct.
afwanwh is a new contributor. Be nice, and check out our Code of Conduct.
afwanwh is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230506%2funable-to-access-odoo-intermittently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown