Re: Error installing my-service (hello-world example)

2017-11-17 Thread Thomas Nadeau

I agree, but just to be safe, I’ve been recommending an LTS version of 
Ubutu for folks on this (and other projects in the past) simply to try to 
eliminate any other variables.

—Tom


> On Nov 17, 2017, at 11:52 AM, Tal Liron  wrote:
> 
> I'm 100% sure this has nothing to do with the version of Linux in this
> case...
> 
> We do have an open bug being worked on right now having to do with that
> pesky ctx installation. It's expected to be fixed in time for the next
> release of ARIA:
> 
> https://issues.apache.org/jira/browse/ARIA-354
> 
> On Fri, Nov 17, 2017 at 6:11 AM, Thomas Nadeau 
> wrote:
> 
>> 
>>Glad you got it working. In general, I recommend using the LTS
>> releases of Ubuntu as
>> the leading releases are often too cutting edge/unstable in the most
>> unexpected places. 8)
>> 
>>—Tom
>> 
>> 
>>> On Nov 16, 2017, at 7:06 PM, Miguel Angel Jimenez Achinte <
>> mig...@rigiresearch.com> wrote:
>>> 
>>> Vish,
>>> It's working well now on Ubuntu 16.04. It was probably because I already
>>> had installed ARIA, so when I executed that command it
>>> didn't cause any effect.
>>> Thank you,
>>> Miguel
>>> 
>>> --
>>> Miguel Jimenez, PhD student
>>> Department of Computer Science
>>> University of Victoria
>>> Engineering/Computer Science Building (ECS), Room 412
>>> Victoria, BC
>>> V8W 3p6 Canada
>>> 
>>> On Thu, Nov 16, 2017 at 3:43 PM, Vishwanath Jayaraman <
>>> vishwana...@hotmail.com> wrote:
>>> 
 Can you confirm that below is the commas you used to install aria?
 
 
 pip install apache-ariatosca[ssh]==0.1.1 --no-binary apache-ariatosca
 
 I would recommend using 16.04 as I have verified it on 16.04
 
 Thanks
 -Vish
 Sent from my iPhone
 
 On Nov 16, 2017, at 5:23 PM, Miguel Angel Jimenez Achinte <
 mig...@rigiresearch.com> wrote:
 
 Hi Vish,
 I'm installing ARIA on Ubuntu 17.04.
 I followed the instructions you mentioned but the output is the same.
 Should I use Ubuntu 16.04?
 Miguel
 
 --
 Miguel Jimenez, PhD student
 Department of Computer Science
 University of Victoria
 Engineering/Computer Science Building (ECS), Room 412
 Victoria, BC
 V8W 3p6 Canada
 
 On Thu, Nov 16, 2017 at 2:07 PM, Vishwanath Jayaraman <
 vishwana...@hotmail.com> wrote:
 
 Miguel,
 
 Trying following the instructions at https://github.com/apache/
 incubator-ariatosca-website/tree/master/samples/Ubuntu and see if that
 works for you on ubuntu 16.04.
 
 On which OS are you installing ARIA?
 
 -Vish
 
 [https://avatars3.githubusercontent.com/u/47359?s=400=4]<
 https://github.com/apache/incubator-ariatosca-website/
>> tree/master/samples/
 Ubuntu>
 
 apache/incubator-ariatosca-website
 github.com
 incubator-ariatosca-website - Mirror of Apache ariatosca (Incubating)
 
 
 
 
 Vish
 
 
 
 From: Miguel Angel Jimenez Achinte >> mig...@rigiresearch.com>>
 Sent: Thursday, November 16, 2017 3:53 PM
 To: dev@ariatosca.incubator.apache.org
 Subject: Error installing my-service (hello-world example)
 
 Hi,
 
 My name is Miguel, I'm a PhD. student at the University of Victoria,
 Canada. I'm currently doing research on Software Deployment and I'm very
 interested in contributing to the ARIA project.
 
 So far, I've been reading the existing documentation but I encountered a
 problem with the hello-world example. I installed ARIA v0.1.1 and
>> followed
 the hello-world example from the README (I made sure to use the 0.1.1
 version of the blueprint). When I execute the last part of the example
 (aria executions start install -s my-service) this is what I get:
 
 Starting 'install' workflow execution
 web_app_1 Standard.configure started...
 Executing: /tmp/tmp67bMy9-configure.sh
 Execution done (exit_code=127): /tmp/tmp67bMy9-configure.sh
 web_app_1 Standard.configure failed
 ...
 repeat
 ...
 
 I assume the issue here is the command 'ctx' in the script. Should I do
 something extra to make it work?
 
 If this is not the right place to post this issue, please let me know.
 Thank you,
 Miguel
 
 
>> 
>> 



Re: Error installing my-service (hello-world example)

2017-11-17 Thread Miguel Angel Jimenez Achinte
Tal, thanks for the clarification and the link.
I did try running the shell script by myself and noticed the 'ctx' issue.


--
Miguel Jimenez, PhD student
Department of Computer Science
University of Victoria
Engineering/Computer Science Building (ECS), Room 412
Victoria, BC
V8W 3p6 Canada

On Fri, Nov 17, 2017 at 8:52 AM, Tal Liron  wrote:

> I'm 100% sure this has nothing to do with the version of Linux in this
> case...
>
> We do have an open bug being worked on right now having to do with that
> pesky ctx installation. It's expected to be fixed in time for the next
> release of ARIA:
>
> https://issues.apache.org/jira/browse/ARIA-354
>
> On Fri, Nov 17, 2017 at 6:11 AM, Thomas Nadeau 
> wrote:
>
> >
> > Glad you got it working. In general, I recommend using the LTS
> > releases of Ubuntu as
> > the leading releases are often too cutting edge/unstable in the most
> > unexpected places. 8)
> >
> > —Tom
> >
> >
> > > On Nov 16, 2017, at 7:06 PM, Miguel Angel Jimenez Achinte <
> > mig...@rigiresearch.com> wrote:
> > >
> > > Vish,
> > > It's working well now on Ubuntu 16.04. It was probably because I
> already
> > > had installed ARIA, so when I executed that command it
> > > didn't cause any effect.
> > > Thank you,
> > > Miguel
> > >
> > > --
> > > Miguel Jimenez, PhD student
> > > Department of Computer Science
> > > University of Victoria
> > > Engineering/Computer Science Building (ECS), Room 412
> > > Victoria, BC
> > > V8W 3p6 Canada
> > >
> > > On Thu, Nov 16, 2017 at 3:43 PM, Vishwanath Jayaraman <
> > > vishwana...@hotmail.com> wrote:
> > >
> > >> Can you confirm that below is the commas you used to install aria?
> > >>
> > >>
> > >> pip install apache-ariatosca[ssh]==0.1.1 --no-binary apache-ariatosca
> > >>
> > >> I would recommend using 16.04 as I have verified it on 16.04
> > >>
> > >> Thanks
> > >> -Vish
> > >> Sent from my iPhone
> > >>
> > >> On Nov 16, 2017, at 5:23 PM, Miguel Angel Jimenez Achinte <
> > >> mig...@rigiresearch.com> wrote:
> > >>
> > >> Hi Vish,
> > >> I'm installing ARIA on Ubuntu 17.04.
> > >> I followed the instructions you mentioned but the output is the same.
> > >> Should I use Ubuntu 16.04?
> > >> Miguel
> > >>
> > >> --
> > >> Miguel Jimenez, PhD student
> > >> Department of Computer Science
> > >> University of Victoria
> > >> Engineering/Computer Science Building (ECS), Room 412
> > >> Victoria, BC
> > >> V8W 3p6 Canada
> > >>
> > >> On Thu, Nov 16, 2017 at 2:07 PM, Vishwanath Jayaraman <
> > >> vishwana...@hotmail.com> wrote:
> > >>
> > >> Miguel,
> > >>
> > >> Trying following the instructions at https://github.com/apache/
> > >> incubator-ariatosca-website/tree/master/samples/Ubuntu and see if
> that
> > >> works for you on ubuntu 16.04.
> > >>
> > >> On which OS are you installing ARIA?
> > >>
> > >> -Vish
> > >>
> > >> [https://avatars3.githubusercontent.com/u/47359?s=400=4]<
> > >> https://github.com/apache/incubator-ariatosca-website/
> > tree/master/samples/
> > >> Ubuntu>
> > >>
> > >> apache/incubator-ariatosca-website > >> apache/incubator-ariatosca-website/tree/master/samples/Ubuntu>
> > >> github.com
> > >> incubator-ariatosca-website - Mirror of Apache ariatosca (Incubating)
> > >>
> > >>
> > >>
> > >>
> > >> Vish
> > >>
> > >>
> > >> 
> > >> From: Miguel Angel Jimenez Achinte  >> mig...@rigiresearch.com>>
> > >> Sent: Thursday, November 16, 2017 3:53 PM
> > >> To: dev@ariatosca.incubator.apache.org > >> ariatosca.incubator.apache.org>
> > >> Subject: Error installing my-service (hello-world example)
> > >>
> > >> Hi,
> > >>
> > >> My name is Miguel, I'm a PhD. student at the University of Victoria,
> > >> Canada. I'm currently doing research on Software Deployment and I'm
> very
> > >> interested in contributing to the ARIA project.
> > >>
> > >> So far, I've been reading the existing documentation but I
> encountered a
> > >> problem with the hello-world example. I installed ARIA v0.1.1 and
> > followed
> > >> the hello-world example from the README (I made sure to use the 0.1.1
> > >> version of the blueprint). When I execute the last part of the example
> > >> (aria executions start install -s my-service) this is what I get:
> > >>
> > >> Starting 'install' workflow execution
> > >> web_app_1 Standard.configure started...
> > >> Executing: /tmp/tmp67bMy9-configure.sh
> > >> Execution done (exit_code=127): /tmp/tmp67bMy9-configure.sh
> > >> web_app_1 Standard.configure failed
> > >> ...
> > >> repeat
> > >> ...
> > >>
> > >> I assume the issue here is the command 'ctx' in the script. Should I
> do
> > >> something extra to make it work?
> > >>
> > >> If this is not the right place to post this issue, please let me know.
> > >> Thank you,
> > >> Miguel
> > >>
> > >>
> >
> >
>


Re: Error installing my-service (hello-world example)

2017-11-17 Thread Tal Liron
I'm 100% sure this has nothing to do with the version of Linux in this
case...

We do have an open bug being worked on right now having to do with that
pesky ctx installation. It's expected to be fixed in time for the next
release of ARIA:

https://issues.apache.org/jira/browse/ARIA-354

On Fri, Nov 17, 2017 at 6:11 AM, Thomas Nadeau 
wrote:

>
> Glad you got it working. In general, I recommend using the LTS
> releases of Ubuntu as
> the leading releases are often too cutting edge/unstable in the most
> unexpected places. 8)
>
> —Tom
>
>
> > On Nov 16, 2017, at 7:06 PM, Miguel Angel Jimenez Achinte <
> mig...@rigiresearch.com> wrote:
> >
> > Vish,
> > It's working well now on Ubuntu 16.04. It was probably because I already
> > had installed ARIA, so when I executed that command it
> > didn't cause any effect.
> > Thank you,
> > Miguel
> >
> > --
> > Miguel Jimenez, PhD student
> > Department of Computer Science
> > University of Victoria
> > Engineering/Computer Science Building (ECS), Room 412
> > Victoria, BC
> > V8W 3p6 Canada
> >
> > On Thu, Nov 16, 2017 at 3:43 PM, Vishwanath Jayaraman <
> > vishwana...@hotmail.com> wrote:
> >
> >> Can you confirm that below is the commas you used to install aria?
> >>
> >>
> >> pip install apache-ariatosca[ssh]==0.1.1 --no-binary apache-ariatosca
> >>
> >> I would recommend using 16.04 as I have verified it on 16.04
> >>
> >> Thanks
> >> -Vish
> >> Sent from my iPhone
> >>
> >> On Nov 16, 2017, at 5:23 PM, Miguel Angel Jimenez Achinte <
> >> mig...@rigiresearch.com> wrote:
> >>
> >> Hi Vish,
> >> I'm installing ARIA on Ubuntu 17.04.
> >> I followed the instructions you mentioned but the output is the same.
> >> Should I use Ubuntu 16.04?
> >> Miguel
> >>
> >> --
> >> Miguel Jimenez, PhD student
> >> Department of Computer Science
> >> University of Victoria
> >> Engineering/Computer Science Building (ECS), Room 412
> >> Victoria, BC
> >> V8W 3p6 Canada
> >>
> >> On Thu, Nov 16, 2017 at 2:07 PM, Vishwanath Jayaraman <
> >> vishwana...@hotmail.com> wrote:
> >>
> >> Miguel,
> >>
> >> Trying following the instructions at https://github.com/apache/
> >> incubator-ariatosca-website/tree/master/samples/Ubuntu and see if that
> >> works for you on ubuntu 16.04.
> >>
> >> On which OS are you installing ARIA?
> >>
> >> -Vish
> >>
> >> [https://avatars3.githubusercontent.com/u/47359?s=400=4]<
> >> https://github.com/apache/incubator-ariatosca-website/
> tree/master/samples/
> >> Ubuntu>
> >>
> >> apache/incubator-ariatosca-website >> apache/incubator-ariatosca-website/tree/master/samples/Ubuntu>
> >> github.com
> >> incubator-ariatosca-website - Mirror of Apache ariatosca (Incubating)
> >>
> >>
> >>
> >>
> >> Vish
> >>
> >>
> >> 
> >> From: Miguel Angel Jimenez Achinte > mig...@rigiresearch.com>>
> >> Sent: Thursday, November 16, 2017 3:53 PM
> >> To: dev@ariatosca.incubator.apache.org >> ariatosca.incubator.apache.org>
> >> Subject: Error installing my-service (hello-world example)
> >>
> >> Hi,
> >>
> >> My name is Miguel, I'm a PhD. student at the University of Victoria,
> >> Canada. I'm currently doing research on Software Deployment and I'm very
> >> interested in contributing to the ARIA project.
> >>
> >> So far, I've been reading the existing documentation but I encountered a
> >> problem with the hello-world example. I installed ARIA v0.1.1 and
> followed
> >> the hello-world example from the README (I made sure to use the 0.1.1
> >> version of the blueprint). When I execute the last part of the example
> >> (aria executions start install -s my-service) this is what I get:
> >>
> >> Starting 'install' workflow execution
> >> web_app_1 Standard.configure started...
> >> Executing: /tmp/tmp67bMy9-configure.sh
> >> Execution done (exit_code=127): /tmp/tmp67bMy9-configure.sh
> >> web_app_1 Standard.configure failed
> >> ...
> >> repeat
> >> ...
> >>
> >> I assume the issue here is the command 'ctx' in the script. Should I do
> >> something extra to make it work?
> >>
> >> If this is not the right place to post this issue, please let me know.
> >> Thank you,
> >> Miguel
> >>
> >>
>
>


Re: Error installing my-service (hello-world example)

2017-11-17 Thread Thomas Nadeau

Glad you got it working. In general, I recommend using the LTS releases 
of Ubuntu as 
the leading releases are often too cutting edge/unstable in the most unexpected 
places. 8)

