You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Subho Banerjee <su...@gmail.com> on 2013/08/05 12:31:25 UTC

Maven build failing

Hello,
I have been having some problem with building the latest version of the
trunk. Airavata Common Utilities is not building correctly as one of the
dependencies seems to be timing out.

This is the component that could not be fetched --

Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not
transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
Error transferring file: Operation timed out -> [Help 1]


And this is the relevant section of the build output --
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
[INFO]
------------------------------------------------------------------------
Downloading:
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
Downloading:
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
Downloading:
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
Downloading:
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
Downloading:
http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Airavata .......................................... SUCCESS [1.860s]
[INFO] Airavata Commons .................................. SUCCESS [0.040s]
[INFO] Airavata GFac Schema Utilities .................... SUCCESS [15.771s]
[INFO] Airavata Common Utilities ......................... FAILURE
[6:50:17.104s]
[INFO] Airavata Registry ................................. SKIPPED
[INFO] Airavata Registry API ............................. SKIPPED
[INFO] Airavata Workflow Model Parent .................... SKIPPED
[INFO] Airavata Workflow Model Core ...................... SKIPPED
[INFO] Airavata WS Messenger ............................. SKIPPED
[INFO] Airavata Messenger Commons ........................ SKIPPED
[INFO] Airavata Messenger Client ......................... SKIPPED
[INFO] Airavata WS Monitor ............................... SKIPPED
[INFO] Airavata Workflow Execution Context ............... SKIPPED
[INFO] Airavata Client ................................... SKIPPED
[INFO] Airavata Workflow Tracking ........................ SKIPPED
[INFO] Airavata Credential Store ......................... SKIPPED
[INFO] Airavata GFac Core ................................ SKIPPED
[INFO] Airavata Message Box .............................. SKIPPED
[INFO] Airavata Message Broker ........................... SKIPPED
[INFO] Airavata Workflow Component ....................... SKIPPED
[INFO] Airavata Workflow Component Node .................. SKIPPED
[INFO] Airavata JPA Registry ............................. SKIPPED
[INFO] Airavata REST ..................................... SKIPPED
[INFO] airavata-rest-mappings ............................ SKIPPED
[INFO] airavata-rest-client .............................. SKIPPED
[INFO] Airavata XBaya .................................... SKIPPED
[INFO] Airavata Registry Service ......................... SKIPPED
[INFO] Airavata Registry Test ............................ SKIPPED
[INFO] Airavata Security Implementation .................. SKIPPED
[INFO] airavata-rest-services ............................ SKIPPED
[INFO] airavata-rest-service-webapp ...................... SKIPPED
[INFO] Airavata Tools .................................... SKIPPED
[INFO] Airavata Phoebus Integration ...................... SKIPPED
[INFO] registry-tool ..................................... SKIPPED
[INFO] Simple Math Service ............................... SKIPPED
[INFO] Complex Math Service .............................. SKIPPED
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: commons-configuration:commons-configuration:jar -> version
1.6 vs 1.7 @ line 190, column 21
[WARNING] The expression ${pom.version} is deprecated. Please use
${project.version} instead.
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line 146,
column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
must be unique: commons-configuration:commons-configuration:jar -> version
1.6 vs 1.7 @ line 652, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin
org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin
org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Airavata
[INFO] Airavata Commons
[INFO] Airavata GFac Schema Utilities
[INFO] Airavata Common Utilities
[INFO] Airavata Registry
[INFO] Airavata Registry API
[INFO] Airavata Workflow Model Parent
[INFO] Airavata Workflow Model Core
[INFO] Airavata WS Messenger
[INFO] Airavata Messenger Commons
[INFO] Airavata Messenger Client
[INFO] Airavata WS Monitor
[INFO] Airavata Workflow Execution Context
[INFO] Airavata Client
[INFO] Airavata Workflow Tracking
[INFO] Airavata Credential Store
...skipping...
[ERROR] Failed to execute goal on project airavata-common-utils: Could not
resolve dependencies for project
org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed to
collect dependencies for [xerces:xercesImpl:jar:2.9.1 (compile),
org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), xpp3:xpp3:jar:1.1.3_7
(compile), xpp5:xpp5:jar:1.2.6 (compile), xsul:xsul:jar:2.10.5_b (compile),
xsul5-ogce:xsul5-2007-02-27:jar:1 (compile),
org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
commons-dbcp:commons-dbcp:jar:1.4 (compile), org.slf4j:slf4j-api:jar:1.7.2
(compile), org.apache.derby:derby:jar:10.9.1.0 (compile),
org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
org.apache.derby:derbynet:jar:10.9.1.0 (compile),
org.apache.derby:derbytools:jar:10.9.1.0 (compile),
org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read artifact
descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer artifact
xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
Error transferring file: Operation timed out -> [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 :airavata-common-utils

-- 
Cheers,
Subho

Re: Maven build failing

Posted by Marlon Pierce <ma...@iu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+1

I should have reported community.ucs.indiana.edu's problems to the
list earlier.


Marlon


On 8/5/13 4:32 PM, Suresh Marru wrote:
> Thanks Chathuri for fixing this repo. I verified both the trunk and
> 0.8 release on a clean repo and it built just fine.
> 
> Suresh
> 
> On Aug 5, 2013, at 1:52 PM, Chathuri Wimalasena
> <ka...@gmail.com> wrote:
> 
>> Hi Subo,
>> 
>> You should not get this issue now. Can you try and let us know
>> whether you are able to build the trunk ?
>> 
>> Regards, Chathuri
>> 
>> 
>> On Mon, Aug 5, 2013 at 8:50 AM, Marlon Pierce <ma...@iu.edu>
>> wrote:
> Sorry, this was hosted on an old server that we need to replace.
> 
> 
> Marlon
> 
> 
> On 8/5/13 8:13 AM, Chathuri Wimalasena wrote:
>>>> Hi Subho,
>>>> 
>>>> This is due to community.ucs.indiana.edu 
>>>> <http://community.ucs.indiana.edu> machine is down. Can you
>>>> try to build offline ?
>>>> 
>>>> Regards, Chathuri
>>>> 
>>>> 
>>>> On Mon, Aug 5, 2013 at 7:37 AM, Subho Banerjee 
>>>> <subs.zero@gmail.com <ma...@gmail.com>> wrote:
>>>> 
>>>> Hi Vijayendra, I have direct access to the internet.
>>>> 
>>>> I think the link is down. I cant even seem to curl the link 
>>>> "http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"
>>>>
>>>>
>>>> 
trunk|? curl
>>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
>>>>
>>>>
>
>>>> 
curl: (7) couldn't connect to host
>>>> 
>>>> 
>>>> On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit 
>>>> <vijayendra.sdm@gmail.com <ma...@gmail.com>> 
>>>> wrote:
>>>> 
>>>> Hi Subho
>>>> 
>>>> I think you are behind the proxy. I used to get build failure
>>>> and it was because of proxy.
>>>> 
>>>> Regards Vijayendra
>>>> 
>>>> 
>>>> On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee
>>>> <subs.zero@gmail.com <ma...@gmail.com>> wrote:
>>>> 
>>>> Hello, I have been having some problem with building the
>>>> latest version of the trunk. Airavata Common Utilities is not
>>>> building correctly as one of the dependencies seems to be
>>>> timing out.
>>>> 
>>>> This is the component that could not be fetched --
>>>> 
>>>> Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7:
>>>> Could not transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to
>>>> ogce.m2.all 
>>>> (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>>>>
>>>>
>
>>>> 
Error transferring file: Operation timed out -> [Help 1]
>>>> 
>>>> 
>>>> And this is the relevant section of the build output --
>>>> [INFO] [INFO] 
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>
>>>> 
[INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
>>>> [INFO] 
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>>>
>>>>
>
>>>> 
Downloading:
>>>> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>>>
>>>>
>
>>>> 
[INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>
>>>> 
[INFO] Reactor Summary:
>>>> [INFO] [INFO] Airavata
>>>> .......................................... SUCCESS [1.860s]
>>>> [INFO] Airavata Commons ..................................
>>>> SUCCESS [0.040s] [INFO] Airavata GFac Schema Utilities
>>>> .................... SUCCESS [15.771s] [INFO] Airavata Common
>>>> Utilities ......................... FAILURE [6:50:17.104s]
>>>> [INFO] Airavata Registry .................................
>>>> SKIPPED [INFO] Airavata Registry API
>>>> ............................. SKIPPED [INFO] Airavata
>>>> Workflow Model Parent .................... SKIPPED [INFO]
>>>> Airavata Workflow Model Core ...................... SKIPPED
>>>> [INFO] Airavata WS Messenger .............................
>>>> SKIPPED [INFO] Airavata Messenger Commons
>>>> ........................ SKIPPED [INFO] Airavata Messenger
>>>> Client ......................... SKIPPED [INFO] Airavata WS
>>>> Monitor ............................... SKIPPED [INFO]
>>>> Airavata Workflow Execution Context ............... SKIPPED
>>>> [INFO] Airavata Client ...................................
>>>> SKIPPED [INFO] Airavata Workflow Tracking
>>>> ........................ SKIPPED [INFO] Airavata Credential
>>>> Store ......................... SKIPPED [INFO] Airavata GFac
>>>> Core ................................ SKIPPED [INFO]
>>>> Airavata Message Box .............................. SKIPPED
>>>> [INFO] Airavata Message Broker ...........................
>>>> SKIPPED [INFO] Airavata Workflow Component
>>>> ....................... SKIPPED [INFO] Airavata Workflow
>>>> Component Node .................. SKIPPED [INFO] Airavata JPA
>>>> Registry ............................. SKIPPED [INFO]
>>>> Airavata REST ..................................... SKIPPED
>>>> [INFO] airavata-rest-mappings ............................
>>>> SKIPPED [INFO] airavata-rest-client
>>>> .............................. SKIPPED [INFO] Airavata XBaya
>>>> .................................... SKIPPED [INFO] Airavata
>>>> Registry Service ......................... SKIPPED [INFO] 
>>>> Airavata Registry Test ............................ SKIPPED
>>>> [INFO] Airavata Security Implementation ..................
>>>> SKIPPED [INFO] airavata-rest-services
>>>> ............................ SKIPPED [INFO] 
>>>> airavata-rest-service-webapp ...................... SKIPPED
>>>> [INFO] Airavata Tools ....................................
>>>> SKIPPED [INFO] Airavata Phoebus Integration
>>>> ...................... SKIPPED [INFO] registry-tool
>>>> ..................................... SKIPPED [INFO] Simple
>>>> Math Service ............................... SKIPPED [INFO] 
>>>> Complex Math Service .............................. SKIPPED
>>>> [INFO] Scanning for projects... [WARNING] [WARNING] Some
>>>> problems were encountered while building the effective model
>>>> for org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT
>>>> [WARNING] 
>>>> 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>>> must be unique:
>>>> commons-configuration:commons-configuration:jar -> version
>>>> 1.6 vs 1.7 @ line 190, column 21 [WARNING] The expression 
>>>> ${pom.version} is deprecated. Please use ${project.version} 
>>>> instead. [WARNING] [WARNING] Some problems were encountered
>>>> while building the effective model for 
>>>> org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT
>>>> [WARNING] 
>>>> 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>>> must be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d
>>>> @ line 146, column 21 [WARNING] [WARNING] Some problems were
>>>> encountered while building the effective model for 
>>>> org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT 
>>>> [WARNING] 
>>>> 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>>> must be unique:
>>>> commons-configuration:commons-configuration:jar -> version
>>>> 1.6 vs 1.7 @ line 652, column 21 [WARNING] [WARNING] Some 
>>>> problems were encountered while building the effective model
>>>> for org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT
>>>> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be
>>>> unique but found duplicate declaration of plugin 
>>>> org.apache.maven.plugins:maven-antrun-plugin @ line 102,
>>>> column 21 [WARNING]
>>>> 'build.plugins.plugin.(groupId:artifactId)' must be unique
>>>> but found duplicate declaration of plugin 
>>>> org.apache.maven.plugins:maven-antrun-plugin @ line 257,
>>>> column 21 [WARNING] [WARNING] It is highly recommended to fix
>>>> these problems because they threaten the stability of your
>>>> build. [WARNING] [WARNING] For this reason, future Maven
>>>> versions might no longer support building such malformed
>>>> projects. [WARNING] [INFO] 
>>>> ------------------------------------------------------------------------
>>>>
>>>>
>
>>>> 
[INFO] Reactor Build Order:
>>>> [INFO] [INFO] Airavata [INFO] Airavata Commons [INFO]
>>>> Airavata GFac Schema Utilities [INFO] Airavata Common
>>>> Utilities [INFO] Airavata Registry [INFO] Airavata Registry
>>>> API [INFO] Airavata Workflow Model Parent [INFO] Airavata
>>>> Workflow Model Core [INFO] Airavata WS Messenger [INFO]
>>>> Airavata Messenger Commons [INFO] Airavata Messenger Client
>>>> [INFO] Airavata WS Monitor [INFO] Airavata Workflow Execution
>>>> Context [INFO] Airavata Client [INFO] Airavata Workflow
>>>> Tracking [INFO] Airavata Credential Store ...skipping... 
>>>> [ERROR] Failed to execute goal on project
>>>> airavata-common-utils: Could not resolve dependencies for
>>>> project 
>>>> org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT:
>>>> Failed to collect dependencies for
>>>> [xerces:xercesImpl:jar:2.9.1 (compile),
>>>> org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), 
>>>> xpp3:xpp3:jar:1.1.3_7 (compile), xpp5:xpp5:jar:1.2.6
>>>> (compile), xsul:xsul:jar:2.10.5_b (compile),
>>>> xsul5-ogce:xsul5-2007-02-27:jar:1 (compile),
>>>> org.apache.axis2:axis2-kernel:jar:1.5.1 (compile), 
>>>> commons-dbcp:commons-dbcp:jar:1.4 (compile), 
>>>> org.slf4j:slf4j-api:jar:1.7.2 (compile), 
>>>> org.apache.derby:derby:jar:10.9.1.0 (compile), 
>>>> org.apache.derby:derbyclient:jar:10.9.1.0 (compile), 
>>>> org.apache.derby:derbynet:jar:10.9.1.0 (compile), 
>>>> org.apache.derby:derbytools:jar:10.9.1.0 (compile), 
>>>> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22
>>>> (compile), junit:junit:jar:4.7 (test),
>>>> org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
>>>> org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read 
>>>> artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not
>>>> transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all 
>>>> (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>>>>
>>>>
>
>>>> 
Error transferring file: Operation timed out -> [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
>>>> :airavata-common-utils
>>>> 
>>>> -- Cheers, Subho
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> -- Cheers, Subho
>>>> 
>>>> 
>> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSAAziAAoJEOEgD2XReDo5y8MH+gNfnsGUUhlbvtAx7qit1FIY
jv81n/WuJYBi444n4nBgLSXE5HjxhCCp305oWa7e4WJ8neMgAKBG922AK2rriyYy
WBdBpHqGWCCfVGH3/q/sVpmWqz4Skeu5F7I8FbE/YOb5/GlM6WPFypo2YbMjsxB0
JVBETt9aooyGyhjzCg26MxVeUFF/vIqVOQLBcKQRT0nADUGnX9CUJXiY3afOAMqW
XRIn+ygmH/pEkxWJlIDXzs0RfCkZGJ73hzeIksaVY+Jt6UbpsmGs26AJTsCt6i3i
agiI1nKmNWS+68I/QYVl/S7ibuJq6KKN0p8F1CnKi/sZ3GR7vvzoKieibWX4TMs=
=s7rK
-----END PGP SIGNATURE-----

Re: Maven build failing

Posted by Suresh Marru <sm...@apache.org>.
Thanks Chathuri for fixing this repo. I verified both the trunk and 0.8 release on a clean repo and it built just fine.

Suresh

On Aug 5, 2013, at 1:52 PM, Chathuri Wimalasena <ka...@gmail.com> wrote:

> Hi Subo, 
> 
> You should not get this issue now. Can you try and let us know whether you are able to build the trunk ?
> 
> Regards,
> Chathuri
> 
> 
> On Mon, Aug 5, 2013 at 8:50 AM, Marlon Pierce <ma...@iu.edu> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Sorry, this was hosted on an old server that we need to replace.
> 
> 
> Marlon
> 
> 
> On 8/5/13 8:13 AM, Chathuri Wimalasena wrote:
> > Hi Subho,
> >
> > This is due to community.ucs.indiana.edu
> > <http://community.ucs.indiana.edu> machine is down. Can you try to
> > build offline ?
> >
> > Regards, Chathuri
> >
> >
> > On Mon, Aug 5, 2013 at 7:37 AM, Subho Banerjee
> > <subs.zero@gmail.com <ma...@gmail.com>> wrote:
> >
> > Hi Vijayendra, I have direct access to the internet.
> >
> > I think the link is down. I cant even seem to curl the link
> > "http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"
> >
> >  trunk|? curl
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
> >
> >
> curl: (7) couldn't connect to host
> >
> >
> > On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit
> > <vijayendra.sdm@gmail.com <ma...@gmail.com>>
> > wrote:
> >
> > Hi Subho
> >
> > I think you are behind the proxy. I used to get build failure and
> > it was because of proxy.
> >
> > Regards Vijayendra
> >
> >
> > On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <subs.zero@gmail.com
> > <ma...@gmail.com>> wrote:
> >
> > Hello, I have been having some problem with building the latest
> > version of the trunk. Airavata Common Utilities is not building
> > correctly as one of the dependencies seems to be timing out.
> >
> > This is the component that could not be fetched --
> >
> > Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could
> > not transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all
> > (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> >
> >
> Error transferring file: Operation timed out -> [Help 1]
> >
> >
> > And this is the relevant section of the build output -- [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> Downloading:
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
> >
> >
> Downloading:
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
> >
> >
> Downloading:
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
> >
> >
> Downloading:
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> Downloading:
> > http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> Downloading:
> > http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Reactor Summary:
> > [INFO] [INFO] Airavata ..........................................
> > SUCCESS [1.860s] [INFO] Airavata Commons
> > .................................. SUCCESS [0.040s] [INFO] Airavata
> > GFac Schema Utilities .................... SUCCESS [15.771s] [INFO]
> > Airavata Common Utilities ......................... FAILURE
> > [6:50:17.104s] [INFO] Airavata Registry
> > ................................. SKIPPED [INFO] Airavata Registry
> > API ............................. SKIPPED [INFO] Airavata Workflow
> > Model Parent .................... SKIPPED [INFO] Airavata Workflow
> > Model Core ...................... SKIPPED [INFO] Airavata WS
> > Messenger ............................. SKIPPED [INFO] Airavata
> > Messenger Commons ........................ SKIPPED [INFO] Airavata
> > Messenger Client ......................... SKIPPED [INFO] Airavata
> > WS Monitor ............................... SKIPPED [INFO] Airavata
> > Workflow Execution Context ............... SKIPPED [INFO] Airavata
> > Client ................................... SKIPPED [INFO] Airavata
> > Workflow Tracking ........................ SKIPPED [INFO] Airavata
> > Credential Store ......................... SKIPPED [INFO] Airavata
> > GFac Core ................................ SKIPPED [INFO] Airavata
> > Message Box .............................. SKIPPED [INFO] Airavata
> > Message Broker ........................... SKIPPED [INFO] Airavata
> > Workflow Component ....................... SKIPPED [INFO] Airavata
> > Workflow Component Node .................. SKIPPED [INFO] Airavata
> > JPA Registry ............................. SKIPPED [INFO] Airavata
> > REST ..................................... SKIPPED [INFO]
> > airavata-rest-mappings ............................ SKIPPED [INFO]
> > airavata-rest-client .............................. SKIPPED [INFO]
> > Airavata XBaya .................................... SKIPPED [INFO]
> > Airavata Registry Service ......................... SKIPPED [INFO]
> > Airavata Registry Test ............................ SKIPPED [INFO]
> > Airavata Security Implementation .................. SKIPPED [INFO]
> > airavata-rest-services ............................ SKIPPED [INFO]
> > airavata-rest-service-webapp ...................... SKIPPED [INFO]
> > Airavata Tools .................................... SKIPPED [INFO]
> > Airavata Phoebus Integration ...................... SKIPPED [INFO]
> > registry-tool ..................................... SKIPPED [INFO]
> > Simple Math Service ............................... SKIPPED [INFO]
> > Complex Math Service .............................. SKIPPED [INFO]
> > Scanning for projects... [WARNING] [WARNING] Some problems were
> > encountered while building the effective model for
> > org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: commons-configuration:commons-configuration:jar ->
> > version 1.6 vs 1.7 @ line 190, column 21 [WARNING] The expression
> > ${pom.version} is deprecated. Please use ${project.version}
> > instead. [WARNING] [WARNING] Some problems were encountered while
> > building the effective model for
> > org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line
> > 146, column 21 [WARNING] [WARNING] Some problems were encountered
> > while building the effective model for
> > org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
> > [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: commons-configuration:commons-configuration:jar ->
> > version 1.6 vs 1.7 @ line 652, column 21 [WARNING] [WARNING] Some
> > problems were encountered while building the effective model for
> > org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT [WARNING]
> > 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> > found duplicate declaration of plugin
> > org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
> > [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be
> > unique but found duplicate declaration of plugin
> > org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
> > [WARNING] [WARNING] It is highly recommended to fix these problems
> > because they threaten the stability of your build. [WARNING]
> > [WARNING] For this reason, future Maven versions might no longer
> > support building such malformed projects. [WARNING] [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Reactor Build Order:
> > [INFO] [INFO] Airavata [INFO] Airavata Commons [INFO] Airavata GFac
> > Schema Utilities [INFO] Airavata Common Utilities [INFO] Airavata
> > Registry [INFO] Airavata Registry API [INFO] Airavata Workflow
> > Model Parent [INFO] Airavata Workflow Model Core [INFO] Airavata WS
> > Messenger [INFO] Airavata Messenger Commons [INFO] Airavata
> > Messenger Client [INFO] Airavata WS Monitor [INFO] Airavata
> > Workflow Execution Context [INFO] Airavata Client [INFO] Airavata
> > Workflow Tracking [INFO] Airavata Credential Store ...skipping...
> > [ERROR] Failed to execute goal on project airavata-common-utils:
> > Could not resolve dependencies for project
> > org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed
> > to collect dependencies for [xerces:xercesImpl:jar:2.9.1
> > (compile), org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile),
> > xpp3:xpp3:jar:1.1.3_7 (compile), xpp5:xpp5:jar:1.2.6 (compile),
> > xsul:xsul:jar:2.10.5_b (compile), xsul5-ogce:xsul5-2007-02-27:jar:1
> > (compile), org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
> > commons-dbcp:commons-dbcp:jar:1.4 (compile),
> > org.slf4j:slf4j-api:jar:1.7.2 (compile),
> > org.apache.derby:derby:jar:10.9.1.0 (compile),
> > org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
> > org.apache.derby:derbynet:jar:10.9.1.0 (compile),
> > org.apache.derby:derbytools:jar:10.9.1.0 (compile),
> > org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
> > junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2
> > (test), org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read
> > artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer
> > artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all
> > (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> >
> >
> Error transferring file: Operation timed out -> [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 :airavata-common-utils
> >
> > -- Cheers, Subho
> >
> >
> >
> >
> >
> > -- Cheers, Subho
> >
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> 
> iQEcBAEBAgAGBQJR/5+yAAoJEOEgD2XReDo5JlIH/A0oUgiaL6SyCf402LK1ZJgk
> IAI1THe8jVDpgdpPMPOGvmgoiPtMD76ast394RecOQhRIlHC2tZrEJ08Yr3HuafI
> CvJHfGmCzPSc6iGG7yHCszJJ9sj4L+EB9v20BD4V58T8ZRpmeyDvr/ElptBW3sNC
> F3/zOSwd6AuWZS6SjRWI5DKjA4gXx3LQbtvPIOjcA1RW5yZ650Y/bHFzUe3y5OdX
> aUBmqO90RuBdXknPDNwlXJn8ezki5bO4E3Qrwh5nD4zndlMSEf4u1g+RQy2dhptP
> 7mHYbZwEAbQKXLa5g/3a+lQ6DiKC1zMPIMWK1PExG+6lOoEssPFtcVDK3W+GEaM=
> =SI7p
> -----END PGP SIGNATURE-----
> 


Re: Maven build failing

Posted by Chathuri Wimalasena <ka...@gmail.com>.
Hi Subo,

You should not get this issue now. Can you try and let us know whether you
are able to build the trunk ?

Regards,
Chathuri


On Mon, Aug 5, 2013 at 8:50 AM, Marlon Pierce <ma...@iu.edu> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Sorry, this was hosted on an old server that we need to replace.
>
>
> Marlon
>
>
> On 8/5/13 8:13 AM, Chathuri Wimalasena wrote:
> > Hi Subho,
> >
> > This is due to community.ucs.indiana.edu
> > <http://community.ucs.indiana.edu> machine is down. Can you try to
> > build offline ?
> >
> > Regards, Chathuri
> >
> >
> > On Mon, Aug 5, 2013 at 7:37 AM, Subho Banerjee
> > <subs.zero@gmail.com <ma...@gmail.com>> wrote:
> >
> > Hi Vijayendra, I have direct access to the internet.
> >
> > I think the link is down. I cant even seem to curl the link
> > "http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"
> >
> >  trunk|? curl
> > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
> >
> >
> curl: (7) couldn't connect to host
> >
> >
> > On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit
> > <vijayendra.sdm@gmail.com <ma...@gmail.com>>
> > wrote:
> >
> > Hi Subho
> >
> > I think you are behind the proxy. I used to get build failure and
> > it was because of proxy.
> >
> > Regards Vijayendra
> >
> >
> > On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <subs.zero@gmail.com
> > <ma...@gmail.com>> wrote:
> >
> > Hello, I have been having some problem with building the latest
> > version of the trunk. Airavata Common Utilities is not building
> > correctly as one of the dependencies seems to be timing out.
> >
> > This is the component that could not be fetched --
> >
> > Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could
> > not transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all
> > (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> >
> >
> Error transferring file: Operation timed out -> [Help 1]
> >
> >
> > And this is the relevant section of the build output -- [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> Downloading:
> >
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
> >
> >
> Downloading:
> >
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
> >
> >
> Downloading:
> >
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
> >
> >
> Downloading:
> >
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> Downloading:
> >
> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> Downloading:
> >
> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> >
> >
> [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Reactor Summary:
> > [INFO] [INFO] Airavata ..........................................
> > SUCCESS [1.860s] [INFO] Airavata Commons
> > .................................. SUCCESS [0.040s] [INFO] Airavata
> > GFac Schema Utilities .................... SUCCESS [15.771s] [INFO]
> > Airavata Common Utilities ......................... FAILURE
> > [6:50:17.104s] [INFO] Airavata Registry
> > ................................. SKIPPED [INFO] Airavata Registry
> > API ............................. SKIPPED [INFO] Airavata Workflow
> > Model Parent .................... SKIPPED [INFO] Airavata Workflow
> > Model Core ...................... SKIPPED [INFO] Airavata WS
> > Messenger ............................. SKIPPED [INFO] Airavata
> > Messenger Commons ........................ SKIPPED [INFO] Airavata
> > Messenger Client ......................... SKIPPED [INFO] Airavata
> > WS Monitor ............................... SKIPPED [INFO] Airavata
> > Workflow Execution Context ............... SKIPPED [INFO] Airavata
> > Client ................................... SKIPPED [INFO] Airavata
> > Workflow Tracking ........................ SKIPPED [INFO] Airavata
> > Credential Store ......................... SKIPPED [INFO] Airavata
> > GFac Core ................................ SKIPPED [INFO] Airavata
> > Message Box .............................. SKIPPED [INFO] Airavata
> > Message Broker ........................... SKIPPED [INFO] Airavata
> > Workflow Component ....................... SKIPPED [INFO] Airavata
> > Workflow Component Node .................. SKIPPED [INFO] Airavata
> > JPA Registry ............................. SKIPPED [INFO] Airavata
> > REST ..................................... SKIPPED [INFO]
> > airavata-rest-mappings ............................ SKIPPED [INFO]
> > airavata-rest-client .............................. SKIPPED [INFO]
> > Airavata XBaya .................................... SKIPPED [INFO]
> > Airavata Registry Service ......................... SKIPPED [INFO]
> > Airavata Registry Test ............................ SKIPPED [INFO]
> > Airavata Security Implementation .................. SKIPPED [INFO]
> > airavata-rest-services ............................ SKIPPED [INFO]
> > airavata-rest-service-webapp ...................... SKIPPED [INFO]
> > Airavata Tools .................................... SKIPPED [INFO]
> > Airavata Phoebus Integration ...................... SKIPPED [INFO]
> > registry-tool ..................................... SKIPPED [INFO]
> > Simple Math Service ............................... SKIPPED [INFO]
> > Complex Math Service .............................. SKIPPED [INFO]
> > Scanning for projects... [WARNING] [WARNING] Some problems were
> > encountered while building the effective model for
> > org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: commons-configuration:commons-configuration:jar ->
> > version 1.6 vs 1.7 @ line 190, column 21 [WARNING] The expression
> > ${pom.version} is deprecated. Please use ${project.version}
> > instead. [WARNING] [WARNING] Some problems were encountered while
> > building the effective model for
> > org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line
> > 146, column 21 [WARNING] [WARNING] Some problems were encountered
> > while building the effective model for
> > org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
> > [WARNING]
> > 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> > be unique: commons-configuration:commons-configuration:jar ->
> > version 1.6 vs 1.7 @ line 652, column 21 [WARNING] [WARNING] Some
> > problems were encountered while building the effective model for
> > org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT [WARNING]
> > 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> > found duplicate declaration of plugin
> > org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
> > [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be
> > unique but found duplicate declaration of plugin
> > org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
> > [WARNING] [WARNING] It is highly recommended to fix these problems
> > because they threaten the stability of your build. [WARNING]
> > [WARNING] For this reason, future Maven versions might no longer
> > support building such malformed projects. [WARNING] [INFO]
> > ------------------------------------------------------------------------
> >
> >
> [INFO] Reactor Build Order:
> > [INFO] [INFO] Airavata [INFO] Airavata Commons [INFO] Airavata GFac
> > Schema Utilities [INFO] Airavata Common Utilities [INFO] Airavata
> > Registry [INFO] Airavata Registry API [INFO] Airavata Workflow
> > Model Parent [INFO] Airavata Workflow Model Core [INFO] Airavata WS
> > Messenger [INFO] Airavata Messenger Commons [INFO] Airavata
> > Messenger Client [INFO] Airavata WS Monitor [INFO] Airavata
> > Workflow Execution Context [INFO] Airavata Client [INFO] Airavata
> > Workflow Tracking [INFO] Airavata Credential Store ...skipping...
> > [ERROR] Failed to execute goal on project airavata-common-utils:
> > Could not resolve dependencies for project
> > org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed
> > to collect dependencies for [xerces:xercesImpl:jar:2.9.1
> > (compile), org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile),
> > xpp3:xpp3:jar:1.1.3_7 (compile), xpp5:xpp5:jar:1.2.6 (compile),
> > xsul:xsul:jar:2.10.5_b (compile), xsul5-ogce:xsul5-2007-02-27:jar:1
> > (compile), org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
> > commons-dbcp:commons-dbcp:jar:1.4 (compile),
> > org.slf4j:slf4j-api:jar:1.7.2 (compile),
> > org.apache.derby:derby:jar:10.9.1.0 (compile),
> > org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
> > org.apache.derby:derbynet:jar:10.9.1.0 (compile),
> > org.apache.derby:derbytools:jar:10.9.1.0 (compile),
> > org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
> > junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2
> > (test), org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read
> > artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer
> > artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all
> > (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> >
> >
> Error transferring file: Operation timed out -> [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 :airavata-common-utils
> >
> > -- Cheers, Subho
> >
> >
> >
> >
> >
> > -- Cheers, Subho
> >
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQEcBAEBAgAGBQJR/5+yAAoJEOEgD2XReDo5JlIH/A0oUgiaL6SyCf402LK1ZJgk
> IAI1THe8jVDpgdpPMPOGvmgoiPtMD76ast394RecOQhRIlHC2tZrEJ08Yr3HuafI
> CvJHfGmCzPSc6iGG7yHCszJJ9sj4L+EB9v20BD4V58T8ZRpmeyDvr/ElptBW3sNC
> F3/zOSwd6AuWZS6SjRWI5DKjA4gXx3LQbtvPIOjcA1RW5yZ650Y/bHFzUe3y5OdX
> aUBmqO90RuBdXknPDNwlXJn8ezki5bO4E3Qrwh5nD4zndlMSEf4u1g+RQy2dhptP
> 7mHYbZwEAbQKXLa5g/3a+lQ6DiKC1zMPIMWK1PExG+6lOoEssPFtcVDK3W+GEaM=
> =SI7p
> -----END PGP SIGNATURE-----
>

Re: Maven build failing

Posted by Marlon Pierce <ma...@iu.edu>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sorry, this was hosted on an old server that we need to replace.


Marlon


On 8/5/13 8:13 AM, Chathuri Wimalasena wrote:
> Hi Subho,
> 
> This is due to community.ucs.indiana.edu 
> <http://community.ucs.indiana.edu> machine is down. Can you try to
> build offline ?
> 
> Regards, Chathuri
> 
> 
> On Mon, Aug 5, 2013 at 7:37 AM, Subho Banerjee
> <subs.zero@gmail.com <ma...@gmail.com>> wrote:
> 
> Hi Vijayendra, I have direct access to the internet.
> 
> I think the link is down. I cant even seem to curl the link 
> "http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"
>
>  trunk|? curl 
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
>
> 
curl: (7) couldn't connect to host
> 
> 
> On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit 
> <vijayendra.sdm@gmail.com <ma...@gmail.com>>
> wrote:
> 
> Hi Subho
> 
> I think you are behind the proxy. I used to get build failure and
> it was because of proxy.
> 
> Regards Vijayendra
> 
> 
> On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <subs.zero@gmail.com
> <ma...@gmail.com>> wrote:
> 
> Hello, I have been having some problem with building the latest 
> version of the trunk. Airavata Common Utilities is not building
> correctly as one of the dependencies seems to be timing out.
> 
> This is the component that could not be fetched --
> 
> Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could
> not transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all 
> (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>
> 
Error transferring file: Operation timed out -> [Help 1]
> 
> 
> And this is the relevant section of the build output -- [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
>
> 
[INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
> [INFO] 
> ------------------------------------------------------------------------
>
> 
Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
>
> 
Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
>
> 
Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
>
> 
Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>
> 
Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>
> 
Downloading:
> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>
> 
[INFO]
> ------------------------------------------------------------------------
>
> 
[INFO] Reactor Summary:
> [INFO] [INFO] Airavata .......................................... 
> SUCCESS [1.860s] [INFO] Airavata Commons
> .................................. SUCCESS [0.040s] [INFO] Airavata
> GFac Schema Utilities .................... SUCCESS [15.771s] [INFO]
> Airavata Common Utilities ......................... FAILURE
> [6:50:17.104s] [INFO] Airavata Registry
> ................................. SKIPPED [INFO] Airavata Registry
> API ............................. SKIPPED [INFO] Airavata Workflow
> Model Parent .................... SKIPPED [INFO] Airavata Workflow
> Model Core ...................... SKIPPED [INFO] Airavata WS
> Messenger ............................. SKIPPED [INFO] Airavata
> Messenger Commons ........................ SKIPPED [INFO] Airavata
> Messenger Client ......................... SKIPPED [INFO] Airavata
> WS Monitor ............................... SKIPPED [INFO] Airavata
> Workflow Execution Context ............... SKIPPED [INFO] Airavata
> Client ................................... SKIPPED [INFO] Airavata
> Workflow Tracking ........................ SKIPPED [INFO] Airavata
> Credential Store ......................... SKIPPED [INFO] Airavata
> GFac Core ................................ SKIPPED [INFO] Airavata
> Message Box .............................. SKIPPED [INFO] Airavata
> Message Broker ........................... SKIPPED [INFO] Airavata
> Workflow Component ....................... SKIPPED [INFO] Airavata
> Workflow Component Node .................. SKIPPED [INFO] Airavata
> JPA Registry ............................. SKIPPED [INFO] Airavata
> REST ..................................... SKIPPED [INFO]
> airavata-rest-mappings ............................ SKIPPED [INFO]
> airavata-rest-client .............................. SKIPPED [INFO]
> Airavata XBaya .................................... SKIPPED [INFO]
> Airavata Registry Service ......................... SKIPPED [INFO]
> Airavata Registry Test ............................ SKIPPED [INFO]
> Airavata Security Implementation .................. SKIPPED [INFO]
> airavata-rest-services ............................ SKIPPED [INFO]
> airavata-rest-service-webapp ...................... SKIPPED [INFO]
> Airavata Tools .................................... SKIPPED [INFO]
> Airavata Phoebus Integration ...................... SKIPPED [INFO]
> registry-tool ..................................... SKIPPED [INFO]
> Simple Math Service ............................... SKIPPED [INFO]
> Complex Math Service .............................. SKIPPED [INFO]
> Scanning for projects... [WARNING] [WARNING] Some problems were
> encountered while building the effective model for 
> org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT [WARNING] 
> 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: commons-configuration:commons-configuration:jar ->
> version 1.6 vs 1.7 @ line 190, column 21 [WARNING] The expression
> ${pom.version} is deprecated. Please use ${project.version}
> instead. [WARNING] [WARNING] Some problems were encountered while
> building the effective model for 
> org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT [WARNING] 
> 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line
> 146, column 21 [WARNING] [WARNING] Some problems were encountered
> while building the effective model for 
> org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT 
> [WARNING] 
> 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: commons-configuration:commons-configuration:jar ->
> version 1.6 vs 1.7 @ line 652, column 21 [WARNING] [WARNING] Some
> problems were encountered while building the effective model for 
> org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT [WARNING]
> 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> found duplicate declaration of plugin 
> org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21 
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be
> unique but found duplicate declaration of plugin 
> org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21 
> [WARNING] [WARNING] It is highly recommended to fix these problems 
> because they threaten the stability of your build. [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer
> support building such malformed projects. [WARNING] [INFO] 
> ------------------------------------------------------------------------
>
> 
[INFO] Reactor Build Order:
> [INFO] [INFO] Airavata [INFO] Airavata Commons [INFO] Airavata GFac
> Schema Utilities [INFO] Airavata Common Utilities [INFO] Airavata
> Registry [INFO] Airavata Registry API [INFO] Airavata Workflow
> Model Parent [INFO] Airavata Workflow Model Core [INFO] Airavata WS
> Messenger [INFO] Airavata Messenger Commons [INFO] Airavata
> Messenger Client [INFO] Airavata WS Monitor [INFO] Airavata
> Workflow Execution Context [INFO] Airavata Client [INFO] Airavata
> Workflow Tracking [INFO] Airavata Credential Store ...skipping... 
> [ERROR] Failed to execute goal on project airavata-common-utils:
> Could not resolve dependencies for project 
> org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed
> to collect dependencies for [xerces:xercesImpl:jar:2.9.1
> (compile), org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), 
> xpp3:xpp3:jar:1.1.3_7 (compile), xpp5:xpp5:jar:1.2.6 (compile),
> xsul:xsul:jar:2.10.5_b (compile), xsul5-ogce:xsul5-2007-02-27:jar:1
> (compile), org.apache.axis2:axis2-kernel:jar:1.5.1 (compile), 
> commons-dbcp:commons-dbcp:jar:1.4 (compile), 
> org.slf4j:slf4j-api:jar:1.7.2 (compile), 
> org.apache.derby:derby:jar:10.9.1.0 (compile), 
> org.apache.derby:derbyclient:jar:10.9.1.0 (compile), 
> org.apache.derby:derbynet:jar:10.9.1.0 (compile), 
> org.apache.derby:derbytools:jar:10.9.1.0 (compile), 
> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
> junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2
> (test), org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read 
> artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer
> artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all 
> (http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>
> 
Error transferring file: Operation timed out -> [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 :airavata-common-utils
> 
> -- Cheers, Subho
> 
> 
> 
> 
> 
> -- Cheers, Subho
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJR/5+yAAoJEOEgD2XReDo5JlIH/A0oUgiaL6SyCf402LK1ZJgk
IAI1THe8jVDpgdpPMPOGvmgoiPtMD76ast394RecOQhRIlHC2tZrEJ08Yr3HuafI
CvJHfGmCzPSc6iGG7yHCszJJ9sj4L+EB9v20BD4V58T8ZRpmeyDvr/ElptBW3sNC
F3/zOSwd6AuWZS6SjRWI5DKjA4gXx3LQbtvPIOjcA1RW5yZ650Y/bHFzUe3y5OdX
aUBmqO90RuBdXknPDNwlXJn8ezki5bO4E3Qrwh5nD4zndlMSEf4u1g+RQy2dhptP
7mHYbZwEAbQKXLa5g/3a+lQ6DiKC1zMPIMWK1PExG+6lOoEssPFtcVDK3W+GEaM=
=SI7p
-----END PGP SIGNATURE-----

Re: Maven build failing

Posted by Chathuri Wimalasena <ka...@gmail.com>.
Hi Subho,

This is due to community.ucs.indiana.edu machine is down. Can you try to
build offline ?

Regards,
Chathuri


On Mon, Aug 5, 2013 at 7:37 AM, Subho Banerjee <su...@gmail.com> wrote:

> Hi Vijayendra,
> I have direct access to the internet.
>
> I think the link is down. I cant even seem to curl the link "
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"
>
> trunk|=> curl
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
> curl: (7) couldn't connect to host
>
>
> On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit <
> vijayendra.sdm@gmail.com> wrote:
>
>> Hi Subho
>>
>> I think you are behind the proxy. I used to get build failure and it was
>> because of proxy.
>>
>> Regards
>> Vijayendra
>>
>>
>> On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <su...@gmail.com>wrote:
>>
>>> Hello,
>>> I have been having some problem with building the latest version of the
>>> trunk. Airavata Common Utilities is not building correctly as one of the
>>> dependencies seems to be timing out.
>>>
>>> This is the component that could not be fetched --
>>>
>>> Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not
>>> transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>>> Error transferring file: Operation timed out -> [Help 1]
>>>
>>>
>>> And this is the relevant section of the build output --
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> Downloading:
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
>>> Downloading:
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
>>> Downloading:
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
>>> Downloading:
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>> Downloading:
>>> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>> Downloading:
>>> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Airavata .......................................... SUCCESS
>>> [1.860s]
>>> [INFO] Airavata Commons .................................. SUCCESS
>>> [0.040s]
>>> [INFO] Airavata GFac Schema Utilities .................... SUCCESS
>>> [15.771s]
>>> [INFO] Airavata Common Utilities ......................... FAILURE
>>> [6:50:17.104s]
>>> [INFO] Airavata Registry ................................. SKIPPED
>>> [INFO] Airavata Registry API ............................. SKIPPED
>>> [INFO] Airavata Workflow Model Parent .................... SKIPPED
>>> [INFO] Airavata Workflow Model Core ...................... SKIPPED
>>> [INFO] Airavata WS Messenger ............................. SKIPPED
>>> [INFO] Airavata Messenger Commons ........................ SKIPPED
>>> [INFO] Airavata Messenger Client ......................... SKIPPED
>>> [INFO] Airavata WS Monitor ............................... SKIPPED
>>> [INFO] Airavata Workflow Execution Context ............... SKIPPED
>>> [INFO] Airavata Client ................................... SKIPPED
>>> [INFO] Airavata Workflow Tracking ........................ SKIPPED
>>> [INFO] Airavata Credential Store ......................... SKIPPED
>>> [INFO] Airavata GFac Core ................................ SKIPPED
>>> [INFO] Airavata Message Box .............................. SKIPPED
>>> [INFO] Airavata Message Broker ........................... SKIPPED
>>> [INFO] Airavata Workflow Component ....................... SKIPPED
>>> [INFO] Airavata Workflow Component Node .................. SKIPPED
>>> [INFO] Airavata JPA Registry ............................. SKIPPED
>>> [INFO] Airavata REST ..................................... SKIPPED
>>> [INFO] airavata-rest-mappings ............................ SKIPPED
>>> [INFO] airavata-rest-client .............................. SKIPPED
>>> [INFO] Airavata XBaya .................................... SKIPPED
>>> [INFO] Airavata Registry Service ......................... SKIPPED
>>> [INFO] Airavata Registry Test ............................ SKIPPED
>>> [INFO] Airavata Security Implementation .................. SKIPPED
>>> [INFO] airavata-rest-services ............................ SKIPPED
>>> [INFO] airavata-rest-service-webapp ...................... SKIPPED
>>> [INFO] Airavata Tools .................................... SKIPPED
>>> [INFO] Airavata Phoebus Integration ...................... SKIPPED
>>> [INFO] registry-tool ..................................... SKIPPED
>>> [INFO] Simple Math Service ............................... SKIPPED
>>> [INFO] Complex Math Service .............................. SKIPPED
>>> [INFO] Scanning for projects...
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT
>>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>> must be unique: commons-configuration:commons-configuration:jar -> version
>>> 1.6 vs 1.7 @ line 190, column 21
>>> [WARNING] The expression ${pom.version} is deprecated. Please use
>>> ${project.version} instead.
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT
>>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>> must be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line 146,
>>> column 21
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
>>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>>> must be unique: commons-configuration:commons-configuration:jar -> version
>>> 1.6 vs 1.7 @ line 652, column 21
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT
>>> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
>>> found duplicate declaration of plugin
>>> org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
>>> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
>>> found duplicate declaration of plugin
>>> org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
>>> [WARNING]
>>> [WARNING] It is highly recommended to fix these problems because they
>>> threaten the stability of your build.
>>> [WARNING]
>>> [WARNING] For this reason, future Maven versions might no longer support
>>> building such malformed projects.
>>> [WARNING]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Build Order:
>>> [INFO]
>>> [INFO] Airavata
>>> [INFO] Airavata Commons
>>> [INFO] Airavata GFac Schema Utilities
>>> [INFO] Airavata Common Utilities
>>> [INFO] Airavata Registry
>>> [INFO] Airavata Registry API
>>> [INFO] Airavata Workflow Model Parent
>>> [INFO] Airavata Workflow Model Core
>>> [INFO] Airavata WS Messenger
>>> [INFO] Airavata Messenger Commons
>>> [INFO] Airavata Messenger Client
>>> [INFO] Airavata WS Monitor
>>> [INFO] Airavata Workflow Execution Context
>>> [INFO] Airavata Client
>>> [INFO] Airavata Workflow Tracking
>>> [INFO] Airavata Credential Store
>>> ...skipping...
>>> [ERROR] Failed to execute goal on project airavata-common-utils: Could
>>> not resolve dependencies for project
>>> org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed to
>>> collect dependencies for [xerces:xercesImpl:jar:2.9.1 (compile),
>>> org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), xpp3:xpp3:jar:1.1.3_7
>>> (compile), xpp5:xpp5:jar:1.2.6 (compile), xsul:xsul:jar:2.10.5_b (compile),
>>> xsul5-ogce:xsul5-2007-02-27:jar:1 (compile),
>>> org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
>>> commons-dbcp:commons-dbcp:jar:1.4 (compile), org.slf4j:slf4j-api:jar:1.7.2
>>> (compile), org.apache.derby:derby:jar:10.9.1.0 (compile),
>>> org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
>>> org.apache.derby:derbynet:jar:10.9.1.0 (compile),
>>> org.apache.derby:derbytools:jar:10.9.1.0 (compile),
>>> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
>>> junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
>>> org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read artifact
>>> descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer artifact
>>> xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
>>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>>> Error transferring file: Operation timed out -> [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 :airavata-common-utils
>>>
>>> --
>>> Cheers,
>>> Subho
>>>
>>
>>
>
>
> --
> Cheers,
> Subho
>

Re: Maven build failing

Posted by Subho Banerjee <su...@gmail.com>.
Hi Vijayendra,
I have direct access to the internet.

I think the link is down. I cant even seem to curl the link "
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all"

trunk|=> curl
http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all
curl: (7) couldn't connect to host


On Mon, Aug 5, 2013 at 6:27 AM, Vijayendra Grampurohit <
vijayendra.sdm@gmail.com> wrote:

> Hi Subho
>
> I think you are behind the proxy. I used to get build failure and it was
> because of proxy.
>
> Regards
> Vijayendra
>
>
> On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <su...@gmail.com>wrote:
>
>> Hello,
>> I have been having some problem with building the latest version of the
>> trunk. Airavata Common Utilities is not building correctly as one of the
>> dependencies seems to be timing out.
>>
>> This is the component that could not be fetched --
>>
>> Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not
>> transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>> Error transferring file: Operation timed out -> [Help 1]
>>
>>
>> And this is the relevant section of the build output --
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> Downloading:
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
>> Downloading:
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
>> Downloading:
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
>> Downloading:
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>> Downloading:
>> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>> Downloading:
>> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Airavata .......................................... SUCCESS
>> [1.860s]
>> [INFO] Airavata Commons .................................. SUCCESS
>> [0.040s]
>> [INFO] Airavata GFac Schema Utilities .................... SUCCESS
>> [15.771s]
>> [INFO] Airavata Common Utilities ......................... FAILURE
>> [6:50:17.104s]
>> [INFO] Airavata Registry ................................. SKIPPED
>> [INFO] Airavata Registry API ............................. SKIPPED
>> [INFO] Airavata Workflow Model Parent .................... SKIPPED
>> [INFO] Airavata Workflow Model Core ...................... SKIPPED
>> [INFO] Airavata WS Messenger ............................. SKIPPED
>> [INFO] Airavata Messenger Commons ........................ SKIPPED
>> [INFO] Airavata Messenger Client ......................... SKIPPED
>> [INFO] Airavata WS Monitor ............................... SKIPPED
>> [INFO] Airavata Workflow Execution Context ............... SKIPPED
>> [INFO] Airavata Client ................................... SKIPPED
>> [INFO] Airavata Workflow Tracking ........................ SKIPPED
>> [INFO] Airavata Credential Store ......................... SKIPPED
>> [INFO] Airavata GFac Core ................................ SKIPPED
>> [INFO] Airavata Message Box .............................. SKIPPED
>> [INFO] Airavata Message Broker ........................... SKIPPED
>> [INFO] Airavata Workflow Component ....................... SKIPPED
>> [INFO] Airavata Workflow Component Node .................. SKIPPED
>> [INFO] Airavata JPA Registry ............................. SKIPPED
>> [INFO] Airavata REST ..................................... SKIPPED
>> [INFO] airavata-rest-mappings ............................ SKIPPED
>> [INFO] airavata-rest-client .............................. SKIPPED
>> [INFO] Airavata XBaya .................................... SKIPPED
>> [INFO] Airavata Registry Service ......................... SKIPPED
>> [INFO] Airavata Registry Test ............................ SKIPPED
>> [INFO] Airavata Security Implementation .................. SKIPPED
>> [INFO] airavata-rest-services ............................ SKIPPED
>> [INFO] airavata-rest-service-webapp ...................... SKIPPED
>> [INFO] Airavata Tools .................................... SKIPPED
>> [INFO] Airavata Phoebus Integration ...................... SKIPPED
>> [INFO] registry-tool ..................................... SKIPPED
>> [INFO] Simple Math Service ............................... SKIPPED
>> [INFO] Complex Math Service .............................. SKIPPED
>> [INFO] Scanning for projects...
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT
>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>> must be unique: commons-configuration:commons-configuration:jar -> version
>> 1.6 vs 1.7 @ line 190, column 21
>> [WARNING] The expression ${pom.version} is deprecated. Please use
>> ${project.version} instead.
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT
>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>> must be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line 146,
>> column 21
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
>> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
>> must be unique: commons-configuration:commons-configuration:jar -> version
>> 1.6 vs 1.7 @ line 652, column 21
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT
>> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
>> found duplicate declaration of plugin
>> org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
>> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
>> found duplicate declaration of plugin
>> org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because they
>> threaten the stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions might no longer support
>> building such malformed projects.
>> [WARNING]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Airavata
>> [INFO] Airavata Commons
>> [INFO] Airavata GFac Schema Utilities
>> [INFO] Airavata Common Utilities
>> [INFO] Airavata Registry
>> [INFO] Airavata Registry API
>> [INFO] Airavata Workflow Model Parent
>> [INFO] Airavata Workflow Model Core
>> [INFO] Airavata WS Messenger
>> [INFO] Airavata Messenger Commons
>> [INFO] Airavata Messenger Client
>> [INFO] Airavata WS Monitor
>> [INFO] Airavata Workflow Execution Context
>> [INFO] Airavata Client
>> [INFO] Airavata Workflow Tracking
>> [INFO] Airavata Credential Store
>> ...skipping...
>> [ERROR] Failed to execute goal on project airavata-common-utils: Could
>> not resolve dependencies for project
>> org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed to
>> collect dependencies for [xerces:xercesImpl:jar:2.9.1 (compile),
>> org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), xpp3:xpp3:jar:1.1.3_7
>> (compile), xpp5:xpp5:jar:1.2.6 (compile), xsul:xsul:jar:2.10.5_b (compile),
>> xsul5-ogce:xsul5-2007-02-27:jar:1 (compile),
>> org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
>> commons-dbcp:commons-dbcp:jar:1.4 (compile), org.slf4j:slf4j-api:jar:1.7.2
>> (compile), org.apache.derby:derby:jar:10.9.1.0 (compile),
>> org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
>> org.apache.derby:derbynet:jar:10.9.1.0 (compile),
>> org.apache.derby:derbytools:jar:10.9.1.0 (compile),
>> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
>> junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
>> org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read artifact
>> descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer artifact
>> xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
>> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
>> Error transferring file: Operation timed out -> [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 :airavata-common-utils
>>
>> --
>> Cheers,
>> Subho
>>
>
>


-- 
Cheers,
Subho

Re: Maven build failing

Posted by Vijayendra Grampurohit <vi...@gmail.com>.
Hi Subho

I think you are behind the proxy. I used to get build failure and it was
because of proxy.

Regards
Vijayendra


On Mon, Aug 5, 2013 at 4:01 PM, Subho Banerjee <su...@gmail.com> wrote:

> Hello,
> I have been having some problem with building the latest version of the
> trunk. Airavata Common Utilities is not building correctly as one of the
> dependencies seems to be timing out.
>
> This is the component that could not be fetched --
>
> Failed to read artifact descriptor for xpp3:xpp3:jar:1.1.3_7: Could not
> transfer artifact xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> Error transferring file: Operation timed out -> [Help 1]
>
>
> And this is the relevant section of the build output --
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Airavata Common Utilities 0.9-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp3/xpp3/1.1.3_7/xpp3-1.1.3_7.pom
> Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xpp5/xpp5/1.2.6/xpp5-1.2.6.pom
> Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul/xsul/2.10.5_b/xsul-2.10.5_b.pom
> Downloading:
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> Downloading:
> http://unicore-dev.zam.kfa-juelich.de/maven/xsul5-ogce/xsul5-2007-02-27/1/xsul5-2007-02-27-1.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Airavata .......................................... SUCCESS [1.860s]
> [INFO] Airavata Commons .................................. SUCCESS [0.040s]
> [INFO] Airavata GFac Schema Utilities .................... SUCCESS
> [15.771s]
> [INFO] Airavata Common Utilities ......................... FAILURE
> [6:50:17.104s]
> [INFO] Airavata Registry ................................. SKIPPED
> [INFO] Airavata Registry API ............................. SKIPPED
> [INFO] Airavata Workflow Model Parent .................... SKIPPED
> [INFO] Airavata Workflow Model Core ...................... SKIPPED
> [INFO] Airavata WS Messenger ............................. SKIPPED
> [INFO] Airavata Messenger Commons ........................ SKIPPED
> [INFO] Airavata Messenger Client ......................... SKIPPED
> [INFO] Airavata WS Monitor ............................... SKIPPED
> [INFO] Airavata Workflow Execution Context ............... SKIPPED
> [INFO] Airavata Client ................................... SKIPPED
> [INFO] Airavata Workflow Tracking ........................ SKIPPED
> [INFO] Airavata Credential Store ......................... SKIPPED
> [INFO] Airavata GFac Core ................................ SKIPPED
> [INFO] Airavata Message Box .............................. SKIPPED
> [INFO] Airavata Message Broker ........................... SKIPPED
> [INFO] Airavata Workflow Component ....................... SKIPPED
> [INFO] Airavata Workflow Component Node .................. SKIPPED
> [INFO] Airavata JPA Registry ............................. SKIPPED
> [INFO] Airavata REST ..................................... SKIPPED
> [INFO] airavata-rest-mappings ............................ SKIPPED
> [INFO] airavata-rest-client .............................. SKIPPED
> [INFO] Airavata XBaya .................................... SKIPPED
> [INFO] Airavata Registry Service ......................... SKIPPED
> [INFO] Airavata Registry Test ............................ SKIPPED
> [INFO] Airavata Security Implementation .................. SKIPPED
> [INFO] airavata-rest-services ............................ SKIPPED
> [INFO] airavata-rest-service-webapp ...................... SKIPPED
> [INFO] Airavata Tools .................................... SKIPPED
> [INFO] Airavata Phoebus Integration ...................... SKIPPED
> [INFO] registry-tool ..................................... SKIPPED
> [INFO] Simple Math Service ............................... SKIPPED
> [INFO] Complex Math Service .............................. SKIPPED
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.airavata:airavata-gfac-core:jar:0.9-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: commons-configuration:commons-configuration:jar -> version
> 1.6 vs 1.7 @ line 190, column 21
> [WARNING] The expression ${pom.version} is deprecated. Please use
> ${project.version} instead.
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.airavata:airavata-xbaya-gui:jar:0.9-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: xsul:xsul:jar -> version 2.10.5_b vs 2.10.5_d @ line 146,
> column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.airavata:apache-airavata-server:pom:0.9-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)'
> must be unique: commons-configuration:commons-configuration:jar -> version
> 1.6 vs 1.7 @ line 652, column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.airavata:integration-tests:jar:0.9-SNAPSHOT
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> found duplicate declaration of plugin
> org.apache.maven.plugins:maven-antrun-plugin @ line 102, column 21
> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
> found duplicate declaration of plugin
> org.apache.maven.plugins:maven-antrun-plugin @ line 257, column 21
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Airavata
> [INFO] Airavata Commons
> [INFO] Airavata GFac Schema Utilities
> [INFO] Airavata Common Utilities
> [INFO] Airavata Registry
> [INFO] Airavata Registry API
> [INFO] Airavata Workflow Model Parent
> [INFO] Airavata Workflow Model Core
> [INFO] Airavata WS Messenger
> [INFO] Airavata Messenger Commons
> [INFO] Airavata Messenger Client
> [INFO] Airavata WS Monitor
> [INFO] Airavata Workflow Execution Context
> [INFO] Airavata Client
> [INFO] Airavata Workflow Tracking
> [INFO] Airavata Credential Store
> ...skipping...
> [ERROR] Failed to execute goal on project airavata-common-utils: Could not
> resolve dependencies for project
> org.apache.airavata:airavata-common-utils:jar:0.9-SNAPSHOT: Failed to
> collect dependencies for [xerces:xercesImpl:jar:2.9.1 (compile),
> org.apache.xmlbeans:xmlbeans:jar:2.5.0 (compile), xpp3:xpp3:jar:1.1.3_7
> (compile), xpp5:xpp5:jar:1.2.6 (compile), xsul:xsul:jar:2.10.5_b (compile),
> xsul5-ogce:xsul5-2007-02-27:jar:1 (compile),
> org.apache.axis2:axis2-kernel:jar:1.5.1 (compile),
> commons-dbcp:commons-dbcp:jar:1.4 (compile), org.slf4j:slf4j-api:jar:1.7.2
> (compile), org.apache.derby:derby:jar:10.9.1.0 (compile),
> org.apache.derby:derbyclient:jar:10.9.1.0 (compile),
> org.apache.derby:derbynet:jar:10.9.1.0 (compile),
> org.apache.derby:derbytools:jar:10.9.1.0 (compile),
> org.apache.tomcat.embed:tomcat-embed-core:jar:7.0.22 (compile),
> junit:junit:jar:4.7 (test), org.slf4j:jcl-over-slf4j:jar:1.7.2 (test),
> org.slf4j:slf4j-log4j12:jar:1.7.2 (test)]: Failed to read artifact
> descriptor for xpp3:xpp3:jar:1.1.3_7: Could not transfer artifact
> xpp3:xpp3:pom:1.1.3_7 from/to ogce.m2.all (
> http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all):
> Error transferring file: Operation timed out -> [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 :airavata-common-utils
>
> --
> Cheers,
> Subho
>