Обсуждение: Running pgAdmin 4 v3.0 on Mac?

Поиск
Список
Период
Сортировка

Running pgAdmin 4 v3.0 on Mac?

От
Conor McNally
Дата:
Hi,

I've upgraded from v2.1 to v3.0 on Mac.  I've noticed when I run it I no longer get the pgAdmin icon in my system dock and the client application launches in Safari.  This is all understandable given the architecture change, but can anyone explain:
  • How do I quit the server app once I've finished with it?
  • If I close the browser window, how do I relaunch the client app?  (Opening the application again from its desktop icon does nothing.  Do I need to keep a bookmark to the url?)
  • Is it possible to get an icon in the system dock to show the application is running?

Apologies, these are probably really basic questions, but thanks for pointing me in the direction of any help.

Kind regards,

Conor McNally

Re: Running pgAdmin 4 v3.0 on Mac?

От
Darren Duncan
Дата:
That confused me too at first.  I expected clicking the dock icon for pgAdmin 4 
v3 to open it the second-plus time just the same as it did the first time, but 
it didn't.

But I soon discovered that the first launch added an icon to the main menu bar 
in the top right section, and that is where you go to tell it to re-open a 
window or to shutdown etc.

This then is like lots of other service-oriented programs like Postgresql.app or 
Dropbox or many others.

Nevertheless, I believe the app icon in the Finder/Dock should do something 
clearly visible to the user such as opening a window that says go to the service 
icon in the menu bar.

-- Darren Duncan

On 2018-04-21 2:08 PM, Conor McNally wrote:
> Hi,
> 
> I've upgraded from v2.1 to v3.0 on Mac.  I've noticed when I run it I no longer 
> get the pgAdmin icon in my system dock and the client application launches in 
> Safari.  This is all understandable given the architecture change, but can 
> anyone explain:
> 
>   * How do I quit the server app once I've finished with it?
>   * If I close the browser window, how do I relaunch the client app?  (Opening
>     the application again from its desktop icon does nothing.  Do I need to keep
>     a bookmark to the url?)
>   * Is it possible to get an icon in the system dock to show the application is
>     running?
> 
> Apologies, these are probably really basic questions, but thanks for pointing me 
> in the direction of any help.
> 
> Kind regards,
> 
> Conor McNally
> 



Re: Running pgAdmin 4 v3.0 on Mac?

От
Conor McNally
Дата:
Aha - I never noticed it up there!  Many thanks, it's got everything that I need.

On Sat, Apr 21, 2018 at 10:23 PM, Darren Duncan <darren@darrenduncan.net> wrote:
That confused me too at first.  I expected clicking the dock icon for pgAdmin 4 v3 to open it the second-plus time just the same as it did the first time, but it didn't.

But I soon discovered that the first launch added an icon to the main menu bar in the top right section, and that is where you go to tell it to re-open a window or to shutdown etc.

This then is like lots of other service-oriented programs like Postgresql.app or Dropbox or many others.

Nevertheless, I believe the app icon in the Finder/Dock should do something clearly visible to the user such as opening a window that says go to the service icon in the menu bar.

-- Darren Duncan

On 2018-04-21 2:08 PM, Conor McNally wrote:
Hi,

I've upgraded from v2.1 to v3.0 on Mac.  I've noticed when I run it I no longer get the pgAdmin icon in my system dock and the client application launches in Safari.  This is all understandable given the architecture change, but can anyone explain:

  * How do I quit the server app once I've finished with it?
  * If I close the browser window, how do I relaunch the client app?  (Opening
    the application again from its desktop icon does nothing.  Do I need to keep
    a bookmark to the url?)
  * Is it possible to get an icon in the system dock to show the application is
    running?

Apologies, these are probably really basic questions, but thanks for pointing me in the direction of any help.

Kind regards,

Conor McNally




pgAdmin 4 v3.1 on MacOS

От
matshyeq
Дата:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek

Re: pgAdmin 4 v3.1 on MacOS

От
Khushboo Vashi
Дата:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek

Re: pgAdmin 4 v3.1 on MacOS

От
matshyeq
Дата:
Hello,

the log is as below (125 identical entries):
2018-07-04 12:18:34,055: ERROR werkzeug: Error on request:
Traceback (most recent call last):
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi
    execute(self.server.app)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 258, in execute
    application_iter = app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1607, in full_dispatch_request
    self.try_trigger_before_first_request_functions()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1654, in try_trigger_before_first_request_functions
    func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/utils/__init__.py", line 46, in create_module_preference
    self.register_preferences()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/__init__.py", line 216, in register_preferences
    register_browser_preferences(self)
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/register_browser_preferences.py", line 15, in register_browser_preferences
    gettext("Show system objects?"), 'boolean', False,
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 623, in gettext
    return get_domain().gettext(*args, **kwargs)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 533, in gettext
    t = self.get_translations()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 510, in get_translations
    locale = get_locale()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 220, in get_locale
    rv = babel.locale_selector_func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 268, in get_locale
    'miscellaneous', 'user_language', None, user_id
