Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZhZrZ-0001to-PA for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Oct 2015 09:09:17 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZhZrZ-0006Xv-9A for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Oct 2015 09:09:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZhZrY-0006Xk-PQ for pgadmin-hackers@postgresql.org; Thu, 01 Oct 2015 09:09:16 +0000 Received: from mout.gmx.com ([74.208.4.200]) by magus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.84) (envelope-from ) id 1ZhZrR-0005wK-Aa for pgadmin-hackers@postgresql.org; Thu, 01 Oct 2015 09:09:16 +0000 Received: from [83.244.198.100] by 3capp-mailcom-lxa14.server.lan (via HTTP); Thu, 1 Oct 2015 11:09:05 +0200 MIME-Version: 1.0 Message-ID: From: "Prasad Somwanshi" To: pgadmin-hackers Subject: Re: Running pgAdmin4 Content-Type: text/plain; charset=UTF-8 Date: Thu, 1 Oct 2015 11:09:05 +0200 Importance: normal Sensitivity: Normal In-Reply-To: References: , Content-Transfer-Encoding: quoted-printable X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K0:lXQGO5OrvVhfH8k44mb9ZN2VweRNWAc/TOus5X3epQV MTOWqVUs4CAO9qP6ETYio4zx8UVL5BYeelANYt04EnJFWBIthr C+98A4KGNbU4zt+3YUzab0eV6tcRhK1unOp/X5QcPVh4WrsZnA VjoHrN7TU75weXN5dbWsz+F3N085Lu6iTeizxCXmgCIsHNFKbh WholJJ/QP91yQzKXDT8Ji/PdTnMBSqOV/9+5mBiO6rCkfnzzif HnejELPBWF56mWoR9IyUkciJlBMscWh1z2mrQeeCUbGRwEPaAI g9AsY+ZsJB5zGsGoYoivFEZdGj9 X-UI-Out-Filterresults: notjunk:1;V01:K0:Lj+Lq28Tuhw=:i9U+UnYwcjO7ix3uuuDW4q XbP+8sI3pVeSyVQ0oGFtB4sGU5KRSLVgY9xCDmVhgOY1C4GX2Y7PpxNBpTbl3SC6p+YWpSKIt WNBb+zK7DO9Fy91Dhn8DClbJe/kMbJCcHNnmY3MGa5QyNELIXST5t8r40bc81+TzCOYRHTG89 VdxLuib3CwVFTIfppGfkuqFTkNgRzEwhCx1yIU20z5CAbP3jLRJE8F0ZtLCwJaXKfr5mnKmCW 1wmgxcfN/7DkiFNNaaYjwiXvTWfR0MMX9H3kyHJzbuQryj6AZveoR8ENd6IjudomM/dGYenMA ARJV2M5Akk6kASmEUbXgMcHdes0CuI5VOJpqPOruLgLIRlk/TAHjnNMkGfYEuuCYY0sN5hT+9 XNnd2PrqfjifrvXuKvCiaU9DMaLt6uB+/x+EAcgAaC4jLSJglRj5fOUh1JCuL/BrFN0hNEFhy 2e0x3K78Tg== X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org I think, I did. Is there any specific settings I might have missed there ? regards, Prasad =C2=A0 =C2=A0 Sent:=C2=A0Thursday, October 01, 2015 at 6:34 AM From:=C2=A0"Ashesh Vashi" To:=C2=A0"Prasad Somwanshi" Cc:=C2=A0pgadmin-hackers Subject:=C2=A0Re: [pgadmin-hackers] Running pgAdmin4 On Thu, Oct 1, 2015 at 2:19 AM, Prasad Somwanshi wrote: Hi, I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And se= rver runs.And able to access using browser. Then I tried running desktop application, it throws following error, Traceback (most recent call last): =C2=A0 File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73, i= n =C2=A0 =C2=A0 app.run(port=3Dserver_port) =C2=A0 File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in r= un =C2=A0 =C2=A0 run_simple(host, port, self, **options) =C2=A0 File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.e= gg/werkzeug/serving.py", line 622, in run_simple =C2=A0 =C2=A0 reloader_type) =C2=A0 File "/usr/local/lib/python2.7/dist-packages/Werkzeug-0.10.1-py2.7.e= gg/werkzeug/_reloader.py", line 263, in run_with_reloader =C2=A0 =C2=A0 signal.signal(signal.SIGTERM, lambda *args: sys.exit(0)) ValueError: signal only works in main thread Initial connection failed. Retrying in 2 seconds. Initial connection failed. Retrying in 3 seconds. Initial connection failed. Retrying in 4 seconds. Initial connection failed after multiple attempts. Aborting. I can see what error says. As Qt application spawns separate thread to run = server, which apparently is not allowed. Am I missing something ? Have you created config_local.py? =C2=A0 -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company[http://www.enterprisedb.c= om] =C2=A0 http://www.linkedin.com/in/asheshvashi[http://www.linkedin.com/in/asheshvas= hi] regards, Prasad -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org[pgadm= in-hackers@postgresql.org]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers[http://www.postgresql.or= g/mailpref/pgadmin-hackers] --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers