Thread: No notification/progress window under Windows 10

No notification/progress window under Windows 10

From
Christoph Schreiber
Date:

Hi there,

 

I’ve tried pgAdmin4 a lot of times under Windows10 but still there is no notification or progress window showing what is going on. In Windows7 no problem.

When I want to restore a database the only notification I get is “Restore job created”. No info if it was successful or which errors occurred.

 

Please check this behaviour.

 

I have the latest version from the pgAdmin website running under W10 Pro 64-bit.

 

Beste Grüße

Christoph Schreiber

 

---


cid:312315410@06012011-05AB

Netzwerge GmbH

Wendenstraße 377
20537 Hamburg

Tel.: 0 40 - 55 55 088 - 0
Fax: 0 40 - 55 55 088 - 55

info@netzwerge.de
www.netzwerge.de

Geschäftsführer: Dipl. Wi.-Inform. (FH) Dennis Körner

Amtsgericht Hamburg, HRB 142857

 

Re: No notification/progress window under Windows 10

From
Murtuza Zabuawala
Date:
Hi,

I am not able to reproduce the issue on my side, I am also using Win10 Pro 64-bit.

On Thu, Nov 9, 2017 at 5:56 PM, Christoph Schreiber <schreiber@netzwerge.de> wrote:

Hi there,

 

I’ve tried pgAdmin4 a lot of times under Windows10 but still there is no notification or progress window showing what is going on. In Windows7 no problem.

When I want to restore a database the only notification I get is “Restore job created”. No info if it was successful or which errors occurred.

 

Please check this behaviour.

 

I have the latest version from the pgAdmin website running under W10 Pro 64-bit.

 

Beste Grüße

Christoph Schreiber

 

---


cid:312315410@06012011-05AB

Netzwerge GmbH

Wendenstraße 377
20537 Hamburg

Tel.: 0 40 - 55 55 088 - 0
Fax: 0 40 - 55 55 088 - 55

info@netzwerge.de
www.netzwerge.de

Geschäftsführer: Dipl. Wi.-Inform. (FH) Dennis Körner

Amtsgericht Hamburg, HRB 142857

 


Attachment

Re: No notification/progress window under Windows 10

From
Conor McNally
Date:
Hi Murtuza,

I have this problem too.  It has been this way since pgAdmin 4 v1.5.

My current set-up is pgAdmin 4 v2.0 running as a desktop client on macOS Sierra v10.12.6.

I am afraid I have not found any workaround for it.

Regards,

Conor McNally

On Sun, Nov 12, 2017 at 6:26 AM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

I am not able to reproduce the issue on my side, I am also using Win10 Pro 64-bit.

On Thu, Nov 9, 2017 at 5:56 PM, Christoph Schreiber <schreiber@netzwerge.de> wrote:

Hi there,

 

I’ve tried pgAdmin4 a lot of times under Windows10 but still there is no notification or progress window showing what is going on. In Windows7 no problem.

When I want to restore a database the only notification I get is “Restore job created”. No info if it was successful or which errors occurred.

 

Please check this behaviour.

 

I have the latest version from the pgAdmin website running under W10 Pro 64-bit.

 

Beste Grüße

Christoph Schreiber

 

---


cid:312315410@06012011-05AB

Netzwerge GmbH

Wendenstraße 377
20537 Hamburg

Tel.: 0 40 - 55 55 088 - 0
Fax: 0 40 - 55 55 088 - 55

info@netzwerge.de
www.netzwerge.de

Geschäftsführer: Dipl. Wi.-Inform. (FH) Dennis Körner

Amtsgericht Hamburg, HRB 142857

 



RE: No notification/progress window under Windows 10

From
McDonaldR
Date:

Hi List

 

I can confirm this issue too on Windows 10 Enterprise 64bit running PgAdmin4 v2.1 downloaded from the PgAdmin website.

 

I works perfectly on my Windows 7 64bit machine and I get notifications of completed jobs like backups and restores.

 

The log from the Windows 10 Machine has this in it:

 

AttributeError: 'BackupMessage' object has no attribute 'cmd'

2018-01-23 09:42:04,875: ERROR             werkzeug:          Error on request:

Traceback (most recent call last):

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 209, in run_wsgi

    execute(self.server.app)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 197, in execute

    application_iter = app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1997, in __call__

    return self.wsgi_app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1985, in wsgi_app

    response = self.handle_exception(e)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1540, in handle_exception

    reraise(exc_type, exc_value, tb)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1982, in wsgi_app

    response = self.full_dispatch_request()

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1614, in full_dispatch_request

    rv = self.handle_user_exception(e)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1517, in handle_user_exception

    reraise(exc_type, exc_value, tb)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1612, in full_dispatch_request

    rv = self.dispatch_request()

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1598, in dispatch_request

    return self.view_functions[rule.endpoint](**req.view_args)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask_login.py", line 792, in decorated_view

    return func(*args, **kwargs)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\misc\bgprocess\__init__.py", line 62, in index

    return make_response(response=BatchProcess.list())

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\misc\bgprocess\processes.py", line 523, in list

    details = desc.details(p.command, args)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\tools\backup\__init__.py", line 192, in details

    res += html.safe_str(self.cmd)

