Hi, I use maven with solaris 10 all the day. Check the file : resolv.conf with the cli cat /etc/resolv.conf
You should see something like ; try dns name server nameserver dns server ip nameserver secondary dns server ip And try the cli : bash-3.00$ telnet repo1.maven.org 80 Trying 38.97.124.18... Connected to repo1.maven.org. Escape character is '^]'. ^C^] -- Olivier 2008/10/6 Wayne Fay <[EMAIL PROTECTED]>: > Seems like your DNS resolution is not working properly. You need to > talk to who ever your sysadmin is to get that fixed, and then Maven > should work fine. > > And if *you* are the sysadmin of this box, you need to get help from a > "Solaris beginners" forum to get your box set up and working on the > Internet properly, then try Maven again. > > Wayne > > On Mon, Oct 6, 2008 at 9:15 AM, 陈思淼 <[EMAIL PROTECTED]> wrote: >> you can ping repo1.maven.org to verify the network working. >> Maven can work in Solaris of cause because that SUN's home platform. >> and maven is a java program. >> >> 2008/10/7 Patrizio Munzi <[EMAIL PROTECTED]> >> >>> Hi everybody, >>> >>> I've been trying to make maven work on SUN Solaris 10 for the last few >>> days, but since I'm not a Solaris administration expert I had no luck. >>> I have the following exception: >>> >>> Caused by: java.net.UnknownHostException: repo1.maven.org >>> >>> I think it's related to some Solaris network configurations, but I don't >>> know how to solve them. >>> >>> Can anyone help me...? >>> >>> Thanks >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >
