You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Lahiru Gunathilake <gl...@gmail.com> on 2014/06/30 15:44:24 UTC

Build fails in latest trunk

[INFO] Airavata server distribution ...................... FAILURE [0.359s]
[INFO] Airavata Client Distribution Parent ............... SKIPPED
[INFO] Airavata Client Java Distribution ................. SKIPPED
[INFO] Airavata release artifacts ........................ SKIPPED
[INFO] Airavata Integration Tests ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:34.063s
[INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
[INFO] Final Memory: 69M/123M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project apache-airavata-server: Could not
resolve dependencies for project
org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The
repository system is offline but the artifact
eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local
repository. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :apache-airavata-server


Regards
Lahiru

-- 
System Analyst Programmer
PTI Lab
Indiana University

Re: Build fails in latest trunk

Posted by Suresh Marru <sm...@apache.org>.
Lahiru, Chathuri,

While Shahbaz explores best way to fix this (which is hard given the uncertainty with jglobus BC dependencies), I add the unicore repo to server distribution, so the build should work now.

Suresh
On Jun 30, 2014, at 11:57 AM, Suresh Marru <sm...@apache.org> wrote:

> Hi Shahbaz,
> 
> Now that BES provider is independent, I would say its your call on which version you would like to use. Regarding GridFTP compatibility, I am planning to advocate for a jglobus release with  bcprov-jdk15on-1.50 this week. But with RC testing, the jars themselves might not be available until a week or so. So meanwhile, please decide whats the interim dependency should be.
> 
> Suresh
> 
> On Jun 30, 2014, at 11:46 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:
> 
>> Hi Suresh, 
>> 
>> There are two versions on maven central, 1) unicore-client-wrapper-1.6.0-p4_1 and 2) unicore-client-wrapper-1.7.2_1. 
>> 
>> We can use one of them iff, 
>> 
>> a) using bcprov-jdk16-1.46 for 1
>> or
>> b) iusing bcprov-jdk15on-1.50 for 2
>> 
>> I think the nearest one is "a" to the current distribution. Do you think if we use 1.46 instead of 1.45 will work?
>> 
>> Best Regards,
>> 
>> Shahbaz
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> On Mon, Jun 30, 2014 at 4:42 PM, Suresh Marru <sm...@apache.org> wrote:
>> Hi Shahbaz,
>> 
>> Can we switch to the BES jar from maven central?
>> 
>> Suresh
>> 
>> On Jun 30, 2014, at 10:32 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:
>> 
>>> Let me see at my end.
>>> 
>>> Best Regards,
>>> 
>>> Shahbaz
>>> 
>>> On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <ka...@gmail.com> wrote:
>>> I also faced the same yesterday.
>>> 
>>> 
>>> On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com> wrote:
>>> [INFO] Airavata server distribution ...................... FAILURE [0.359s]
>>> [INFO] Airavata Client Distribution Parent ............... SKIPPED
>>> [INFO] Airavata Client Java Distribution ................. SKIPPED
>>> [INFO] Airavata release artifacts ........................ SKIPPED
>>> [INFO] Airavata Integration Tests ........................ SKIPPED
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------------------
>>> [INFO] Total time: 1:34.063s
>>> [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
>>> [INFO] Final Memory: 69M/123M
>>> [INFO] ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal on project apache-airavata-server: Could not resolve dependencies for project org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The repository system is offline but the artifact eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local repository. -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions, please read the following articles:
>>> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the command
>>> [ERROR]   mvn <goals> -rf :apache-airavata-server
>>> 
>>> 
>>> Regards
>>> Lahiru
>>> 
>>> --
>>> System Analyst Programmer
>>> PTI Lab
>>> Indiana University
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------------------------
>>> ------------------------------------------------------------------------------------------------
>>> Forschungszentrum Juelich GmbH
>>> 52425 Juelich
>>> Sitz der Gesellschaft: Juelich
>>> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
>>> Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
>>> Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
>>> Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
>>> Prof. Dr. Sebastian M. Schmidt
>>> ------------------------------------------------------------------------------------------------
>>> ------------------------------------------------------------------------------------------------
>>> 
>> 
>> 
> 


Re: Build fails in latest trunk

Posted by Shahbaz Memon <m....@fz-juelich.de>.
Just for a successful build compilation we can use any bc-prov version, but
when real integration and user interaction comes we have to use a common
version. Moving jglobus will definitely help the components which are using
latest bc-prov dependencies.

Thanks,

Shahbaz



On Mon, Jun 30, 2014 at 5:57 PM, Suresh Marru <sm...@apache.org> wrote:

> Hi Shahbaz,
>
> Now that BES provider is independent, I would say its your call on which
> version you would like to use. Regarding GridFTP compatibility, I am
> planning to advocate for a jglobus release with  bcprov-jdk15on-1.50 this
> week. But with RC testing, the jars themselves might not be available until
> a week or so. So meanwhile, please decide whats the interim dependency
> should be.
>
> Suresh
>
> On Jun 30, 2014, at 11:46 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:
>
> > Hi Suresh,
> >
> > There are two versions on maven central, 1)
> unicore-client-wrapper-1.6.0-p4_1 and 2) unicore-client-wrapper-1.7.2_1.
> >
> > We can use one of them iff,
> >
> > a) using bcprov-jdk16-1.46 for 1
> > or
> > b) iusing bcprov-jdk15on-1.50 for 2
> >
> > I think the nearest one is "a" to the current distribution. Do you think
> if we use 1.46 instead of 1.45 will work?
> >
> > Best Regards,
> >
> > Shahbaz
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Jun 30, 2014 at 4:42 PM, Suresh Marru <sm...@apache.org> wrote:
> > Hi Shahbaz,
> >
> > Can we switch to the BES jar from maven central?
> >
> > Suresh
> >
> > On Jun 30, 2014, at 10:32 AM, Shahbaz Memon <m....@fz-juelich.de>
> wrote:
> >
> > > Let me see at my end.
> > >
> > > Best Regards,
> > >
> > > Shahbaz
> > >
> > > On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <
> kamalasini@gmail.com> wrote:
> > > I also faced the same yesterday.
> > >
> > >
> > > On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com>
> wrote:
> > > [INFO] Airavata server distribution ...................... FAILURE
> [0.359s]
> > > [INFO] Airavata Client Distribution Parent ............... SKIPPED
> > > [INFO] Airavata Client Java Distribution ................. SKIPPED
> > > [INFO] Airavata release artifacts ........................ SKIPPED
> > > [INFO] Airavata Integration Tests ........................ SKIPPED
> > > [INFO]
> ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO]
> ------------------------------------------------------------------------
> > > [INFO] Total time: 1:34.063s
> > > [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
> > > [INFO] Final Memory: 69M/123M
> > > [INFO]
> ------------------------------------------------------------------------
> > > [ERROR] Failed to execute goal on project apache-airavata-server:
> Could not resolve dependencies for project
> org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The
> repository system is offline but the artifact
> eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local
> repository. -> [Help 1]
> > > [ERROR]
> > > [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
> > > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > > [ERROR]
> > > [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> > > [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > > [ERROR]
> > > [ERROR] After correcting the problems, you can resume the build with
> the command
> > > [ERROR]   mvn <goals> -rf :apache-airavata-server
> > >
> > >
> > > Regards
> > > Lahiru
> > >
> > > --
> > > System Analyst Programmer
> > > PTI Lab
> > > Indiana University
> > >
> > >
> > >
> > >
> > >
> ------------------------------------------------------------------------------------------------
> > >
> ------------------------------------------------------------------------------------------------
> > > Forschungszentrum Juelich GmbH
> > > 52425 Juelich
> > > Sitz der Gesellschaft: Juelich
> > > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> > > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> > > Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> > > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> > > Prof. Dr. Sebastian M. Schmidt
> > >
> ------------------------------------------------------------------------------------------------
> > >
> ------------------------------------------------------------------------------------------------
> > >
> >
> >
>
>

Re: Build fails in latest trunk

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

Now that BES provider is independent, I would say its your call on which version you would like to use. Regarding GridFTP compatibility, I am planning to advocate for a jglobus release with  bcprov-jdk15on-1.50 this week. But with RC testing, the jars themselves might not be available until a week or so. So meanwhile, please decide whats the interim dependency should be.

Suresh

On Jun 30, 2014, at 11:46 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:

> Hi Suresh, 
> 
> There are two versions on maven central, 1) unicore-client-wrapper-1.6.0-p4_1 and 2) unicore-client-wrapper-1.7.2_1. 
> 
> We can use one of them iff, 
> 
> a) using bcprov-jdk16-1.46 for 1
> or
> b) iusing bcprov-jdk15on-1.50 for 2
> 
> I think the nearest one is "a" to the current distribution. Do you think if we use 1.46 instead of 1.45 will work?
> 
> Best Regards,
> 
> Shahbaz
> 
> 
>  
> 
> 
> 
> 
> 
> 
> On Mon, Jun 30, 2014 at 4:42 PM, Suresh Marru <sm...@apache.org> wrote:
> Hi Shahbaz,
> 
> Can we switch to the BES jar from maven central?
> 
> Suresh
> 
> On Jun 30, 2014, at 10:32 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:
> 
> > Let me see at my end.
> >
> > Best Regards,
> >
> > Shahbaz
> >
> > On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <ka...@gmail.com> wrote:
> > I also faced the same yesterday.
> >
> >
> > On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com> wrote:
> > [INFO] Airavata server distribution ...................... FAILURE [0.359s]
> > [INFO] Airavata Client Distribution Parent ............... SKIPPED
> > [INFO] Airavata Client Java Distribution ................. SKIPPED
> > [INFO] Airavata release artifacts ........................ SKIPPED
> > [INFO] Airavata Integration Tests ........................ SKIPPED
> > [INFO] ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Total time: 1:34.063s
> > [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
> > [INFO] Final Memory: 69M/123M
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project apache-airavata-server: Could not resolve dependencies for project org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The repository system is offline but the artifact eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local repository. -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions, please read the following articles:
> > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the command
> > [ERROR]   mvn <goals> -rf :apache-airavata-server
> >
> >
> > Regards
> > Lahiru
> >
> > --
> > System Analyst Programmer
> > PTI Lab
> > Indiana University
> >
> >
> >
> >
> > ------------------------------------------------------------------------------------------------
> > ------------------------------------------------------------------------------------------------
> > Forschungszentrum Juelich GmbH
> > 52425 Juelich
> > Sitz der Gesellschaft: Juelich
> > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> > Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> > Prof. Dr. Sebastian M. Schmidt
> > ------------------------------------------------------------------------------------------------
> > ------------------------------------------------------------------------------------------------
> >
> 
> 


Re: Build fails in latest trunk

Posted by Shahbaz Memon <m....@fz-juelich.de>.
Hi Suresh,

There are two versions on maven central, 1)
unicore-client-wrapper-1.6.0-p4_1 and 2) unicore-client-wrapper-1.7.2_1.

