Ok, a fresh copy from CVS compiles and runs properly. In viewing the source and the stack trace it's possible:
that these lines are the problem:
~234:
if ( hostname.length() > 0 ) {
bindaddr = InetAddress.getByName(hostname);
sock = new ServerSocket(port, 5, bindaddr);
}My guess ( without looking in a debugger or anything ), is that bindaddr comes back null, and then the
new ServerSocket call fails, do to the null. Just a wild ass guess.
-C-
Kurt Ward wrote:
I have the exact same problem on RH 7.2. I can compile from CVS okay, but I get the create socket errors. Same deal with the port; I have verified that it is not in use by another process.
I won't say that I gave up on trying to resolve the issue, but for the time being I set up another box running Slackware 8.0 - I have had zero problems compiling and running the server on that setup.
Kurt
--- chris schaefer <[EMAIL PROTECTED]> wrote:
Kimbro Staken wrote:
because it's already in
I'm going to guess it can't bind to the port
error in that caseuse. You should have gotten a more descriptive
propagated.though. I'm not sure why the NullPointerException
As best as I can tell from my system tools, the port is NOT in use.
having problems, but theBuried in the FAQ is a reference to 1.3.1 as
code to figure outdetails of that are not explicit. Meanwhile, I've attempted to dig into the source
seem to have sourcethe problem and found that the org.dbxml.server.* section of the tree doesn't
buried in one of theanywhere.... I assume that the GopherServer is then extending a class file
Tried that already, things then proceed to failjars as it compiles...
while initializing the HTTP server...... same way.
anything, it was just aYou don't actually need the gopher server for
comment it out indebugging tool from the early days. You can
you're looking for issystem.xml to debug the problem. Also the source
was rolled back intoonly available from CVS. In the Xindice tree it
project.the main tree, but in dbXML it was a separate
Ok, I'll try to grab the source, and see where I can go from there...
__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