—Tom


> On Nov 16, 2017, at 7:06 PM, Miguel Angel Jimenez Achinte 
>  wrote:
> 
> Vish,
> It's working well now on Ubuntu 16.04. It was probably because I already
> had installed ARIA, so when I executed that command it
> didn't cause any effect.
> Thank you,
> Miguel
> 
> --
> Miguel Jimenez, PhD student
> Department of Computer Science
> University of Victoria
> Engineering/Computer Science Building (ECS), Room 412
> Victoria, BC
> V8W 3p6 Canada
> 
> On Thu, Nov 16, 2017 at 3:43 PM, Vishwanath Jayaraman <
> vishwana...@hotmail.com> wrote:
> 
>> Can you confirm that below is the commas you used to install aria?
>> 
>> 
>> pip install apache-ariatosca[ssh]==0.1.1 --no-binary apache-ariatosca
>> 
>> I would recommend using 16.04 as I have verified it on 16.04
>> 
>> Thanks
>> -Vish
>> Sent from my iPhone
>> 
>> On Nov 16, 2017, at 5:23 PM, Miguel Angel Jimenez Achinte <
>> mig...@rigiresearch.com> wrote:
>> 
>> Hi Vish,
>> I'm installing ARIA on Ubuntu 17.04.
>> I followed the instructions you mentioned but the output is the same.
>> Should I use Ubuntu 16.04?
>> Miguel
>> 
>> --
>> Miguel Jimenez, PhD student
>> Department of Computer Science
>> University of Victoria
>> Engineering/Computer Science Building (ECS), Room 412
>> Victoria, BC
>> V8W 3p6 Canada
>> 
>> On Thu, Nov 16, 2017 at 2:07 PM, Vishwanath Jayaraman <
>> vishwana...@hotmail.com> wrote:
>> 
>> Miguel,
>> 
>> Trying following the instructions at https://github.com/apache/
>> incubator-ariatosca-website/tree/master/samples/Ubuntu and see if that
>> works for you on ubuntu 16.04.
>> 
>> On which OS are you installing ARIA?
>> 
>> -Vish
>> 
>> [https://avatars3.githubusercontent.com/u/47359?s=400=4]<
>> https://github.com/apache/incubator-ariatosca-website/tree/master/samples/
>> Ubuntu>
>> 
>> apache/incubator-ariatosca-website> apache/incubator-ariatosca-website/tree/master/samples/Ubuntu>
>> github.com
>> incubator-ariatosca-website - Mirror of Apache ariatosca (Incubating)
>> 
>> 
>> 
>> 
>> Vish
>> 
>> 
>> 
>> From: Miguel Angel Jimenez Achinte  mig...@rigiresearch.com>>
>> Sent: Thursday, November 16, 2017 3:53 PM
>> To: dev@ariatosca.incubator.apache.org> ariatosca.incubator.apache.org>
>> Subject: Error installing my-service (hello-world example)
>> 
>> Hi,
>> 
>> My name is Miguel, I'm a PhD. student at the University of Victoria,
>> Canada. I'm currently doing research on Software Deployment and I'm very
>> interested in contributing to the ARIA project.
>> 
>> So far, I've been reading the existing documentation but I encountered a
>> problem with the hello-world example. I installed ARIA v0.1.1 and followed
>> the hello-world example from the README (I made sure to use the 0.1.1
>> version of the blueprint). When I execute the last part of the example
>> (aria executions start install -s my-service) this is what I get:
>> 
>> Starting 'install' workflow execution
>> web_app_1 Standard.configure started...
>> Executing: /tmp/tmp67bMy9-configure.sh
>> Execution done (exit_code=127): /tmp/tmp67bMy9-configure.sh
>> web_app_1 Standard.configure failed
>> ...
>> repeat
>> ...
>> 
>> I assume the issue here is the command 'ctx' in the script. Should I do
>> something extra to make it work?
>> 
>> If this is not the right place to post this issue, please let me know.
>> Thank you,
>> Miguel
>> 
>> 



Re: Error installing my-service (hello-world example)

2017-11-17 Thread Thomas Nadeau

I am not aware of anyone trying Ubuntu 17 for any testing/dev; people 
are using 16.x LTS.
You might want to try that.  

-Tom


> On Nov 16, 2017, at 6:23 PM, Miguel Angel Jimenez Achinte 
>  wrote:
> 
> Hi Vish,
> I'm installing ARIA on Ubuntu 17.04.
> I followed the instructions you mentioned but the output is the same.
> Should I use Ubuntu 16.04?
> Miguel
> 
> --
> Miguel Jimenez, PhD student
> Department of Computer Science
> University of Victoria
> Engineering/Computer Science Building (ECS), Room 412
> Victoria, BC
> V8W 3p6 Canada
> 
> On Thu, Nov 16, 2017 at 2:07 PM, Vishwanath Jayaraman <
> vishwana...@hotmail.com> wrote:
> 
>> Miguel,
>> 
>> Trying following the instructions at https://github.com/apache/
>> incubator-ariatosca-website/tree/master/samples/Ubuntu and see if that
>> works for you on ubuntu 16.04.
>> 
>> On which OS are you installing ARIA?
>> 
>> -Vish
>> 
>> [https://avatars3.githubusercontent.com/u/47359?s=400=4]<
>> https://github.com/apache/incubator-ariatosca-website/tree/master/samples/
>> Ubuntu>
>> 
>> apache/incubator-ariatosca-website> apache/incubator-ariatosca-website/tree/master/samples/Ubuntu>
>> github.com
>> incubator-ariatosca-website - Mirror of Apache ariatosca (Incubating)
>> 
>> 
>> 
>> 
>> Vish
>> 
>> 
>> 
>> From: Miguel Angel Jimenez Achinte 
>> Sent: Thursday, November 16, 2017 3:53 PM
>> To: dev@ariatosca.incubator.apache.org
>> Subject: Error installing my-service (hello-world example)
>> 
>> Hi,
>> 
>> My name is Miguel, I'm a PhD. student at the University of Victoria,
>> Canada. I'm currently doing research on Software Deployment and I'm very
>> interested in contributing to the ARIA project.
>> 
>> So far, I've been reading the existing documentation but I encountered a
>> problem with the hello-world example. I installed ARIA v0.1.1 and followed
>> the hello-world example from the README (I made sure to use the 0.1.1
>> version of the blueprint). When I execute the last part of the example
>> (aria executions start install -s my-service) this is what I get:
>> 
>> Starting 'install' workflow execution
>> web_app_1 Standard.configure started...
>> Executing: /tmp/tmp67bMy9-configure.sh
>> Execution done (exit_code=127): /tmp/tmp67bMy9-configure.sh
>> web_app_1 Standard.configure failed
>> ...
>> repeat
>> ...
>> 
>> I assume the issue here is the command 'ctx' in the script. Should I do
>> something extra to make it work?
>> 
>> If this is not the right place to post this issue, please let me know.
>> Thank you,
>> Miguel
>>