Alan Hanigan changed bug 1173969
What Removed Added
CC   alan.hanigan@gmail.com

Comment # 7 on bug 1173969 from
pgAdmin4 receives the following error on startup.  Suspect it is related to
/usr/bin/pgAdmin4 program starting utility.  Used /usr/bin/pip3 install
pgadmin4 to download code.  A new program was placed in
/usr/local/bin/pgadmin4.  It appears to work.  The following is the output of
the failed start using openSUSE Tumbleweed supplied program.

��� pgadmin4.service - pgAdmin4
     Loaded: loaded (/usr/lib/systemd/system/pgadmin4.service; linked; vendor
preset: disabled)
     Active: failed (Result: exit-code) since Mon 2020-10-26 09:13:56 CDT;
31min ago
    Process: 13490 ExecStart=/usr/bin/python3
/usr/lib/python3.8/site-packages/pgadmin4-web/pgAdmin4.py (code=exited,
status=1/FAILURE)
   Main PID: 13490 (code=exited, status=1/FAILURE)

Oct 26 09:13:56 linux-rb72 python3[13490]:   File "", line 779, in exec_module
Oct 26 09:13:56 linux-rb72 python3[13490]:   File "", line 916, in get_code
Oct 26 09:13:56 linux-rb72 python3[13490]:   File "", line 846, in
source_to_code
Oct 26 09:13:56 linux-rb72 python3[13490]:   File "", line 219, in
_call_with_frames_removed
Oct 26 09:13:56 linux-rb72 python3[13490]:   File
"/usr/lib/python3.8/site-packages/pgadmin4-web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/tests/__init__.py",
line 1
Oct 26 09:13:56 linux-rb72 python3[13490]:     SELECT p.oid AS tfuncoid,
p.proname AS tfunction,
Oct 26 09:13:56 linux-rb72 python3[13490]:            ^
Oct 26 09:13:56 linux-rb72 python3[13490]: SyntaxError: invalid syntax
Oct 26 09:13:56 linux-rb72 systemd[1]: pgadmin4.service: Main process exited,
code=exited, status=1/FAILURE
Oct 26 09:13:56 linux-rb72 systemd[1]: pgadmin4.service: Failed with result
'exit-code'.


You are receiving this mail because: