Re: Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite

From: Attila Soki <atiware(at)gmx(dot)net>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite
Date: 2017-03-10 10:24:04
Message-ID: 3FA6749C-CF3B-4417-9D71-BB507A045B0A@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Dave,

thanks. V1.3 Works

but there is something wrong with the signature.
it does not starts with the gatekeeper setting „App Store and Identified developers“
but it works when gatekeeper was set to „anywhere“ (at least once)

btw:
i use the following command in a loop over all libs to verify my osx builds:

otool -l ~/Desktop/pgAdmin\ 4.app/Contents/Frameworks/libssl.1.1.dylib | grep "cmd LC_VERSION_MIN_MACOSX" -A3
cmd LC_VERSION_MIN_MACOSX
cmdsize 16
version 10.9
sdk 10.12

you can grep the output for the expected min-version
eg:

otool -l ~/Desktop/pgAdmin\ 4.app/Contents/Frameworks/libssl.1.1.dylib | grep "cmd LC_VERSION_MIN_MACOSX" -A3 | grep "10.9"
if [ $? -ne 0 ]; then -> failed

Attila

> Am 10.03.2017 um 10:55 schrieb Dave Page <dpage(at)pgadmin(dot)org>:
>
> Please try the 1.3 build at https://developer.pgadmin.org/~dpage/
>
> Thanks.
>
> On Fri, Mar 10, 2017 at 9:54 AM, Attila Soki <atiware(at)gmx(dot)net> wrote:
>> Hi Maciek,
>>
>> yes it is the same problem. (libssl signature and deployment target).
>> then i have to use v1.1 (or V3) (no time to update my os right now..)
>>
>> thank you
>> Attila
>>
>>
>>> Am 10.03.2017 um 10:44 schrieb matshyeq <matshyeq(at)gmail(dot)com>:
>>>
>>> Hi,
>>>
>>> I seems exactly like the problem I had, see this thread: http://www.postgresql-archive.org/Re-Mac-OS-X-error-for-pgAdmin-4-1-2-td5944865.html
>>> I suggest you upgrade your OS.
>>>
>>> Thank you,
>>> Kind Regards
>>> ~Maciek
>>> On 10 March 2017 at 10:26, Attila Soki <atiware(at)gmx(dot)net> wrote:
>>> Hi,
>>>
>>> i updated pgadmin4 from v1.1 to v1.2.
>>>
>>> after starting the v1.2 app, a small blue pgadmin banner appears (pgadmin Management tool),
>>> when this vanished, a somewhat bigger window opens and displays an error message:
>>>
>>> the website is not available
>>> ERR_CONNECTION_REFUSED
>>>
>>> a bit later an another error message appears:
>>> Failed to connect to the pgAdmin application server. Click here to try again.
>>>
>>> clicking the link, displays the same error message again.
>>>
>>> pgadmin4 V1.1 works, pgadmin4 V1.2 does not starts
>>>
>>> Working version:
>>> Version1.1
>>> CopyrightCopyright 2013 - 2016, The pgAdmin Development Team
>>> Python Version2.7.10 (default, Jul 14 2015, 19:46:27) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
>>> Flask Version0.11.1
>>>
>>> Failing version:
>>> 1.2
>>> downloaded at 2017-03-10 10:00 CET
>>>
>>> content of ~/.pgadmin/pgadmin4.log:
>>> 2017-03-10 10:07:37,900: INFO pgadmin: ########################################################
>>> 2017-03-10 10:07:37,900: INFO pgadmin: Starting pgAdmin 4 v1.2...
>>> 2017-03-10 10:07:37,900: INFO pgadmin: ########################################################
>>> 2017-03-10 10:08:30,957: INFO pgadmin: ########################################################
>>> 2017-03-10 10:08:30,957: INFO pgadmin: Starting pgAdmin 4 v1.2...
>>> 2017-03-10 10:08:30,958: INFO pgadmin: ########################################################
>>>
>>>
>>> deleting the folder ~/.pgadmin did not helped
>>> deleting ~/Library/Application Support/pgadmin not helped
>>>
>>> ist there a solution to this problem?
>>>
>>> thanks
>>>
>>> Attila
>>>
>>>
>>>
>>>
>>> --
>>> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
>>> To make changes to your subscription:
>>> http://www.postgresql.org/mailpref/pgadmin-support
>>>
>>
>>
>>
>> --
>> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-support
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-03-10 12:58:32 pgAdmin 4 v1.3 Released!
Previous Message Dave Page 2017-03-10 09:55:47 Re: Startup problem pgadmin4 V1.2 on osx 10.10.5 Yosemite