You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Bikramjeet Singh <si...@gmail.com> on 2016/02/24 20:29:48 UTC

Errors while Building Airavata

Hi,
I tried to build Airavata using the source code from git but there was
errors related to dependencies in -
airavata-api-server and 2-3 more, mostly in this part of pom.xml file

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">.

I want to start working with the xbaya-gui module, it'll be really helpful
if anyone can help me resolve the issue and help me getting started with it.

Thank you,
Bikramjeet Singh

Re: Errors while Building Airavata

Posted by Bikramjeet Singh <si...@gmail.com>.
Sure, just message me whenever you can.

Thanks

On Monday, March 7, 2016, Suresh Marru <sm...@gmail.com> wrote:

> Probably a google hangout will help hash out the project. My schedule for
> next three days is uncertain, i will ping you as i find window of times.
>
> Suresh
>
> Sent from my iPhone
>
> On Mar 7, 2016, at 5:26 AM, Bikramjeet Singh <singh.bikramjeet3@gmail.com
> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>
> Hi Suresh,
> Finally I've got x-baya working but I'm not able to read the referenced
> paper as my university doesn't provide university registered email id's to
> students. Also what all changes will be need to done to get it working in
> Airavata 0.16? As I'm done with my exams I want start working from today
> only and prepare a proposal side by side.
>
> Besides, which is of higher priority to get it working with 0.16 or to
> make it in JAVAFX?
>
> Thanks
>
> On Fri, Feb 26, 2016 at 12:09 AM, Suresh Marru <smarru@apache.org
> <javascript:_e(%7B%7D,'cvml','smarru@apache.org');>> wrote:
>
>> Hi Bikramjeet,
>>
>> XBaya is not known to work with Airavata 0.16, thats the key challenge
>> for the potential GSOC project to address. To know the features of XBaya,
>> probably it is best to try Airavata 0.14. If there are any snags there,
>> Airavata 0.11 certainly is known to work. Here are useful links:
>>
>> https://github.com/apache/airavata/tree/airavata-0.14
>>
>> https://github.com/apache/airavata/tree/airavata-0.11
>>
>>
>> https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start
>>
>> Note that we do not recommend any changes to 0.11 or 0.14 tags. These are
>> just references to know how XBaya used to work. Here is a paper which might
>> help with some of the details -
>> https://www.researchgate.net/profile/Suresh_Marru/publication/232106118_Workflow_Infrastructure_for_Multi-scale_Science_Gateways/links/56cf4a3008aeb52500c9a403.pdf
>>
>>
>> Suresh
>>
>> On Feb 25, 2016, at 12:38 PM, Bikramjeet Singh <
>> singh.bikramjeet3@gmail.com
>> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>>
>> Getting these issues precisely -
>>
>> [INFO] Building Airavata XBaya 0.16-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [WARNING] The POM for
>> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is
>> missing, no dependency information available
>> [WARNING] The POM for
>> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is
>> missing, no dependency information available
>> [WARNING] The POM for
>> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing,
>> no dependency information available
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 0.843 s
>> [INFO] Finished at: 2016-02-25T23:04:55+05:30
>> [INFO] Final Memory: 10M/155M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not
>> resolve dependencies for project
>> org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following
>> artifacts could not be resolved:
>> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT,
>> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT,
>> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to
>> find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in
>> http://repository.apache.org/snapshots was cached in the local
>> repository, resolution will not be reattempted until the update interval of
>> apache.snapshots has elapsed or updates are forced -> [Help 1]
>>
>> On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <
>> singh.bikramjeet3@gmail.com
>> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>>
>>> Hi,
>>> I am trying to clean install again to see if there's any luck. Isn't
>>> there any way to just build that xbaya module for now?
>>>
>>>
>>> On Thursday, February 25, 2016, Supun Nakandala <
>>> supun.nakandala@gmail.com
>>> <javascript:_e(%7B%7D,'cvml','supun.nakandala@gmail.com');>> wrote:
>>>
>>>> Hi Bikramjeet Singh,
>>>>
>>>> Can you be more explicit on what is the exact error that you get. Build
>>>> failure console log is helpful.
>>>>
>>>> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
>>>> singh.bikramjeet3@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>> I tried to build Airavata using the source code from git but there was
>>>>> errors related to dependencies in -
>>>>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>>>>
>>>>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
>>>>> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
>>>>> http://maven.apache.org/POM/4.0.0
>>>>> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>>>>
>>>>> I want to start working with the xbaya-gui module, it'll be really
>>>>> helpful if anyone can help me resolve the issue and help me getting started
>>>>> with it.
>>>>>
>>>>> Thank you,
>>>>> Bikramjeet Singh
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank you
>>>> Supun Nakandala
>>>> Dept. Computer Science and Engineering
>>>> University of Moratuwa
>>>>
>>>
>>
>>
>

Re: Errors while Building Airavata

Posted by Suresh Marru <sm...@gmail.com>.
Probably a google hangout will help hash out the project. My schedule for next three days is uncertain, i will ping you as i find window of times.

Suresh

Sent from my iPhone

> On Mar 7, 2016, at 5:26 AM, Bikramjeet Singh <si...@gmail.com> wrote:
> 
> Hi Suresh,
> Finally I've got x-baya working but I'm not able to read the referenced paper as my university doesn't provide university registered email id's to students. Also what all changes will be need to done to get it working in Airavata 0.16? As I'm done with my exams I want start working from today only and prepare a proposal side by side.
> 
> Besides, which is of higher priority to get it working with 0.16 or to make it in JAVAFX?
> 
> Thanks
> 
>> On Fri, Feb 26, 2016 at 12:09 AM, Suresh Marru <sm...@apache.org> wrote:
>> Hi Bikramjeet,
>> 
>> XBaya is not known to work with Airavata 0.16, thats the key challenge for the potential GSOC project to address. To know the features of XBaya, probably it is best to try Airavata 0.14. If there are any snags there, Airavata 0.11 certainly is known to work. Here are useful links:
>> 
>> https://github.com/apache/airavata/tree/airavata-0.14
>> 
>> https://github.com/apache/airavata/tree/airavata-0.11
>> 
>> https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start
>> 
>> Note that we do not recommend any changes to 0.11 or 0.14 tags. These are just references to know how XBaya used to work. Here is a paper which might help with some of the details - https://www.researchgate.net/profile/Suresh_Marru/publication/232106118_Workflow_Infrastructure_for_Multi-scale_Science_Gateways/links/56cf4a3008aeb52500c9a403.pdf 
>> 
>> Suresh
>> 
>>> On Feb 25, 2016, at 12:38 PM, Bikramjeet Singh <si...@gmail.com> wrote:
>>> 
>>> Getting these issues precisely -
>>> 
>>> [INFO] Building Airavata XBaya 0.16-SNAPSHOT
>>> [INFO] ------------------------------------------------------------------------
>>> [WARNING] The POM for org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is missing, no dependency information available
>>> [WARNING] The POM for org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is missing, no dependency information available
>>> [WARNING] The POM for org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing, no dependency information available
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 0.843 s
>>> [INFO] Finished at: 2016-02-25T23:04:55+05:30
>>> [INFO] Final Memory: 10M/155M
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not resolve dependencies for project org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following artifacts could not be resolved: org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT, org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT, org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
>>> 
>>>> On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <si...@gmail.com> wrote:
>>>> Hi, 
>>>> I am trying to clean install again to see if there's any luck. Isn't there any way to just build that xbaya module for now? 
>>>> 
>>>> 
>>>>> On Thursday, February 25, 2016, Supun Nakandala <su...@gmail.com> wrote:
>>>>> Hi Bikramjeet Singh,
>>>>> 
>>>>> Can you be more explicit on what is the exact error that you get. Build failure console log is helpful.
>>>>> 
>>>>>> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <si...@gmail.com> wrote:
>>>>>> Hi, 
>>>>>> I tried to build Airavata using the source code from git but there was errors related to dependencies in - 
>>>>>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>>>>> 
>>>>>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>>>>> 
>>>>>> I want to start working with the xbaya-gui module, it'll be really helpful if anyone can help me resolve the issue and help me getting started with it.
>>>>>> 
>>>>>> Thank you,
>>>>>> Bikramjeet Singh
>>>>> 
>>>>> 
>>>>> 
>>>>> -- 
>>>>> Thank you
>>>>> Supun Nakandala
>>>>> Dept. Computer Science and Engineering
>>>>> University of Moratuwa
> 

Re: Errors while Building Airavata

Posted by Bikramjeet Singh <si...@gmail.com>.
Hi Suresh,
Finally I've got x-baya working but I'm not able to read the referenced
paper as my university doesn't provide university registered email id's to
students. Also what all changes will be need to done to get it working in
Airavata 0.16? As I'm done with my exams I want start working from today
only and prepare a proposal side by side.

Besides, which is of higher priority to get it working with 0.16 or to make
it in JAVAFX?

Thanks

On Fri, Feb 26, 2016 at 12:09 AM, Suresh Marru <sm...@apache.org> wrote:

> Hi Bikramjeet,
>
> XBaya is not known to work with Airavata 0.16, thats the key challenge for
> the potential GSOC project to address. To know the features of XBaya,
> probably it is best to try Airavata 0.14. If there are any snags there,
> Airavata 0.11 certainly is known to work. Here are useful links:
>
> https://github.com/apache/airavata/tree/airavata-0.14
>
> https://github.com/apache/airavata/tree/airavata-0.11
>
>
> https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start
>
> Note that we do not recommend any changes to 0.11 or 0.14 tags. These are
> just references to know how XBaya used to work. Here is a paper which might
> help with some of the details -
> https://www.researchgate.net/profile/Suresh_Marru/publication/232106118_Workflow_Infrastructure_for_Multi-scale_Science_Gateways/links/56cf4a3008aeb52500c9a403.pdf
>
>
> Suresh
>
> On Feb 25, 2016, at 12:38 PM, Bikramjeet Singh <
> singh.bikramjeet3@gmail.com> wrote:
>
> Getting these issues precisely -
>
> [INFO] Building Airavata XBaya 0.16-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is
> missing, no dependency information available
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is
> missing, no dependency information available
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing,
> no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.843 s
> [INFO] Finished at: 2016-02-25T23:04:55+05:30
> [INFO] Final Memory: 10M/155M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not
> resolve dependencies for project
> org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following
> artifacts could not be resolved:
> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT,
> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT,
> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to
> find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in
> http://repository.apache.org/snapshots was cached in the local
> repository, resolution will not be reattempted until the update interval of
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>
> On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <
> singh.bikramjeet3@gmail.com> wrote:
>
>> Hi,
>> I am trying to clean install again to see if there's any luck. Isn't
>> there any way to just build that xbaya module for now?
>>
>>
>> On Thursday, February 25, 2016, Supun Nakandala <
>> supun.nakandala@gmail.com> wrote:
>>
>>> Hi Bikramjeet Singh,
>>>
>>> Can you be more explicit on what is the exact error that you get. Build
>>> failure console log is helpful.
>>>
>>> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
>>> singh.bikramjeet3@gmail.com> wrote:
>>>
>>>> Hi,
>>>> I tried to build Airavata using the source code from git but there was
>>>> errors related to dependencies in -
>>>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>>>
>>>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
>>>> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
>>>> http://maven.apache.org/POM/4.0.0
>>>> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>>>
>>>> I want to start working with the xbaya-gui module, it'll be really
>>>> helpful if anyone can help me resolve the issue and help me getting started
>>>> with it.
>>>>
>>>> Thank you,
>>>> Bikramjeet Singh
>>>>
>>>
>>>
>>>
>>> --
>>> Thank you
>>> Supun Nakandala
>>> Dept. Computer Science and Engineering
>>> University of Moratuwa
>>>
>>
>
>

Re: Errors while Building Airavata

Posted by Bikramjeet Singh <si...@gmail.com>.
Hello,
Oh that's the issue. I was not paying much attention to porting xbaya to
latest server part, I wanted to begin working on the GUI in JavaFX only
before hand.

Thanks, now I know where to begin.

On Friday, February 26, 2016, Suresh Marru <sm...@apache.org> wrote:

