"Nancy F. Maniquis" wrote:
> Hello all!
>
> I have a java application (jdk 1.3) that works fine in Windows 98
> but spews out this exception in my Linux pc (Red Hat 6.1):
Do you have a machine named "home"? Your Linux box can't find it. This may be a missing
entry in /etc/hosts, or it may be that you need to point to a nameserver with a
"nameserver" entry in /etc/resolv.conf - hard to know without knowing where the name is
supposed to come from. Hope that points you in the right direction.
Nathan Meyers
[EMAIL PROTECTED]
>
>
> java.net.UnknownHostException: home
> at java.net.InetAddress.getAllByName0(InetAddress.java:571)
> at java.net.InetAddress.getAllByName0(InetAddress.java:540)
> at java.net.InetAddress.getByName(InetAddress.java:449)
> at java.net.Socket.<init>(Socket.java:100)
> at sun.net.NetworkClient.doConnect(NetworkClient.java:50)
> at sun.net.NetworkClient.openServer(NetworkClient.java:38)
> at sun.net.ftp.FtpClient.openServer(FtpClient.java:267)
> at sun.net.ftp.FtpClient.<init>(FtpClient.java:381)
> at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.java:77)
> at
>sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnection.java:96)
> ...<the rest of the stacktrace>
>
> And I have no idea why. Help? Maybe I need to edit a config file somewhere?
>
> -- nancy
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]