UnboundLocalError: local variable 'user_id' referenced before assignment
Thank you,
Kind Regards 
~Maciek
On Mon, 2 Jul 2018 at 06:04, Support <support@rt-reisen.de> wrote:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

>>>

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek



Sie erhalten diese Nachricht da es eine Aktualisierung Ihres Tickets SUPPORT-4193 gibt.

Wenn Sie uns zu diesem Vorgang weitere Informationen geben möchten, Antworten Sie bitte direkt auf diese Email.

Viele Grüße
rtk online

Ursprüngliche Nachricht:

Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek

Re: pgAdmin 4 v3.1 on MacOS

От
Khushboo Vashi
Дата:
Is it a fresh install or upgrade?



On Wed, Jul 4, 2018 at 3:54 PM, matshyeq <matshyeq@gmail.com> wrote:
Hello,

the log is as below (125 identical entries):
2018-07-04 12:18:34,055: ERROR werkzeug: Error on request:
Traceback (most recent call last):
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi
    execute(self.server.app)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 258, in execute
    application_iter = app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1607, in full_dispatch_request
    self.try_trigger_before_first_request_functions()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1654, in try_trigger_before_first_request_functions
    func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/utils/__init__.py", line 46, in create_module_preference
    self.register_preferences()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/__init__.py", line 216, in register_preferences
    register_browser_preferences(self)
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/register_browser_preferences.py", line 15, in register_browser_preferences
    gettext("Show system objects?"), 'boolean', False,
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 623, in gettext
    return get_domain().gettext(*args, **kwargs)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 533, in gettext
    t = self.get_translations()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 510, in get_translations
    locale = get_locale()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 220, in get_locale
    rv = babel.locale_selector_func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 268, in get_locale
    'miscellaneous', 'user_language', None, user_id
UnboundLocalError: local variable 'user_id' referenced before assignment
Thank you,
Kind Regards 
~Maciek
On Mon, 2 Jul 2018 at 06:04, Support <support@rt-reisen.de> wrote:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

>>>

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek



Sie erhalten diese Nachricht da es eine Aktualisierung Ihres Tickets SUPPORT-4193 gibt.

Wenn Sie uns zu diesem Vorgang weitere Informationen geben möchten, Antworten Sie bitte direkt auf diese Email.

Viele Grüße
rtk online

Ursprüngliche Nachricht:


Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek

Re: pgAdmin 4 v3.1 on MacOS

От
matshyeq
Дата:
I had Pgadmin 4 v2 before but renamed it to `pgAdmin 4 bqp.app`
Probably still shares config settings though…

Thank you,
Kind Regards 
~Maciek


On Wed, 4 Jul 2018 at 12:35, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Is it a fresh install or upgrade?



On Wed, Jul 4, 2018 at 3:54 PM, matshyeq <matshyeq@gmail.com> wrote:
Hello,

the log is as below (125 identical entries):
2018-07-04 12:18:34,055: ERROR werkzeug: Error on request:
Traceback (most recent call last):
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi
    execute(self.server.app)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 258, in execute
    application_iter = app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1607, in full_dispatch_request
    self.try_trigger_before_first_request_functions()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1654, in try_trigger_before_first_request_functions
    func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/utils/__init__.py", line 46, in create_module_preference
    self.register_preferences()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/__init__.py", line 216, in register_preferences
    register_browser_preferences(self)
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/register_browser_preferences.py", line 15, in register_browser_preferences
    gettext("Show system objects?"), 'boolean', False,
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 623, in gettext
    return get_domain().gettext(*args, **kwargs)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 533, in gettext
    t = self.get_translations()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 510, in get_translations
    locale = get_locale()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 220, in get_locale
    rv = babel.locale_selector_func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 268, in get_locale
    'miscellaneous', 'user_language', None, user_id
UnboundLocalError: local variable 'user_id' referenced before assignment
Thank you,
Kind Regards 
~Maciek
On Mon, 2 Jul 2018 at 06:04, Support <support@rt-reisen.de> wrote:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

>>>

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek



Sie erhalten diese Nachricht da es eine Aktualisierung Ihres Tickets SUPPORT-4193 gibt.

Wenn Sie uns zu diesem Vorgang weitere Informationen geben möchten, Antworten Sie bitte direkt auf diese Email.

Viele Grüße
rtk online

Ursprüngliche Nachricht:


Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek

Re: pgAdmin 4 v3.1 on MacOS

От
Khushboo Vashi
Дата:


On Wed, Jul 4, 2018 at 4:38 PM, matshyeq <matshyeq@gmail.com> wrote:
I had Pgadmin 4 v2 before but renamed it to `pgAdmin 4 bqp.app`
Probably still shares config settings though…

Please rename your old database and then try to run pgAdmin 4. 
Thank you,
Kind Regards 
~Maciek


On Wed, 4 Jul 2018 at 12:35, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Is it a fresh install or upgrade?



