RE: follow-up Re: UnknownHostException

2000-12-08 Thread KIRKBRIDE Rob
As your stack trace is showing the line numbers, why not post the few lines of code around the area that it is going wrong (ie. the bottom of the stacktrace) so we can take a look at what you are trying to do? Otherwise I fear your idea below is not relevant. Rob > -Original Message- > F

Re: UnknownHostException

2000-12-08 Thread Nathan Meyers
"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 tha

Re: UnknownHostException

2000-12-08 Thread Joi Ellis
On Fri, 8 Dec 2000, 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): > > java.net.UnknownHostException: home > at java.net.InetAddress.getAllByName0(InetAddress.java:571) >

Ports below 1024

2000-12-08 Thread Nissyen
Hi, I was wondering if someone could help me with the following problem: I have a program which runs a thread that opens a ServerSocket and dynamically generates HTML pages indicating its status when it receives a valid HTML request. It works fine on ports higher than 1024, but I wanted to run it

Request: No more generic Java questions

2000-12-08 Thread Matt Welsh
In recent weeks we have seen a large number of non-Linux related Java questions on this list. While I suppose there is little that can be done to prevent that, I'd like to propose that replies to those questions be sent directly to the person asking, rather than the whole list. There are a few

Re: Ports below 1024

2000-12-08 Thread Nathan Meyers
You've hit a "feature" of Linux threading... you'll find some past discussion in the mail archives. No easy fix, unfortunately. Nathan On Fri, Dec 08, 2000 at 10:09:38AM -0800, Nissyen wrote: > Hi, I was wondering if someone could help me with the following problem: > > I have a program which