> Hi Bikramjeet,
>
> XBaya is not known to work with Airavata 0.16, thats the key challenge for
> the potential GSOC project to address. To know the features of XBaya,
> probably it is best to try Airavata 0.14. If there are any snags there,
> Airavata 0.11 certainly is known to work. Here are useful links:
>
> https://github.com/apache/airavata/tree/airavata-0.14
>
> https://github.com/apache/airavata/tree/airavata-0.11
>
>
> https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start
>
> Note that we do not recommend any changes to 0.11 or 0.14 tags. These are
> just references to know how XBaya used to work. Here is a paper which might
> help with some of the details -
> https://www.researchgate.net/profile/Suresh_Marru/publication/232106118_Workflow_Infrastructure_for_Multi-scale_Science_Gateways/links/56cf4a3008aeb52500c9a403.pdf
>
>
> Suresh
>
> On Feb 25, 2016, at 12:38 PM, Bikramjeet Singh <
> singh.bikramjeet3@gmail.com
> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>
> Getting these issues precisely -
>
> [INFO] Building Airavata XBaya 0.16-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is
> missing, no dependency information available
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is
> missing, no dependency information available
> [WARNING] The POM for
> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing,
> no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.843 s
> [INFO] Finished at: 2016-02-25T23:04:55+05:30
> [INFO] Final Memory: 10M/155M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not
> resolve dependencies for project
> org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following
> artifacts could not be resolved:
> org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT,
> org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT,
> org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to
> find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in
> http://repository.apache.org/snapshots was cached in the local
> repository, resolution will not be reattempted until the update interval of
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>
> On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <
> singh.bikramjeet3@gmail.com
> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>
>> Hi,
>> I am trying to clean install again to see if there's any luck. Isn't
>> there any way to just build that xbaya module for now?
>>
>>
>> On Thursday, February 25, 2016, Supun Nakandala <
>> supun.nakandala@gmail.com
>> <javascript:_e(%7B%7D,'cvml','supun.nakandala@gmail.com');>> wrote:
>>
>>> Hi Bikramjeet Singh,
>>>
>>> Can you be more explicit on what is the exact error that you get. Build
>>> failure console log is helpful.
>>>
>>> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
>>> singh.bikramjeet3@gmail.com> wrote:
>>>
>>>> Hi,
>>>> I tried to build Airavata using the source code from git but there was
>>>> errors related to dependencies in -
>>>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>>>
>>>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
>>>> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
>>>> http://maven.apache.org/POM/4.0.0
>>>> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>>>
>>>> I want to start working with the xbaya-gui module, it'll be really
>>>> helpful if anyone can help me resolve the issue and help me getting started
>>>> with it.
>>>>
>>>> Thank you,
>>>> Bikramjeet Singh
>>>>
>>>
>>>
>>>
>>> --
>>> Thank you
>>> Supun Nakandala
>>> Dept. Computer Science and Engineering
>>> University of Moratuwa
>>>
>>
>
>

Re: Errors while Building Airavata

Posted by Suresh Marru <sm...@apache.org>.
Hi Bikramjeet,

XBaya is not known to work with Airavata 0.16, thats the key challenge for the potential GSOC project to address. To know the features of XBaya, probably it is best to try Airavata 0.14. If there are any snags there, Airavata 0.11 certainly is known to work. Here are useful links:

https://github.com/apache/airavata/tree/airavata-0.14 <https://github.com/apache/airavata/tree/airavata-0.14>

https://github.com/apache/airavata/tree/airavata-0.11 <https://github.com/apache/airavata/tree/airavata-0.11>

https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start <https://cwiki.apache.org/confluence/display/AIRAVATA/Tutorial+08+-+XBAYA+Quick-Start>

Note that we do not recommend any changes to 0.11 or 0.14 tags. These are just references to know how XBaya used to work. Here is a paper which might help with some of the details - https://www.researchgate.net/profile/Suresh_Marru/publication/232106118_Workflow_Infrastructure_for_Multi-scale_Science_Gateways/links/56cf4a3008aeb52500c9a403.pdf 

Suresh

> On Feb 25, 2016, at 12:38 PM, Bikramjeet Singh <si...@gmail.com> wrote:
> 
> Getting these issues precisely -
> 
> [INFO] Building Airavata XBaya 0.16-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [WARNING] The POM for org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is missing, no dependency information available
> [WARNING] The POM for org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is missing, no dependency information available
> [WARNING] The POM for org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing, no dependency information available
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.843 s
> [INFO] Finished at: 2016-02-25T23:04:55+05:30
> [INFO] Final Memory: 10M/155M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not resolve dependencies for project org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following artifacts could not be resolved: org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT, org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT, org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in http://repository.apache.org/snapshots <http://repository.apache.org/snapshots> was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
> 
> On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <singh.bikramjeet3@gmail.com <ma...@gmail.com>> wrote:
> Hi, 
> I am trying to clean install again to see if there's any luck. Isn't there any way to just build that xbaya module for now? 
> 
> 
> On Thursday, February 25, 2016, Supun Nakandala <supun.nakandala@gmail.com <ma...@gmail.com>> wrote:
> Hi Bikramjeet Singh,
> 
> Can you be more explicit on what is the exact error that you get. Build failure console log is helpful.
> 
> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <singh.bikramjeet3@gmail.com <>> wrote:
> Hi, 
> I tried to build Airavata using the source code from git but there was errors related to dependencies in - 
> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
> 
> <project xmlns="http://maven.apache.org/POM/4.0.0 <http://maven.apache.org/POM/4.0.0>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance <http://www.w3.org/2001/XMLSchema-instance>" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 <http://maven.apache.org/POM/4.0.0> http://maven.apache.org/xsd/maven-4.0.0.xsd <http://maven.apache.org/xsd/maven-4.0.0.xsd>">.
> 
> I want to start working with the xbaya-gui module, it'll be really helpful if anyone can help me resolve the issue and help me getting started with it.
> 
> Thank you,
> Bikramjeet Singh 
> 
> 
> 
> -- 
> Thank you
> Supun Nakandala
> Dept. Computer Science and Engineering
> University of Moratuwa
> 


