I want to run odoo on machine without internet connection. I've just installed odoo using internet connection, so it works, while there is internet connection. But when I turn internet off I have this error after logging:
SyntaxError: Unexpected token < in JSON at position 18
at fetch.then.res (http://10.10.10.15:8069/web:21:142)
at <anonymous>
Password and email are correct, and they are in db. There are no errors in log file.
UPDATE
This error can be tracked in browser. And comes from web.assets_backend.js.
Try accessing odoo from localhost if you have it locally in your machine
http://localhost:8069
Related
I am beginning with phoenix and PostgreSQL 14.4. I have installed PostgreSQL successfully. But now when I am trying to set up pgadmin4 it shows me some fatal error.
I have tried uninstalling and reinstalling it. But I couldn't resolve the error.
2022-07-13 12:33:41,767: WARNING werkzeug: WebSocket transport not
available. Install simple-websocket for improved performance.
Serving Flask app 'pgadmin' (lazy loading)
Environment: production WARNING: This is a development server. Do not use it in
a production deployment. Use a production WSGI server instead.
Debug mode: off
2022-07-13 12:33:41,769: ERROR pgadmin: Error starting the app server:
(<class 'OSError'>, OSError(10013, 'An attempt was made to access a
socket in a way forbidden by its access permissions', None, 10013,
None), <traceback object at 0x000002227BBCEE80>)
It would be very helpful if you could help.
I guess the port pgadmin is trying to run is being used by another application. Or applications may be restricted by Windows to open ports. My advice is to try to run it by changing the port as described below;
Click on the pgAdmin 4 tray-icon
Click "Configure..."
Check the box labeled "Fixed Port Number?"
Enter the desired port number in the field next to it
source: https://stackoverflow.com/a/68006199/13756006
If that also fails you may need to check port permissions in Windows (firewall etc, whoever is controlling these permissions on windows)
After installation of openfire version 4.6 I was able to access console in browse http://domain:9090
and database also imported in mysql but when come to profile set up I am facing this error:
url: http://domain:9090/setup/setup-profile-settings.jsp
A failure occurred while fetching your session from the server. This is typically a cookie issue. Please either clear all cookies for this domain or try this URL again from an incognito browser session.
That was nothing but restart openfire and follow again. There will be no error.
Hi there are 10 computers. Put the program on everything and connected them to the database server.
9 connected ok, but the tenth does not connect and pings the error:
Authentication to host 'xxx.xxx.xxx.xxx' for user 'xxx' using method 'caching_sha2_password'
failed with message: Reading from the stream has failed.
Tell me how to fix this?
The problem, as I understand it, is in the computer, since no error occurs on other PCs
Users of our application complain once in a while every couple of weeks that they are not able to login to application. After 10 to 15 minutes they are able to login successfully.The application has around 500 users. But, only some 10 to 15 get this issue sometime.
Our Authentication service shows the error message in log:
LDAP: error code 49 -NDS error: failed authentication (-669)" to connection"
Could the issue be in LDAP server or memory issue? Did some research on google and found https://www.novell.com/support/kb/doc.php?id=10073582 . It says "PublicKey and ACL is missing on the WebAccess_PCO object." But then no one should be able to login.
eDirectory version is 8.8.7
this question is directed to a CRE Loaded expert,
I have Installed CRE Loaded successfully but when I am trying to reach my Catalog Page I have the following error:
(Unable to connect to database server!)
and Admin page resulted in the following error (Warning: mysql_connect() [function.mysql-connect]: Access denied for user ' site_user'#'localhost' (using password: YES) in /home/site/public_html/creloaded/admin/i… on line 19
Unable to connect to database server!)
I have unchecked Enable SSL dose this affect CRE Loaded functionality?
The issue is with the database connection. There is an issue with the installer, it gave a false positive on the connection check, and allowed you to proceed even though the database connection failed.
This has been resolved in the current 6.5.1 release.