Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89B6017FBD for ; Tue, 9 Jun 2015 14:32:53 +0000 (UTC) Received: (qmail 51272 invoked by uid 500); 9 Jun 2015 14:32:53 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 51221 invoked by uid 500); 9 Jun 2015 14:32:53 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 51211 invoked by uid 99); 9 Jun 2015 14:32:53 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2015 14:32:53 +0000 Received: from 149-160-249-77.dhcp-bl.indiana.edu (unknown [149.160.249.77]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 001D51A010F for ; Tue, 9 Jun 2015 14:32:52 +0000 (UTC) From: Suresh Marru Content-Type: multipart/alternative; boundary="Apple-Mail=_9843EF5B-C359-47A7-82FF-5412C75BB94E" Message-Id: <60251E07-DE25-453F-9D18-CA6B80E1415D@apache.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Problem installing PGA locally Date: Tue, 9 Jun 2015 10:32:50 -0400 References: To: Airavata Dev In-Reply-To: X-Mailer: Apple Mail (2.2098) --Apple-Mail=_9843EF5B-C359-47A7-82FF-5412C75BB94E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi Supun, I started seeing this error also all of a sudden. Do you know if any = dependency in composer is causing this? (you can reproduce this on gw75 = - /home/pga/portal/airavata-php-gateway - which is the 0.15 release = branch checkout) by doing a composer update: I am wondering why is composer parsing WSDl=E2=80=99s (I thought we had = pre-generated stub=E2=80=99s): PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server = through socket '/var/lib/mysql/mysql.sock' (2) Please configure your database connection correctly, or use the sqlite = memory driver (-M). Skipping \Illuminate\Support\Facades\Password. PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server = through socket '/var/lib/mysql/mysql.sock' (2) Please configure your database connection correctly, or use the sqlite = memory driver (-M). Skipping \Illuminate\Support\Facades\Schema. Exception: SOAP-ERROR: Parsing WSDL: Couldn't load from = 'RemoteUserStoreManagerService?wsdl' : failed to load external entity = "RemoteUserStoreManagerService?wsdl" Skipping \Wsis\Facades\Wsis. PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from = 'RemoteUserStoreManagerService?wsdl' : failed to load external entity = "RemoteUserStoreManagerService?wsdl" in = /var/www/portal/airavata-php-gateway/app/libraries/Wsis/Stubs/UserStoreMan= ager.php on line 22 Exception: Unable to instantiate Airavata Client Skipping \Airavata\Facades\Airavata. A new helper file was written to _ide_helper.php = {"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorExceptio= n","message":"SOAP-ERROR: Parsing WSDL: Couldn't load from = 'RemoteUserStoreManagerService?wsdl' : failed to load external entity = \"RemoteUserStoreManagerService?wsdl\"\n","file":"\/var\/www\/portal\/aira= vata-php-gateway\/app\/libraries\/Wsis\/Stubs\/UserStoreManager.php","line= ":22}}Generating optimized class loader Suresh > On Jun 9, 2015, at 10:17 AM, John Weachock = wrote: >=20 > Hi Supun, >=20 > I solved the installation problems by enabling the PHP openSSL = extension (as the address it connects to is https) and manually creating = a MySQL user 'forge'@'localhost' with no password. >=20 > Thanks! >=20 > On Mon, Jun 8, 2015 at 11:02 PM, Supun Nakandala = > wrote: > Hi John, >=20 > Have you enabled php SOAP extension? >=20 > -Supun >=20 > On Jun 9, 2015 1:56 AM, "John Weachock" > wrote: > Hello, >=20 > I'm trying to install the PGA on my local machine, but every time I = try to install using Composer, I get the following error: >=20 > $ sudo composer install > Loading composer repositories with package information > Installing dependencies (including require-dev) from lock file > Nothing to install or update > Generating autoload files > PDOException: SQLSTATE[HY000] [1045] Access denied for user = 'forge'@'localhost' (using password: NO) > Please configure your database connection correctly, or use the sqlite = memory driver (-M). Skipping \Illuminate\Support\Facades\Password. > PDOException: SQLSTATE[HY000] [1045] Access denied for user = 'forge'@'localhost' (using password: NO) > Please configure your database connection correctly, or use the sqlite = memory driver (-M). Skipping \Illuminate\Support\Facades\Schema. > PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from = 'https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl = '= : failed to load external entity = "https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl = "= > in = /home/john/airavata-php-gateway/app/libraries/Wsis/Stubs/UserStoreManager.= php on line 22 > Exception: SOAP-ERROR: Parsing WSDL: Couldn't load from = 'https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl = '= : failed to load external entity = "https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl = "= >=20 > Skipping \Wsis\Facades\Wsis. > A new helper file was written to _ide_helper.php > = {"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorExceptio= n","message":"SOAP-ERROR: Parsing WSDL: Couldn't load from = 'https:\/\/idp.scigap.org:7443 = \/services\/RemoteUserStoreManagerService?wsd= l' : failed to load external entity \"https:\/\/idp.scigap.org:7443 = \/services\/RemoteUserStoreManagerService?wsd= l\"\n","file":"\/home\/john\/airavata-php-gateway\/app\/libraries\/Wsis\/S= tubs\/UserStoreManager.php","line":22}}Generating optimized class loader > Is there a step that I missed when configuring the application or am I = missing any dependencies? If any other information is needed to help = track down the bug, please let me know. > Thanks, > John Weachock >=20 --Apple-Mail=_9843EF5B-C359-47A7-82FF-5412C75BB94E Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Hi Supun,