On Wed, Jul 4, 2018 at 3:54 PM, matshyeq <matshyeq@gmail.com> wrote:
Hello,

the log is as below (125 identical entries):
2018-07-04 12:18:34,055: ERROR werkzeug: Error on request:
Traceback (most recent call last):
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi
    execute(self.server.app)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 258, in execute
    application_iter = app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1607, in full_dispatch_request
    self.try_trigger_before_first_request_functions()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1654, in try_trigger_before_first_request_functions
    func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/utils/__init__.py", line 46, in create_module_preference
    self.register_preferences()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/__init__.py", line 216, in register_preferences
    register_browser_preferences(self)
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/register_browser_preferences.py", line 15, in register_browser_preferences
    gettext("Show system objects?"), 'boolean', False,
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 623, in gettext
    return get_domain().gettext(*args, **kwargs)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 533, in gettext
    t = self.get_translations()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 510, in get_translations
    locale = get_locale()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 220, in get_locale
    rv = babel.locale_selector_func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 268, in get_locale
    'miscellaneous', 'user_language', None, user_id
UnboundLocalError: local variable 'user_id' referenced before assignment
Thank you,
Kind Regards 
~Maciek
On Mon, 2 Jul 2018 at 06:04, Support <support@rt-reisen.de> wrote:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

>>>

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek



Sie erhalten diese Nachricht da es eine Aktualisierung Ihres Tickets SUPPORT-4193 gibt.

Wenn Sie uns zu diesem Vorgang weitere Informationen geben möchten, Antworten Sie bitte direkt auf diese Email.

Viele Grüße
rtk online

Ursprüngliche Nachricht:


Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek


Re: pgAdmin 4 v3.1 on MacOS

От
matshyeq
Дата:
That worked(!) - thank you! But I have to say this is bit frustrating that with every new release of pgAdmin there's some incompatibility so I have to start blank all over again.
This is actually the reason I had v2.1 for long and reluctance to upgrade to any of the newer versions in the meantime… until now

Thank you,
Kind Regards 
~Maciek
On Wed, 4 Jul 2018 at 13:27, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:


On Wed, Jul 4, 2018 at 4:38 PM, matshyeq <matshyeq@gmail.com> wrote:
I had Pgadmin 4 v2 before but renamed it to `pgAdmin 4 bqp.app`
Probably still shares config settings though…

Please rename your old database and then try to run pgAdmin 4. 
Thank you,
Kind Regards 
~Maciek


On Wed, 4 Jul 2018 at 12:35, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Is it a fresh install or upgrade?



On Wed, Jul 4, 2018 at 3:54 PM, matshyeq <matshyeq@gmail.com> wrote:
Hello,

the log is as below (125 identical entries):
2018-07-04 12:18:34,055: ERROR werkzeug: Error on request:
Traceback (most recent call last):
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 270, in run_wsgi
    execute(self.server.app)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/werkzeug/serving.py", line 258, in execute
    application_iter = app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1607, in full_dispatch_request
    self.try_trigger_before_first_request_functions()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask/app.py", line 1654, in try_trigger_before_first_request_functions
    func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/utils/__init__.py", line 46, in create_module_preference
    self.register_preferences()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/__init__.py", line 216, in register_preferences
    register_browser_preferences(self)
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/browser/register_browser_preferences.py", line 15, in register_browser_preferences
    gettext("Show system objects?"), 'boolean', False,
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 623, in gettext
    return get_domain().gettext(*args, **kwargs)
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 533, in gettext
    t = self.get_translations()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 510, in get_translations
    locale = get_locale()
  File "/Applications/pgAdmin 4.app/Contents/Resources/venv/lib/python3.6/site-packages/flask_babelex/__init__.py", line 220, in get_locale
    rv = babel.locale_selector_func()
  File "/Applications/pgAdmin 4.app/Contents/Resources/web/pgadmin/__init__.py", line 268, in get_locale
    'miscellaneous', 'user_language', None, user_id
UnboundLocalError: local variable 'user_id' referenced before assignment
Thank you,
Kind Regards 
~Maciek
On Mon, 2 Jul 2018 at 06:04, Support <support@rt-reisen.de> wrote:
Hi,

Please enable the logging and provide the logs.
To enable logging, ref: https://www.pgadmin.org/faq/#8

Thanks,
Khushboo

>>>

On Sat, Jun 30, 2018 at 3:28 PM, matshyeq <matshyeq@gmail.com> wrote:
Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek



Sie erhalten diese Nachricht da es eine Aktualisierung Ihres Tickets SUPPORT-4193 gibt.

Wenn Sie uns zu diesem Vorgang weitere Informationen geben möchten, Antworten Sie bitte direkt auf diese Email.

Viele Grüße
rtk online

Ursprüngliche Nachricht:


Hi,

Starting the app. Takes ~20-25seconds and ends up with dialog box: "The application server could not be contacted".
That's it. Any ideas how to fix/troubleshoot?

Thank you,
Kind Regards 
~Maciek