-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Facing issue with all the versions #39416
Replies: 3 comments · 23 replies
-
☝️ ☝️ ☝️ |
Beta Was this translation helpful? Give feedback.
All reactions
-
[2024-05-05T09:32:52.744+0000] {configuration.py:2087} INFO - Creating new FAB webserver config file in: /opt/airflow/webserver_config.py The above exception was the direct cause of the following exception: Traceback (most recent call last): [SQL: SELECT session.id AS session_id_1, session.session_id AS session_session_id, session.data AS session_data, session.expiry AS session_expiry The above exception was the direct cause of the following exception: Traceback (most recent call last): [SQL: SELECT session.id AS session_id_1, session.session_id AS session_session_id, session.data AS session_data, session.expiry AS session_expiry During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): [SQL: SELECT session.id AS session_id_1, session.session_id AS session_session_id, session.data AS session_data, session.expiry AS session_expiry |
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you initialize database first? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Actually i am new to airflow Do we need to give mongodb variables ? in docker micro service Last time we installed 2.3.2 version in other environment |
Beta Was this translation helpful? Give feedback.
All reactions
-
sometimes if we select any option it is getting logout , sometimes getting below error in the UI |
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you check the triggerer and worker logs to see why they are unhealthy? Also, if you are choosing an external network, maybe make sure there are no conflicts of ports? |
Beta Was this translation helpful? Give feedback.
All reactions
-
airflow trigger logs The container is run as root user. For security, consider using a regular user account. ERROR: You need to upgrade the database. Please run ____ |( )_______ / /________ __ airflow worker logs The container is run as root user. For security, consider using a regular user account. BACKEND=redis [2024-05-06T10:24:01.444+0000] {configuration.py:2066} INFO - Creating new FAB webserver config file in: /opt/airflow/webserver_config.py BACKEND=redis [2024-05-06 10:24:22 +0000] [29] [INFO] Starting gunicorn 21.2.0 Please specify a different user using the --uid option. User information: uid=0 euid=0 gid=0 egid=0 -------------- celery@c4dad8f14d75 v5.3.4 (emerald-rush)
[tasks] [2024-05-06 10:24:31,217: WARNING/MainProcess] /home/airflow/.local/lib/python3.8/site-packages/celery/worker/consumer/consumer.py:507: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine [2024-05-06 10:24:31,240: INFO/MainProcess] Connected to redis://redis:6379/0 [2024-05-06 10:24:31,244: INFO/MainProcess] mingle: searching for neighbors |
Beta Was this translation helpful? Give feedback.
All reactions
-
In the starting we are getting below error ERROR: You need to upgrade the database. Please run airflow db upgrade. Make sure the command is run using Airflow version 2.7.1. |
Beta Was this translation helpful? Give feedback.
All reactions
-
can you also ask this on airflow slack(#user-troubleshoot)? I am not really sure what the issue is. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Is any one have solution ? to this issue ? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Please let us know, we are also facing the same error |
Beta Was this translation helpful? Give feedback.
All reactions
-
@CHARANKANTHREDDY hello, didnt you solve this issue ? |
Beta Was this translation helpful? Give feedback.
-
Something bad has happened. For security reasons detailed information about the error is not logged.
You should check your webserver logs and retrieve details of this error.
When you get the logs, it might explain the reasons, you should also Look for similar issues using:
All those resources might help you to find a solution to your problem.
if you run Airflow on a Managed Service, consider opening an issue using the service support channels
only after you tried it all, and have difficulty with diagnosing and fixing the problem yourself,
get the logs with errors, describe results of your investigation so far, and consider creating a
bug report including this information.
Python version: redact
Airflow version: redact
Node: redact
Error! Please contact server admin.
Beta Was this translation helpful? Give feedback.
All reactions