pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.53k stars 658 forks source link

Runtime startup error handling is broken on Windows (RM #3277) #1786

Closed dpage closed 2 years ago

dpage commented 6 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/3277 Originally created by Dave Page at 2018-04-13 12:32:34 UTC.

On Windows, the runtime will just crash if the Python Path isn't set to a valid value. It should throw an error message and then open the configuration dialogue.

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-1 Originally created by Akshay Joshi at 2018-04-20 10:30:10 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-2 Originally created by Akshay Joshi at 2018-04-25 09:50:34 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready EDB Sprint 13
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-3 Originally created by Akshay Joshi at 2018-05-07 10:36:51 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
Assigned To changed Akshay Joshi
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-4 Originally created by Akshay Joshi at 2018-05-09 09:36:55 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed EDB Sprint 13 EDB Sprint 14
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-5 Originally created by Akshay Joshi at 2018-05-10 13:01:09 UTC.

Patch sent: https://www.postgresql.org/message-id/CANxoLDcBHYpsK3+ijxh-xXKnPbe39iMZpk4QyMHE5VYahqAw=Q@mail.gmail.com

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-6 Originally created by Akshay Joshi at 2018-05-11 08:33:16 UTC.

Applied in changeset commit:252a9b265b1ed97c1562d9f9f68feaed229ef19b.

Redmine ticket header update:

Name Old Value New Value
Status changed In Progress In Testing
Done Ratio changed 0 90
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-7 Originally created by Akshay Joshi at 2018-05-23 09:40:31 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing New
Sprint changed EDB Sprint 14 EDB Sprint 15
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-8 Originally created by Dave Page at 2018-05-23 09:42:43 UTC.

I saw a startup crash this morning with a virtual environment that was valid for Python, but broken for pgAdmin (specifically, Python 3.6, without the expected change of "import winrandom" to "from . import winrandom" in PyCrypto). I could open the log viewer whilst the server was starting and could see the error, but then got a crash after aknowledging the startup timeout error.

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-9 Originally created by Akshay Joshi at 2018-05-31 04:16:33 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-10 Originally created by Akshay Joshi at 2018-05-31 08:57:39 UTC.

Patch Sent: https://www.postgresql.org/message-id/CANxoLDeYWN9j5VjWmY-HxZK2R8-kNmw5=wHw8LkZmV=r7dAWxw@mail.gmail.com

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-11 Originally created by Akshay Joshi at 2018-05-31 14:07:13 UTC.

Applied in changeset commit:5f0799714d0e13ff89d0b7a366fbf5176c05ce12.

Redmine ticket header update:

Name Old Value New Value
Status changed In Progress In Testing
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3277#note-12 Originally created by Fahar Abbas at 2018-06-04 07:40:00 UTC.

This is resolved in Windows 2016 server 64 bit on chrome browsers. https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2018-06-04/

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.