I= started seeing this error also all of a sudden. Do you know if any = dependency in composer is causing this? (you can reproduce this on gw75 =  - /home/pga/portal/airavata-php-gateway - which is the 0.15 = release branch checkout) by doing a composer update:

I am wondering why is = composer parsing WSDl=E2=80=99s (I thought we had pre-generated = stub=E2=80=99s):

PDOException: SQLSTATE[HY000] [2002] Can't = connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' = (2)
Please configure your database connection = correctly, or use the sqlite memory driver (-M). Skipping = \Illuminate\Support\Facades\Password.
PDOException: = SQLSTATE[HY000] [2002] Can't connect to local MySQL server through = socket '/var/lib/mysql/mysql.sock' (2)
Please = configure your database connection correctly, or use the sqlite memory = driver (-M). Skipping \Illuminate\Support\Facades\Schema.
Exception: SOAP-ERROR: Parsing WSDL: Couldn't load from = 'RemoteUserStoreManagerService?wsdl' : failed to load external entity = "RemoteUserStoreManagerService?wsdl"

Skipping \Wsis\Facades\Wsis.
PHP Fatal error:  SOAP-ERROR: Parsing WSDL: Couldn't = load from 'RemoteUserStoreManagerService?wsdl' : failed to load external = entity "RemoteUserStoreManagerService?wsdl"
 in = /var/www/portal/airavata-php-gateway/app/libraries/Wsis/Stubs/UserStoreMan= ager.php on line 22
Exception: Unable to = instantiate Airavata Client
Skipping = \Airavata\Facades\Airavata.
A new helper file was = written to _ide_helper.php
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalEr= rorException","message":"SOAP-ERROR: Parsing WSDL: Couldn't load from = 'RemoteUserStoreManagerService?wsdl' : failed to load external entity = \"RemoteUserStoreManagerService?wsdl\"\n","file":"\/var\/www\/portal\/aira= vata-php-gateway\/app\/libraries\/Wsis\/Stubs\/UserStoreManager.php","line= ":22}}Generating optimized class loader


Suresh

On Jun 9, 2015, at 10:17 AM, = John Weachock <jweachock@gmail.com> wrote:

Hi Supun,

I= solved the installation problems by enabling the PHP openSSL extension = (as the address it connects to is https) and manually creating a MySQL = user 'forge'@'localhost' with no password.

Thanks!

On Mon, = Jun 8, 2015 at 11:02 PM, Supun Nakandala <supun.nakandala@gmail.com> = wrote:

Hi John,

Have you enabled php = SOAP extension?

-Supun

On Jun 9, 2015 1:56 AM, "John Weachock" = <jweachock@gmail.com> wrote:
Hello,

I'm = trying to install the PGA on my local machine, but every time I try to = install using Composer, I get the following error:

$ sudo composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
PDOException: SQLSTATE[HY000] [1045] Access denied for user =
'forge'@'localhost' (using password: NO)
Please configure your database connection correctly, or use the sqlite =
memory driver (-M). Skipping \Illuminate\Support\Facades\Password.
PDOException: SQLSTATE[HY000] [1045] Access denied for user =
'forge'@'localhost' (using password: NO)
Please configure your database connection correctly, or use the sqlite =
memory driver (-M). Skipping \Illuminate\Support\Facades\Schema.
PHP Fatal error:  SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://idp.scigap.org:7443/services/RemoteUserStoreManagerServ=
ice?wsdl' : failed to load external entity "https://idp.scigap.org:7443/services/RemoteUserStoreManagerServ=
ice?wsdl"
 in =
/home/john/airavata-php-gateway/app/libraries/Wsis/Stubs/UserStoreManager.=
php on line 22
Exception: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://idp.scigap.org:7443/services/RemoteUserStoreManagerServ=
ice?wsdl' : failed to load external entity "https://idp.scigap.org:7443/services/RemoteUserStoreManagerServ=
ice?wsdl"

Skipping \Wsis\Facades\Wsis.
A new helper file was written to _ide_helper.php
=
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorExceptio=
n","message":"SOAP-ERROR: Parsing WSDL: Couldn't load from 'https:\/\/idp.scigap.org:7443\/services\/RemoteUserStoreManagerServic=
e?wsdl' : failed to load external entity \"https:\/\/idp.scigap.org:7443\/services\/RemoteUserStoreManagerServic=
e?wsdl\"\n","file":"\/home\/john\/airavata-php-gateway\/app\/libraries\/Ws=
is\/Stubs\/UserStoreManager.php","line":22}}Generating optimized class =
loader
Is there a step that I missed when configuring =
the application or am I missing any dependencies? If any other =
information is needed to help track down the bug, please let me =
know.
Thanks,
John Weachock


= --Apple-Mail=_9843EF5B-C359-47A7-82FF-5412C75BB94E--