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):

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]

Reply via email to