Thread: [Soaplab2-dev] installation halt on Maven
Brought to you by:
marsenger
From: Yuan L. <pp....@ya...> - 2010-08-10 05:09:15
|
Hi, I was installing soaplab2 and it got halt on fetching a Maven library as below. [artifact:dependencies] Downloading: org/codehaus/woodstox/wstx-asl/3.2.3/wstx-asl-3.2.3.pom from biomoby-m2 Anyone please help me. Thanks, Yuan |
From: Martin S. <mar...@gm...> - 2010-08-10 07:37:02
|
Hi, It may be that the given Maven repository was not available at the time. I will check on my computer once I get to it (later today) and let you know; meanwhile just try again - you may be lucky this time. Martin -- Martin Senger email: mar...@gm...,mar...@ka... skype: martinsenger |
From: Martin S. <mar...@gm...> - 2010-08-10 09:29:38
|
Hi again, I tried to reproduce your problem - and, indeed, I reproduced it. But then running it again few seconds later, the problem disappeared. I think that the problem is with one of the maven repositories we are using; it is probably a temporary network/access problem. If you have the same problem again, I recommend to backup your whole local maven repository (on Linux, it would be by typing: cd ~; mv .m2 .m2.backup) and try to populate it again (cd soaplab2; ant clean compile). And perhaps to use "ant clean compile" several times until it succeeds - at least, that worked for me. Cheers, Martin -- Martin Senger email: mar...@gm...,mar...@ka... skype: martinsenger |
From: Carsten S. <sch...@el...> - 2010-08-10 10:05:43
|
On 10/08/2010 11:29, Martin Senger wrote: > I tried to reproduce your problem - and, indeed, I reproduced it. But > then running it again few seconds later, the problem disappeared. I > think that the problem is with one of the maven repositories we are > using; it is probably a temporary network/access problem. If you have > the same problem again, I recommend to backup your whole local maven > repository (on Linux, it would be by typing: cd ~; mv .m2 .m2.backup) > and try to populate it again (cd soaplab2; ant clean compile). And > perhaps to use "ant clean compile" several times until it succeeds - at > least, that worked for me. I have had the same problem. My 'solution' was to abort the Maven process with Ctrl-C and restart the installation with ant. This I've had to do a couple of times until all the maven packages could be downloaded. I haven't had the time to investigate the cause, but assume some network problem. Should not be like that though, but interrupting and restarting was the quickest way to go through it for me. Good luck! Carsten |
From: Yuan L. <pp....@ya...> - 2010-08-10 18:39:52
|
Hi Martin, Thanks for the reply. I am new to the soaplab, and that installation was first try. I can't still get through it. Would it be possible that I get these jar files elsewhere, instead of using Maven to download? Thanks, Yuan ________________________________ From: Martin Senger <mar...@gm...> To: Yuan LUO <pp....@ya...> Cc: soa...@li... Sent: Tue, August 10, 2010 5:29:31 AM Subject: Re: [Soaplab2-dev] installation halt on Maven Hi again, I tried to reproduce your problem - and, indeed, I reproduced it. But then running it again few seconds later, the problem disappeared. I think that the problem is with one of the maven repositories we are using; it is probably a temporary network/access problem. If you have the same problem again, I recommend to backup your whole local maven repository (on Linux, it would be by typing: cd ~; mv .m2 .m2.backup) and try to populate it again (cd soaplab2; ant clean compile). And perhaps to use "ant clean compile" several times until it succeeds - at least, that worked for me. Cheers, Martin -- Martin Senger email: mar...@gm...,mar...@ka... skype: martinsenger |
From: Martin S. <mar...@gm...> - 2010-08-10 20:15:36
|
Hi, Has it stopped on the same place (on the same jar file)? Have you tried Ctrl-C and ant... again several times? I am afraid that all what I can suggest. I did it myself today several times - and sometimes it stopped but on the second try it continued to the end successfully. Martin -- Martin Senger email: mar...@gm...,mar...@ka... skype: martinsenger |
From: Yuan L. <pp....@ya...> - 2010-08-11 03:45:55
|
Hi Martin, I tried several times and finally it got through! Thanks! It stopped on different jar files but they are all from the same site, biomoby-m2. Yuan ________________________________ From: Martin Senger <mar...@gm...> To: Yuan LUO <pp....@ya...> Cc: soa...@li... Sent: Tue, August 10, 2010 4:15:27 PM Subject: Re: [Soaplab2-dev] installation halt on Maven Hi, Has it stopped on the same place (on the same jar file)? Have you tried Ctrl-C and ant... again several times? I am afraid that all what I can suggest. I did it myself today several times - and sometimes it stopped but on the second try it continued to the end successfully. Martin -- Martin Senger email: mar...@gm...,mar...@ka... skype: martinsenger |