Re: Errors while Building Airavata

Posted by Bikramjeet Singh <si...@gmail.com>.
Getting these issues precisely -

[INFO] Building Airavata XBaya 0.16-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for
org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT is
missing, no dependency information available
[WARNING] The POM for
org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT is
missing, no dependency information available
[WARNING] The POM for
org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT is missing,
no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.843 s
[INFO] Finished at: 2016-02-25T23:04:55+05:30
[INFO] Final Memory: 10M/155M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project airavata-xbaya-gui: Could not
resolve dependencies for project
org.apache.airavata:airavata-xbaya-gui:jar:0.16-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT,
org.apache.airavata:airavata-workflow-model-component:jar:0.16-SNAPSHOT,
org.apache.airavata:airavata-workflow-engine:jar:0.16-SNAPSHOT: Failure to
find org.apache.airavata:airavata-workflow-model-core:jar:0.16-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1]

On Thu, Feb 25, 2016 at 1:34 AM, Bikramjeet Singh <
singh.bikramjeet3@gmail.com> wrote:

> Hi,
> I am trying to clean install again to see if there's any luck. Isn't there
> any way to just build that xbaya module for now?
>
>
> On Thursday, February 25, 2016, Supun Nakandala <su...@gmail.com>
> wrote:
>
>> Hi Bikramjeet Singh,
>>
>> Can you be more explicit on what is the exact error that you get. Build
>> failure console log is helpful.
>>
>> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
>> singh.bikramjeet3@gmail.com> wrote:
>>
>>> Hi,
>>> I tried to build Airavata using the source code from git but there was
>>> errors related to dependencies in -
>>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>>
>>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
>>> http://maven.apache.org/POM/4.0.0
>>> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>>
>>> I want to start working with the xbaya-gui module, it'll be really
>>> helpful if anyone can help me resolve the issue and help me getting started
>>> with it.
>>>
>>> Thank you,
>>> Bikramjeet Singh
>>>
>>
>>
>>
>> --
>> Thank you
>> Supun Nakandala
>> Dept. Computer Science and Engineering
>> University of Moratuwa
>>
>

Re: Errors while Building Airavata

Posted by Bikramjeet Singh <si...@gmail.com>.
Hi,
I am trying to clean install again to see if there's any luck. Isn't there
any way to just build that xbaya module for now?

On Thursday, February 25, 2016, Supun Nakandala <su...@gmail.com>
wrote:

> Hi Bikramjeet Singh,
>
> Can you be more explicit on what is the exact error that you get. Build
> failure console log is helpful.
>
> On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
> singh.bikramjeet3@gmail.com
> <javascript:_e(%7B%7D,'cvml','singh.bikramjeet3@gmail.com');>> wrote:
>
>> Hi,
>> I tried to build Airavata using the source code from git but there was
>> errors related to dependencies in -
>> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>>
>> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
>> http://maven.apache.org/POM/4.0.0
>> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>>
>> I want to start working with the xbaya-gui module, it'll be really
>> helpful if anyone can help me resolve the issue and help me getting started
>> with it.
>>
>> Thank you,
>> Bikramjeet Singh
>>
>
>
>
> --
> Thank you
> Supun Nakandala
> Dept. Computer Science and Engineering
> University of Moratuwa
>

Re: Errors while Building Airavata

Posted by Supun Nakandala <su...@gmail.com>.
Hi Bikramjeet Singh,

Can you be more explicit on what is the exact error that you get. Build
failure console log is helpful.

On Wed, Feb 24, 2016 at 2:29 PM, Bikramjeet Singh <
singh.bikramjeet3@gmail.com> wrote:

> Hi,
> I tried to build Airavata using the source code from git but there was
> errors related to dependencies in -
> airavata-api-server and 2-3 more, mostly in this part of pom.xml file
>
> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
> http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd">.
>
> I want to start working with the xbaya-gui module, it'll be really helpful
> if anyone can help me resolve the issue and help me getting started with it.
>
> Thank you,
> Bikramjeet Singh
>



-- 
Thank you
Supun Nakandala
Dept. Computer Science and Engineering
University of Moratuwa