We can use one of them iff,

a) using bcprov-jdk16-1.46 for 1
or
b) iusing bcprov-jdk15on-1.50 for 2

I think the nearest one is "a" to the current distribution. Do you think if
we use 1.46 instead of 1.45 will work?

Best Regards,

Shahbaz









On Mon, Jun 30, 2014 at 4:42 PM, Suresh Marru <sm...@apache.org> wrote:

> Hi Shahbaz,
>
> Can we switch to the BES jar from maven central?
>
> Suresh
>
> On Jun 30, 2014, at 10:32 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:
>
> > Let me see at my end.
> >
> > Best Regards,
> >
> > Shahbaz
> >
> > On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <
> kamalasini@gmail.com> wrote:
> > I also faced the same yesterday.
> >
> >
> > On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com>
> wrote:
> > [INFO] Airavata server distribution ...................... FAILURE
> [0.359s]
> > [INFO] Airavata Client Distribution Parent ............... SKIPPED
> > [INFO] Airavata Client Java Distribution ................. SKIPPED
> > [INFO] Airavata release artifacts ........................ SKIPPED
> > [INFO] Airavata Integration Tests ........................ SKIPPED
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> ------------------------------------------------------------------------
> > [INFO] Total time: 1:34.063s
> > [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
> > [INFO] Final Memory: 69M/123M
> > [INFO]
> ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project apache-airavata-server: Could
> not resolve dependencies for project
> org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The
> repository system is offline but the artifact
> eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local
> repository. -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> > [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> command
> > [ERROR]   mvn <goals> -rf :apache-airavata-server
> >
> >
> > Regards
> > Lahiru
> >
> > --
> > System Analyst Programmer
> > PTI Lab
> > Indiana University
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------------------------
> >
> ------------------------------------------------------------------------------------------------
> > Forschungszentrum Juelich GmbH
> > 52425 Juelich
> > Sitz der Gesellschaft: Juelich
> > Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> > Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> > Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> > Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> > Prof. Dr. Sebastian M. Schmidt
> >
> ------------------------------------------------------------------------------------------------
> >
> ------------------------------------------------------------------------------------------------
> >
>
>

Re: Build fails in latest trunk

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

Can we switch to the BES jar from maven central?

Suresh

On Jun 30, 2014, at 10:32 AM, Shahbaz Memon <m....@fz-juelich.de> wrote:

> Let me see at my end. 
> 
> Best Regards,
> 
> Shahbaz
> 
> On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <ka...@gmail.com> wrote:
> I also faced the same yesterday. 
> 
> 
> On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com> wrote:
> [INFO] Airavata server distribution ...................... FAILURE [0.359s]
> [INFO] Airavata Client Distribution Parent ............... SKIPPED
> [INFO] Airavata Client Java Distribution ................. SKIPPED
> [INFO] Airavata release artifacts ........................ SKIPPED
> [INFO] Airavata Integration Tests ........................ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1:34.063s
> [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
> [INFO] Final Memory: 69M/123M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project apache-airavata-server: Could not resolve dependencies for project org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The repository system is offline but the artifact eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local repository. -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :apache-airavata-server
> 
> 
> Regards
> Lahiru
> 
> -- 
> System Analyst Programmer
> PTI Lab
> Indiana University
> 
> 
> 
> 
> ------------------------------------------------------------------------------------------------
> ------------------------------------------------------------------------------------------------
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
> Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> Prof. Dr. Sebastian M. Schmidt
> ------------------------------------------------------------------------------------------------
> ------------------------------------------------------------------------------------------------
> 


Re: Build fails in latest trunk

Posted by Shahbaz Memon <m....@fz-juelich.de>.
Let me see at my end.

Best Regards,

Shahbaz

On Mon, Jun 30, 2014 at 4:04 PM, Chathuri Wimalasena <ka...@gmail.com>> wrote:
I also faced the same yesterday.


On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com>> wrote:
[INFO] Airavata server distribution ...................... FAILURE [0.359s]
[INFO] Airavata Client Distribution Parent ............... SKIPPED
[INFO] Airavata Client Java Distribution ................. SKIPPED
[INFO] Airavata release artifacts ........................ SKIPPED
[INFO] Airavata Integration Tests ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:34.063s
[INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
[INFO] Final Memory: 69M/123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project apache-airavata-server: Could not resolve dependencies for project org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The repository system is offline but the artifact eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local repository. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :apache-airavata-server


Regards
Lahiru

--
System Analyst Programmer
PTI Lab
Indiana University




------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------


Re: Build fails in latest trunk

Posted by Chathuri Wimalasena <ka...@gmail.com>.
I also faced the same yesterday.


On Mon, Jun 30, 2014 at 9:44 AM, Lahiru Gunathilake <gl...@gmail.com>
wrote:

> [INFO] Airavata server distribution ...................... FAILURE [0.359s]
> [INFO] Airavata Client Distribution Parent ............... SKIPPED
> [INFO] Airavata Client Java Distribution ................. SKIPPED
> [INFO] Airavata release artifacts ........................ SKIPPED
> [INFO] Airavata Integration Tests ........................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:34.063s
> [INFO] Finished at: Mon Jun 30 09:38:09 EDT 2014
> [INFO] Final Memory: 69M/123M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project apache-airavata-server: Could
> not resolve dependencies for project
> org.apache.airavata:apache-airavata-server:pom:0.13-SNAPSHOT: The
> repository system is offline but the artifact
> eu.unicore:ogsabes-client:jar:1.7.0-rc is not available in the local
> repository. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :apache-airavata-server
>
>
> Regards
> Lahiru
>
> --
> System Analyst Programmer
> PTI Lab
> Indiana University
>