AttributeError: 'BackupMessage' object has no attribute 'cmd'

2018-01-23 09:49:23,815: ERROR             werkzeug:          Error on request:

Traceback (most recent call last):

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 209, in run_wsgi

    execute(self.server.app)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 197, in execute

    application_iter = app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1997, in __call__

    return self.wsgi_app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1985, in wsgi_app

    response = self.handle_exception(e)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1540, in handle_exception

    reraise(exc_type, exc_value, tb)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1982, in wsgi_app

    response = self.full_dispatch_request()

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1614, in full_dispatch_request

    rv = self.handle_user_exception(e)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1517, in handle_user_exception

    reraise(exc_type, exc_value, tb)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1612, in full_dispatch_request

    rv = self.dispatch_request()

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1598, in dispatch_request

    return self.view_functions[rule.endpoint](**req.view_args)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask_login.py", line 792, in decorated_view

    return func(*args, **kwargs)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\misc\bgprocess\__init__.py", line 62, in index

    return make_response(response=BatchProcess.list())

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\misc\bgprocess\processes.py", line 523, in list

    details = desc.details(p.command, args)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\tools\backup\__init__.py", line 192, in details

    res += html.safe_str(self.cmd)

AttributeError: 'BackupMessage' object has no attribute 'cmd'

2018-01-23 09:59:00,862: ERROR             werkzeug:          Error on request:

Traceback (most recent call last):

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 209, in run_wsgi

    execute(self.server.app)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\werkzeug\serving.py", line 197, in execute

    application_iter = app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1997, in __call__

    return self.wsgi_app(environ, start_response)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 1978, in wsgi_app

    ctx.push()

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\ctx.py", line 332, in push

    self.session = self.app.open_session(self.request)

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\Lib\site-packages\flask\app.py", line 912, in open_session

    return self.session_interface.open_session(self, request)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\utils\session.py", line 263, in open_session

    return self.manager.get(sid, digest)

  File "C:\Program Files (x86)\pgAdmin 4\v2\web\pgadmin\utils\session.py", line 136, in get

    del self._cache[sid]

  File "C:\Program Files (x86)\pgAdmin 4\v2\venv\lib\collections.py", line 85, in __delitem__

    dict_delitem(self, key)

KeyError: u'd6a7361a-bb15-4cf9-b553-e5ac5a62d353'

 

Thanks

 

Ross

 

From: Conor McNally [mailto:theconor@gmail.com]
Sent: 14 November 2017 21:52
To: Murtuza Zabuawala
Cc: pgadmin-support@postgresql.org
Subject: Re: No notification/progress window under Windows 10

 

Hi Murtuza,

 

I have this problem too.  It has been this way since pgAdmin 4 v1.5.

 

My current set-up is pgAdmin 4 v2.0 running as a desktop client on macOS Sierra v10.12.6.

 

I am afraid I have not found any workaround for it.

 

Regards,

 

Conor McNally

 

On Sun, Nov 12, 2017 at 6:26 AM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:

Hi,

 

I am not able to reproduce the issue on my side, I am also using Win10 Pro 64-bit.

 

On Thu, Nov 9, 2017 at 5:56 PM, Christoph Schreiber <schreiber@netzwerge.de> wrote:

Hi there,

 

I’ve tried pgAdmin4 a lot of times under Windows10 but still there is no notification or progress window showing what is going on. In Windows7 no problem.

When I want to restore a database the only notification I get is “Restore job created”. No info if it was successful or which errors occurred.

 

Please check this behaviour.

 

I have the latest version from the pgAdmin website running under W10 Pro 64-bit.

 

Beste Grüße

Christoph Schreiber

 

---


cid:312315410@06012011-05AB

Netzwerge GmbH

Wendenstraße 377
20537 Hamburg

Tel.: 0 40 - 55 55 088 - 0
Fax: 0 40 - 55 55 088 - 55

info@netzwerge.de
www.netzwerge.de

Geschäftsführer: Dipl. Wi.-Inform. (FH) Dennis Körner

Amtsgericht Hamburg, HRB 142857

 

 

 

 

This message is strictly confidential. If you have received this in error, please inform the sender and remove it from your system. If received in error you may not copy, print, forward or use it or any attachment in any way. This message is not capable of creating a legal contract or a binding representation and does not represent the views of Angus Council. Emails may be monitored for security and network management reasons. Messages containing inappropriate content may be intercepted. Angus Council does not accept any liability for any harm that may be caused to the recipient system or data on it by this message or any attachment.

Attachment