Date: Fri, 7 Mar 2003 19:25:02 -0800 From: "James Satterfield" <james@uberduper.com> To: <freebsd-java@freebsd.org> Cc: <current@freebsd.org> Subject: DVArchive + jdk1.4.1 Message-ID: <000e01c2e522$4e6a3ff0$0feba8c0@sphynx>
next in thread | raw e-mail | index | archive | help
I'm hoping some of you have played with dvarchive in the past or may have a use for it in the future. http://dvarchive.sourceforge.net It seems to work okayish with linux-sun-jdk141 With jdk-1.4.1p3, it almost works. It has a server component that launches and binds two sockets. Port 80 and one other. When this server comes up, it says that it cannot open the server socket because the address is already in use. However, looking at netstat and sockstat, I see that it did open the sockets. tcp4 0 0 192.168.235.1.http *.* LISTEN tcp4 0 0 192.168.235.1.8042 *.* LISTEN root java 60398 17 tcp4 192.168.235.1:8042 *:* root java 60398 19 tcp4 192.168.235.1:80 *:* I don't know how to get any useful debug info for anyone to look at. I've gotten this behavior in patchset2, pre3, and 3. Thanks. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c2e522$4e6a3ff0$0feba8c0>