Though this is solved, I have one question ... I had already downloaded whatever is required to my local repo ... Assuming nothing is corrupted, why is maven still trying a download bfore it checks the local? And sometimes even complains of errors ... I'm new to maven n I find this dependency thing totally unreliable ... I slog all day to get all dependencies in place n things work fine ... the next day I find weird errors even without touching the pom file ... If the artifacts downloaded fine once, and things started working, I dont understand the reason for it to break again ... Can someone tell me how it works?
On 1/5/06, Karthik V <[EMAIL PROTECTED]> wrote: > > Guess what .. it started working now .. though I have no idea when it > might stop ... thanks for ur replies .. > > On 1/5/06, Tim Davies < [EMAIL PROTECTED]> wrote: > > > > I just tested this on my machine and had no problems. For what little > > help that may be. > > > > Im afraid I dont have a detailed enough knowledge to suggest anything > > else. > > > > In the past though when I have come across the blacklisted message it > > has been sufficient to delete the corresponding metadata from the local > > repository and try again. > > > > Sorry. > > > > Sean Hennessy wrote: > > > > >Likely the [WARINING] [INFO] message is generic and we are seeing > > >different flavors of repository access failures. > > >The use of 'blacklisted' implies any further attempts will also fail. > > >Have we done something to warrant such persona non grata treatment? > > >It remains a mystery. > > > > > > > > >-----Original Message----- > > >From: Karthik V [mailto: [EMAIL PROTECTED] > > >Sent: Thursday, January 05, 2006 9:18 AM > > >To: Maven Users List > > >Subject: Re: Repository 'central' will be blacklisted -- any clue? > > > > > > > > >I can browse thru repo1 wth my browser .. my browser is set to "direct > > >connection to Internet" and not 'auto-detect proxy' ... I havnt > > >specified anything in settings.xml ... I deleted the whole repo, > > >reinstalled maven etc. but no avail ... > > > > > > > > >On 1/5/06, Tim Davies < [EMAIL PROTECTED]> wrote: > > > > > > > > >>It normally happens when maven fails to download an artifact. > > >> > > >>If you can browse ibiblio through a browser and your proxy settings > > >>are the same in maven then theres no reason why it shouldnt work. > > >> > > >>I would suggest you delete the folder > > >>"org\apache\maven\plugins\maven-install-plugin" from you local > > >>repository and try again. It has maybe become corrupted in some way. > > >> > > >> > > >>Mike Perham wrote: > > >> > > >> > > >> > > >>>Maybe the remote machine is down. Try a mirror or in a few hours. > > >>> > > >>>-----Original Message----- > > >>>From: Karthik V [mailto:[EMAIL PROTECTED] > > >>>Sent: Thursday, January 05, 2006 11:03 AM > > >>>To: Maven Users List > > >>>Subject: Re: Repository 'central' will be blacklisted -- any clue? > > >>> > > >>>yes i saw ur post at > > >>>http://www.nabble.com/-m2-FC4-INFO-:-%22Repository-'central'-will-be-<http://www.nabble.com/-m2-FC4-INFO-:-%22Repository-%27central%27-will-be-> > > >>>bla > > >>>cklisted%22-p1875130.html... > > >>>I'm running this on Win XP, and it was running fine till yesterday. > > >>>Nothing changed on my side. If maven just does http downloads of the > > >>>artifacts, why does it fail when I can still browse the Internet? Can > > >>>this happen if something is changed in the gateway or the proxy? > > >>> > > >>> > > >>> > > >>>On 1/5/06, Sean Hennessy <[EMAIL PROTECTED]> wrote: > > >>> > > >>> > > >>> > > >>> > > >>>>I ran into this behavior on another system when it was upgraded to > > >>>>Fedora Core 4 and SELinux security was enabled by default. > > >>>> > > >>>>-----Original Message----- > > >>>>From: Karthik V [mailto:[EMAIL PROTECTED] > > >>>>Sent: Thursday, January 05, 2006 8:49 AM > > >>>>To: Maven Users List > > >>>>Subject: Repository 'central' will be blacklisted -- any clue? > > >>>> > > >>>> > > >>>>Any clue about this error? > > >>>> > > >>>>[WARNING] repository metadata for: 'artifact > > >>>>org.apache.maven.plugins:maven-inst > > >>>>all-plugin' could not be retrieved from repository: central due to > > >>>>an > > >>>>error: Err or transferring file [INFO] Repository 'central' will be > > >>>>blacklisted [INFO] > > >>>> > > >>>> > > > > >>>---------------------------------------------------------------------- > > >>> > > >>> > > >>>>-- > > >>>>- > > >>>>--- > > >>>>[ERROR] BUILD ERROR > > >>>>[INFO] > > >>>> > > >>>> > > >>>---------------------------------------------------------------------- > > > > >>> > > >>> > > >>>>-- > > >>>>- > > >>>>--- > > >>>>[INFO] The plugin 'org.apache.maven.plugins:maven-install-plugin' > > >>>> > > >>>> > > >does > > > > > > > > >>>> > > >>>> > > >>> > > >>> > > >>> > > >>>>not exist or no valid version could be found [INFO] > > >>>>-------------------------------------------------------------------- > > > > >>>>-- > > >>>>-- > > >>>>- > > >>>> > > >>>> > > >>>>All of a sudden everything stopped working, throwing this error. > > >>>> > > >>>>-------------------------------------------------------------------- > > > > >>>>- > > >>>>To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>>>For additional commands, e-mail: [EMAIL PROTECTED] > > >>>> > > >>>> > > >>>> > > >>>> > > >>>> > > >>>> > > >>>--------------------------------------------------------------------- > > > > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>>For additional commands, e-mail: [EMAIL PROTECTED] > > >>> > > >>> > > >>> > > >>> > > >>> > > >>-- > > >>Tim Davies > > >>Analyst Developer > > >> > > >>KTS PLC: Service you can bank on > > >>8th Floor, Finsbury Tower, > > >>103-105 Bunhill Row, > > >>London EC1Y 8LZ > > >>tel: +44 (0)20 7256 2300 > > >>fax: +44 (0)20 7256 2301 > > >> > > >>email: [EMAIL PROTECTED] > > >>web: http://www.ktsplc.com > > >> > > >> > > >>--------------------------------------------------------------------- > > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > >> > > >> > > > > > >--------------------------------------------------------------------- > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
