tag <nonProxyHosts> emang dibilangnya pemisah antar host menggunakan koma(,) tetapi ternyata yg diakui kebenarannya adalah pemisahnya menggunakan '|' jadi, coba ganti isi tag tsb dengan
<nonProxyHosts>local.net|some.host.com</nonProxyHosts> sepertinya itu isinya belum disesuaikan. coba isi aja dengan localhost saja sama ipnya sekalian menjadi <nonProxyHosts>localhost|127.0.0.1</nonProxyHosts> On Mon, Jun 8, 2009 at 3:43 PM, Tjong, Andreas<[email protected]> wrote: > > > Dear Maven User, > > > > Mau tanya, kalo ada pesan error di Eclipse kayak gini: > > 08/06/09 16:33:19: Unable to update index for central > http://repo1.maven.org/maven2/ > > > > Apakah penyebabnya? > > Udah cari2 di Om goolge. Ini disebabkan karena ada masalah dengan > internetnya. Lalu problem solvenya di setting.xml nya maven di set > proxy-nya. > > Nah udah dicoba setting proxy, tapi tetep aja error-nya muncul. > > > > <settings> > > <proxies> > > <proxy> > > <id>optional</id> > > <active>true</active> > > <protocol>http</protocol> > > <host>XXX.XXX.XXX.21</host> > > <port>8080</port> > > <nonProxyHosts>local.net,some.host.com</nonProxyHosts> > > </proxy> > > </proxies> > > > > Ada yang bisa Bantu untuk menjelaskan dan memberi solusi? > > > > Regards, > > Andreas > > IMPORTANT NOTICE: > The information in this email (and any attachments) is confidential. If you > are not the intended recipient, you must not use or disseminate the > information. If you have received this email in error, please immediately > notify me by "Reply" command and permanently delete the original and any > copies or printouts thereof. Although this email and any attachments are > believed to be free of any virus or other defect that might affect any > computer system into which it is received and opened, it is the > responsibility of the recipient to ensure that it is virus free and no > responsibility is accepted by American International Group, Inc. or its > subsidiaries or affiliates either jointly or severally, for any loss or > damage arising in any way from its use. > -- syaiful.mukhlis gtalk:[email protected]

