From owner-freebsd-java Sun Nov 4 9: 5:11 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id EA13F37B416; Sun, 4 Nov 2001 09:05:06 -0800 (PST) Received: from [166.70.2.122] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 160Qhk-0005nq-00; Sun, 04 Nov 2001 10:05:05 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fA4H4tq70639; Mon, 5 Nov 2001 03:34:55 +1030 (CST) (envelope-from glewis) Date: Mon, 5 Nov 2001 03:34:54 +1030 From: Greg Lewis To: John Clayton Cc: Greg Lewis , sobomax@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: problem intalling the jdk13 port Message-ID: <20011105033454.A70422@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from neuroboy@optonline.net on Sat, Nov 03, 2001 at 05:23:03PM -0500 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Nov 03, 2001 at 05:23:03PM -0500, John Clayton wrote: > Hey All- > > After Greg's suggested problems with the path I started digging. I didn't > find any more info in the mailing lists, but I found the following and hope > somebody might be able to help. Maxim mentioned that -bootclasspath was > empty, but it isn't set in the environment, so I'm not sure why that's the > case. Interestingly, I received the exact same error while going back and > trying to install the jdk12-beta port. InvokersGen is giving me woes! See, for example, http://www.freebsd.org/cgi/getmsg.cgi?fetch=35381+37781+/usr/local/www/db/text/2000/freebsd-java/20000910.freebsd-java > SO, I then tried running each command from the make directories and got the > following: > > * tried compiling InvokersGen myself::: > > %/usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath > ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath > "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/sh > are/classes" -d ../../../build/bsd-i386/classes -d > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn > ../../../src/share/javavm/runtime/InvokerGen.java > %rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c > > * seemed to work ... but then::: > > %/usr/local/linux-jdk1.3.1/bin/java -classpath > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen < > ../../../src/share/javavm/include/invokers.txt > > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c > Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen > > ** DRAT ! ** invokers.c is built automatically everytime. If you've built it yourself and want it to stick around you need to comment out the lines in the makefile which build it automatically: invokers.c: InvokerGen.class invokers.c: $(SHARE_SRC)/javavm/include/invokers.txt $(RM) $@ $(BOOTDIR)/bin/java -classpath . InvokerGen < $< > $@ (this is in build/freebsd/java/jvm/GNUmakefile). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Nov 4 11: 1: 3 2001 Delivered-To: freebsd-java@freebsd.org Received: from mta6.srv.hcvlny.cv.net (mta6.srv.hcvlny.cv.net [167.206.5.17]) by hub.freebsd.org (Postfix) with ESMTP id 8AD8237B416; Sun, 4 Nov 2001 11:00:46 -0800 (PST) Received: from localhost (ool-18be4d4b.dyn.optonline.net [24.190.77.75]) by mta6.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GMA00INII5EOB@mta6.srv.hcvlny.cv.net>; Sun, 04 Nov 2001 14:00:50 -0500 (EST) Date: Sun, 04 Nov 2001 13:57:45 -0500 From: John Clayton Subject: Re: problem intalling the jdk13 port In-reply-to: <20011105033454.A70422@misty.eyesbeyond.com> To: Greg Lewis Cc: John Clayton , sobomax@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.472) Content-type: multipart/alternative; boundary="Boundary_(ID_kCqsFWcEU88I7fUhy4x80A)" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Boundary_(ID_kCqsFWcEU88I7fUhy4x80A) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT Thanks Greg, so, let me ask a stupid question: How do I change my build directory? i tried using PORTSDIR=/blah, but then it couldn't find some stuff. J On Sunday, November 4, 2001, at 12:04 PM, Greg Lewis wrote: > On Sat, Nov 03, 2001 at 05:23:03PM -0500, John Clayton wrote: >> Hey All- >> >> After Greg's suggested problems with the path I started digging. I >> didn't >> find any more info in the mailing lists, but I found the following and >> hope >> somebody might be able to help. Maxim mentioned that -bootclasspath >> was >> empty, but it isn't set in the environment, so I'm not sure why that's >> the >> case. Interestingly, I received the exact same error while going back >> and >> trying to install the jdk12-beta port. InvokersGen is giving me woes! > > See, for example, > http://www.freebsd.org/cgi/getmsg.cgi?fetch=35381+37781+/usr/local/www/db/ > text/2000/freebsd-java/20000910.freebsd-java > >> SO, I then tried running each command from the make directories and >> got the >> following: >> >> * tried compiling InvokersGen myself::: >> >> %/usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath >> ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath >> "../../../build/bsd- >> i386/gensrc:../../../src/solaris/classes:../../../src/sh >> are/classes" -d ../../../build/bsd-i386/classes -d >> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn >> ../../../src/share/javavm/runtime/InvokerGen.java >> %rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c >> >> * seemed to work ... but then::: >> >> %/usr/local/linux-jdk1.3.1/bin/java -classpath >> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen < >> ../../../src/share/javavm/include/invokers.txt > >> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c >> Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen >> >> ** DRAT ! ** > > invokers.c is built automatically everytime. If you've built it > yourself > and want it to stick around you need to comment out the lines in the > makefile which build it automatically: > > invokers.c: InvokerGen.class > > invokers.c: $(SHARE_SRC)/javavm/include/invokers.txt > $(RM) $@ > $(BOOTDIR)/bin/java -classpath . InvokerGen < $< > $@ > > (this is in build/freebsd/java/jvm/GNUmakefile). > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Phone : (801) 765 1887 > Information Technology Web : http://www.eyesbeyond.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > > John Clayton neuroboy@mac.com 24 Boonton St. Dover, NJ 07801 H: 973.361.8392 W: 973.361.9943 M: 646.418.3452 --Boundary_(ID_kCqsFWcEU88I7fUhy4x80A) Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT Thanks Greg, so, let me ask a stupid question: How do I change my build directory? i tried using PORTSDIR=/blah, but then it couldn't find some stuff. J On Sunday, November 4, 2001, at 12:04 PM, Greg Lewis wrote: On Sat, Nov 03, 2001 at 05:23:03PM -0500, John Clayton wrote: Hey All- After Greg's suggested problems with the path I started digging. I didn't find any more info in the mailing lists, but I found the following and hope somebody might be able to help. Maxim mentioned that -bootclasspath was empty, but it isn't set in the environment, so I'm not sure why that's the case. Interestingly, I received the exact same error while going back and trying to install the jdk12-beta port. InvokersGen is giving me woes! See, for example, http://www.freebsd.org/cgi/getmsg.cgi?fetch=35381+37781+/usr/local/www/db/text/2000/freebsd-java/20000910.freebsd-java SO, I then tried running each command from the make directories and got the following: * tried compiling InvokersGen myself::: %/usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/sh are/classes" -d ../../../build/bsd-i386/classes -d ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn ../../../src/share/javavm/runtime/InvokerGen.java %rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c * seemed to work ... but then::: %/usr/local/linux-jdk1.3.1/bin/java -classpath ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen << ../../../src/share/javavm/include/invokers.txt > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen ** DRAT ! ** invokers.c is built automatically everytime. If you've built it yourself and want it to stick around you need to comment out the lines in the makefile which build it automatically: invokers.c: InvokerGen.class invokers.c: $(SHARE_SRC)/javavm/include/invokers.txt $(RM) $@ $(BOOTDIR)/bin/java -classpath . InvokerGen << $<< > $@ (this is in build/freebsd/java/jvm/GNUmakefile). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message John Clayton 0000,0000,FFFFneuroboy@mac.com 24 Boonton St. Dover, NJ 07801 H: 973.361.8392 W: 973.361.9943 M: 646.418.3452 --Boundary_(ID_kCqsFWcEU88I7fUhy4x80A)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Nov 4 14:26:47 2001 Delivered-To: freebsd-java@freebsd.org Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.5.9]) by hub.freebsd.org (Postfix) with ESMTP id 62CC237B41A; Sun, 4 Nov 2001 14:26:25 -0800 (PST) Received: from localhost (ool-18be4d4b.dyn.optonline.net [24.190.77.75]) by mta3.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GMA009SURNBA2@mta3.srv.hcvlny.cv.net>; Sun, 04 Nov 2001 17:26:05 -0500 (EST) Date: Sun, 04 Nov 2001 17:23:19 -0500 From: John Clayton Subject: Re: problem intalling the jdk13 port In-reply-to: To: John Clayton Cc: Greg Lewis , John Clayton , sobomax@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Message-id: <8CA4A2B9-D172-11D5-B281-000A279339CE@5squaresoftware.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.472) Content-type: multipart/alternative; boundary="Boundary_(ID_Ekm4D1Q5BsJDRGt0IIV2dw)" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Boundary_(ID_Ekm4D1Q5BsJDRGt0IIV2dw) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT OK, forgive me for going on here, but i figure this is the best place to do it ; ) I sifted through the way things are set up here, and no matter what I specified as PORTSDIR, it always copied the CWD into /usr/tmp/CWD/work. I'm on a virtual disk here and it seems /usr/tmp may be a symlink of sorts. So, I set WRKDIR on the command line to /builds and ran make again. And ... I got past the InvokersGen error!!!! Got a lot farther and received this error: rm -f ../../../../build/bsd- i386/classes/javax/swing/text/html/parser/html32.bdtd (../../../../build/bsd-i386/bin/java -ms16m -mx64m \ -classpath "../../../../build/bsd- i386/tmp/javax/swing/html/dtbuilder/dtdgenclasses:" \ -Ddtd_home=../../../tools/dtdbuilder/dtds \ dtdbuilder.DTDBuilder html32 > ../../../../build/bsd- i386/classes/javax/swing/text/html/parser/html32.bdtd) || exit 1 Error: failed ../../../../build/bsd-i386/lib/i386/classic/libjvm.so, because ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: Undefined symbol "__muldi3" gmake[4]: *** [../../../../build/bsd- i386/classes/javax/swing/text/html/parser/html32.bdtd] Error 1 gmake[4]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing/html32dtd' gmake[3]: *** [swing-html32dtd] Error 2 gmake[3]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing/html32dtd' gmake[2]: *** [html32dtd] Error 1 gmake[2]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/builds/j2sdk1.3.1/make/javax' gmake: *** [all] Error 1 *** Error code 2 Stop in /ports/java/jdk13. *** Error code 1 Stop in /ports/java/jdk13. *** Error code 1 Stop in /ports/java/jdk13. Any more ideas? And thanks, John On Sunday, November 4, 2001, at 01:57 PM, John Clayton wrote: > Thanks Greg, so, let me ask a stupid question: How do I change my > build directory? i tried using PORTSDIR=/blah, but then it couldn't > find some stuff. > > J > > > On Sunday, November 4, 2001, at 12:04 PM, Greg Lewis wrote: > >> On Sat, Nov 03, 2001 at 05:23:03PM -0500, John Clayton wrote: >>> Hey All- >>> >>> After Greg's suggested problems with the path I started digging. I >>> didn't >>> find any more info in the mailing lists, but I found the following >>> and hope >>> somebody might be able to help. Maxim mentioned that -bootclasspath >>> was >>> empty, but it isn't set in the environment, so I'm not sure why >>> that's the >>> case. Interestingly, I received the exact same error while going back >>> and >>> trying to install the jdk12-beta port. InvokersGen is giving me woes! >> >> See, for example, >> http://www.freebsd.org/cgi/getmsg.cgi?fetch=35381+37781+/usr/local/www/db/ >> text/2000/freebsd-java/20000910.freebsd-java >> >>> SO, I then tried running each command from the make directories and >>> got the >>> following: >>> >>> * tried compiling InvokersGen myself::: >>> >>> %/usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath >>> ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath >>> "../../../build/bsd- >>> i386/gensrc:../../../src/solaris/classes:../../../src/sh >>> are/classes" -d ../../../build/bsd-i386/classes -d >>> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn >>> ../../../src/share/javavm/runtime/InvokerGen.java >>> %rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c >>> >>> * seemed to work ... but then::: >>> >>> %/usr/local/linux-jdk1.3.1/bin/java -classpath >>> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen < >>> ../../../src/share/javavm/include/invokers.txt > >>> ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c >>> Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen >>> >>> ** DRAT ! ** >> >> invokers.c is built automatically everytime. If you've built it >> yourself >> and want it to stick around you need to comment out the lines in the >> makefile which build it automatically: >> >> invokers.c: InvokerGen.class >> >> invokers.c: $(SHARE_SRC)/javavm/include/invokers.txt >> $(RM) $@ >> $(BOOTDIR)/bin/java -classpath . InvokerGen < $< > $@ >> >> (this is in build/freebsd/java/jvm/GNUmakefile). >> >> -- >> Greg Lewis Email : glewis@eyesbeyond.com >> Eyes Beyond Phone : (801) 765 1887 >> Information Technology Web : http://www.eyesbeyond.com >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message >> >> John Clayton neuroboy@mac.com 24 Boonton St. Dover, NJ 07801 H: 973.361.8392 W: 973.361.9943 M: 646.418.3452 --Boundary_(ID_Ekm4D1Q5BsJDRGt0IIV2dw) Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT OK, forgive me for going on here, but i figure this is the best place to do it ; ) I sifted through the way things are set up here, and no matter what I specified as PORTSDIR, it always copied the CWD into /usr/tmp/CWD/work. I'm on a virtual disk here and it seems /usr/tmp may be a symlink of sorts. So, I set WRKDIR on the command line to /builds and ran make again. And ... I got past the InvokersGen error!!!! Got a lot farther and received this error: rm -f ../../../../build/bsd-i386/classes/javax/swing/text/html/parser/html32.bdtd (../../../../build/bsd-i386/bin/java -ms16m -mx64m \ -classpath "../../../../build/bsd-i386/tmp/javax/swing/html/dtbuilder/dtdgenclasses:" \ -Ddtd_home=../../../tools/dtdbuilder/dtds \ dtdbuilder.DTDBuilder html32 > ../../../../build/bsd-i386/classes/javax/swing/text/html/parser/html32.bdtd) || exit 1 Error: failed ../../../../build/bsd-i386/lib/i386/classic/libjvm.so, because ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: Undefined symbol "__muldi3" gmake[4]: *** [../../../../build/bsd-i386/classes/javax/swing/text/html/parser/html32.bdtd] Error 1 gmake[4]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing/html32dtd' gmake[3]: *** [swing-html32dtd] Error 2 gmake[3]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing/html32dtd' gmake[2]: *** [html32dtd] Error 1 gmake[2]: Leaving directory `/builds/j2sdk1.3.1/make/javax/swing' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/builds/j2sdk1.3.1/make/javax' gmake: *** [all] Error 1 *** Error code 2 Stop in /ports/java/jdk13. *** Error code 1 Stop in /ports/java/jdk13. *** Error code 1 Stop in /ports/java/jdk13. Any more ideas? And thanks, John On Sunday, November 4, 2001, at 01:57 PM, John Clayton wrote: Thanks Greg, so, let me ask a stupid question: How do I change my build directory? i tried using PORTSDIR=/blah, but then it couldn't find some stuff. J On Sunday, November 4, 2001, at 12:04 PM, Greg Lewis wrote: On Sat, Nov 03, 2001 at 05:23:03PM -0500, John Clayton wrote: Hey All- After Greg's suggested problems with the path I started digging. I didn't find any more info in the mailing lists, but I found the following and hope somebody might be able to help. Maxim mentioned that -bootclasspath was empty, but it isn't set in the environment, so I'm not sure why that's the case. Interestingly, I received the exact same error while going back and trying to install the jdk12-beta port. InvokersGen is giving me woes! See, for example, http://www.freebsd.org/cgi/getmsg.cgi?fetch=35381+37781+/usr/local/www/db/text/2000/freebsd-java/20000910.freebsd-java SO, I then tried running each command from the make directories and got the following: * tried compiling InvokersGen myself::: %/usr/local/linux-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/sh are/classes" -d ../../../build/bsd-i386/classes -d ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj -nowarn ../../../src/share/javavm/runtime/InvokerGen.java %rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c * seemed to work ... but then::: %/usr/local/linux-jdk1.3.1/bin/java -classpath ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj InvokerGen << ../../../src/share/javavm/include/invokers.txt > ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj/invokers.c Exception in thread "main" java.lang.NoClassDefFoundError: InvokerGen ** DRAT ! ** invokers.c is built automatically everytime. If you've built it yourself and want it to stick around you need to comment out the lines in the makefile which build it automatically: invokers.c: InvokerGen.class invokers.c: $(SHARE_SRC)/javavm/include/invokers.txt $(RM) $@ $(BOOTDIR)/bin/java -classpath . InvokerGen << $<< > $@ (this is in build/freebsd/java/jvm/GNUmakefile). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message John Clayton 0000,0000,FFFFneuroboy@mac.com 24 Boonton St. Dover, NJ 07801 H: 973.361.8392 W: 973.361.9943 M: 646.418.3452 --Boundary_(ID_Ekm4D1Q5BsJDRGt0IIV2dw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Nov 4 20:52:54 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 0D16A37B416; Sun, 4 Nov 2001 20:52:47 -0800 (PST) Received: from [166.70.2.157] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 160bka-0007ls-00; Sun, 04 Nov 2001 21:52:44 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fA54qcX72012; Mon, 5 Nov 2001 15:22:38 +1030 (CST) (envelope-from glewis) Date: Mon, 5 Nov 2001 15:22:38 +1030 From: Greg Lewis To: John Clayton Cc: Greg Lewis , John Clayton , sobomax@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: problem intalling the jdk13 port Message-ID: <20011105152238.A71981@misty.eyesbeyond.com> References: <8CA4A2B9-D172-11D5-B281-000A279339CE@5squaresoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8CA4A2B9-D172-11D5-B281-000A279339CE@5squaresoftware.com>; from john@5squaresoftware.com on Sun, Nov 04, 2001 at 05:23:19PM -0500 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Nov 04, 2001 at 05:23:19PM -0500, John Clayton wrote: > I sifted through the way things are set up here, and no matter what I > specified as PORTSDIR, it always copied the CWD into /usr/tmp/CWD/work. > I'm on a virtual disk here and it seems /usr/tmp may be a symlink of > sorts. So, I set WRKDIR on the command line to /builds and ran make > again. And ... I got past the InvokersGen error!!!! Got a lot farther > and received this error: > > rm -f > ../../../../build/bsd-i386/classes/javax/swing/text/html/parser/html32.bdtd > > (../../../../build/bsd-i386/bin/java -ms16m -mx64m \ > -classpath > "../../../../build/bsd-i386/tmp/javax/swing/html/dtbuilder/dtdgenclasses:" > \ > -Ddtd_home=../../../tools/dtdbuilder/dtds \ > dtdbuilder.DTDBuilder html32 > > ../../../../build/bsd-i386/classes/javax/swing/text/html/parser/html32.bdtd) > || exit 1 > Error: failed ../../../../build/bsd-i386/lib/i386/classic/libjvm.so, > because ../../../../build/bsd-i386/lib/i386/classic/libjvm.so: > Undefined symbol "__muldi3" > gmake[4]: *** > > Any more ideas? And thanks, Did you make sure you did a make clean before starting the build again? This looks like something in an inconsistent state. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Nov 5 7:10:15 2001 Delivered-To: freebsd-java@freebsd.org Received: from catv00.kitanet.ne.jp (catv00.kitanet.ne.jp [210.146.3.11]) by hub.freebsd.org (Postfix) with SMTP id 3FA6337B405 for ; Mon, 5 Nov 2001 07:10:05 -0800 (PST) Received: (qmail 9379 invoked by uid 0); 5 Nov 2001 15:09:56 -0000 Received: from fw132125.kitanet.ne.jp (HELO localhost) (210.237.132.125) by catv00.kitanet.ne.jp with SMTP; 5 Nov 2001 15:09:56 -0000 Date: Mon, 05 Nov 2001 13:20:34 +0900 (JST) Message-Id: <20011105.132034.730578321.sugimura@YasudaKei.org> To: freebsd-java@FreeBSD.org Subject: Re: J2SE 1.3.1 patchset 5 /w JSSE 1.0.2 core dumps From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= In-Reply-To: <55u1wea3po.wl@tripper.private> References: <20011101.234258.730605272.sugimura@YasudaKei.org> <55u1wea3po.wl@tripper.private> X-Mailer: Mew version 2.0 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Nov__5_13:20:34_2001_853)--" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----Next_Part(Mon_Nov__5_13:20:34_2001_853)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit >Can you try to check the stack trace with gdb? > >$ setenv DEBUG_PROG=gdb >$ java_g >gdb> r ARGUMENTS_YOU_WANT_TO_GIVE_JAVA_COMMAND >..when SIGBUS is caused >gdb> bt > Fortunately I've succeeded to get this stack trace. Please see the attachment file. Thank you, ---- SUGIMURA Takashi ----Next_Part(Mon_Nov__5_13:20:34_2001_853)-- Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="stacktrace.log" bt #0 0x280bcfac in sendto () from /usr/lib/libc.so.4 #1 0x28073f4f in sendto (fd=16, buf=0x2e563184, len=6, flags=0, to=0x0, tolen=0) at ../../../../src/solaris/hpi/green_threads/src/iomgr.c:1540 #2 0x280e15ef in send () from /usr/lib/libc.so.4 #3 0x28073bae in send (fd=16, buf=0x2e563184, nbytes=6, flags=0) at ../../../../src/solaris/hpi/green_threads/src/iomgr.c:1438 #4 0x280795e3 in sysSend (fd=16, buf=0x2e563184 "\024\003\001", nBytes=6, flags=0) at ../../../../src/solaris/hpi/green_threads/src/sys_api_td.c:354 #5 0x281a9b75 in JVM_Send (fd=16, buf=0x2e563184 "\024\003\001", nBytes=6, flags=0) at ../../../src/share/javavm/runtime/jvm.c:4791 #6 0x2e415bc9 in Java_java_net_SocketOutputStream_socketWrite (env=0x84f2604, this=0x2e5639d0, data=0x84f1530, off=0, len=6) at ../../../src/solaris/native/java/net/SocketOutputStream.c:112 #7 0x2817a274 in invoke_OII_V (o=0x28eddea8, mb=0x8281174, args_size=4, ee=0x84f2604) at ../../../build/bsd-i386/tmp/java/java.lang/jvm/obj_g/invokers.c:334 #8 0x28186262 in ExecuteJava_C (initial_pc=0x2e563ee8 "$BV\(Br\001$B1"(B, ee=0x84f2604) at ../../../src/share/javavm/runtime/executeJava.c:1579 #9 0x28177ac6 in do_execute_java_method_vararg (ee=0x84f2604, obj=0x28edb388, method_name=0x8053b38 "run", method_signature=0x8053258 "()V", mb=0x0, isStaticCall=FALSE, args=0x2e563f70 "\200&O\b\004&O\b\230?V.$B3Y(B\e($BxY(B\e(\004&O\b$B8?(BV.XZ\e(\210$B3m(B(\0 04&O\b$B8?(BV.IZ\e($BxY(B\e($Bh?(BV.|$B`\(Bn(\003", otherBits=0x0, shortFloats=FALSE) at ../../../src/share/javavm/runtime/interpreter.c:573 ---Type to continue, or q to quit--- #10 0x281772c8 in execute_java_dynamic_method (ee=0x84f2604, obj=0x28edb388, method_name=0x281c6f80 "run", signature=0x281c73be "()V") at ../../../src/share/javavm/runtime/interpreter.c:288 #11 0x281a2cc8 in ThreadRT0 (p=0x28edb388) at ../../../src/share/javavm/runtime/jvm.c:2101 #12 0x281b5a58 in saveStackBase (args=0x281a2c74) at ../../../src/share/javavm/runtime/threads.c:139 #13 0x2807a001 in start_func (func=0x281b59f8 , args=0xbfbfe8e8) at ../../../../src/solaris/hpi/green_threads/src/threads_md.c:351 #14 0x0 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) n Not confirmed. (gdb) quit The program is running. Exit anyway? (y or n) y kei# exit exit kei % exit logout ----Next_Part(Mon_Nov__5_13:20:34_2001_853)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Nov 6 3:12:51 2001 Delivered-To: freebsd-java@freebsd.org Received: from mx7.port.ru (mx7.port.ru [194.67.57.17]) by hub.freebsd.org (Postfix) with ESMTP id D0B8437B416 for ; Tue, 6 Nov 2001 03:12:47 -0800 (PST) Received: from [212.98.161.239] (helo=jtv) by mx7.port.ru with smtp (Exim 3.14 #1) id 16149u-0002PE-00 for freebsd-java@FreeBSD.ORG; Tue, 06 Nov 2001 14:12:46 +0300 Message-ID: <008701c166b3$e5e1e390$0a1ea8c0@jtv> From: "JTV" To: References: Subject: SO_TIMEOUT on IBM Linux JDK 1.3.0 on Free BSD 4.3-RELEASE Date: Tue, 6 Nov 2001 13:12:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, anybody have problems with SO_TIMEOUT on IBM Linux JDK 1.3.0 on Free BSD 4.3-RELEASE? It does not work on my machine. thanks, Jaroslav. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 7 9:49:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from ns.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 57AB937B419 for ; Wed, 7 Nov 2001 09:49:54 -0800 (PST) Received: from ras83.dialup.ustu (ras83.dialup.ustu [192.168.150.83]) by ns.ulstu.ru (Postfix-ULSTU) with ESMTP id 741CD107885 for ; Wed, 7 Nov 2001 20:49:47 +0300 (MSK) Date: Wed, 7 Nov 2001 20:48:31 +0300 From: zhuravlev alexander X-Mailer: The Bat! (v1.47 Halloween Edition) Personal Reply-To: zaa Organization: ulstu X-Priority: 3 (Normal) Message-ID: <41951548.20011107204831@ulstu.ru> To: freebsd-java@freebsd.org Subject: stupid questions :) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Good (day|evening|night). sorry for stupid questions, but why doesn't FreeBSD in this list http://java.sun.com/cgi-bin/java-ports.cgi --zaa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 7 11:35:15 2001 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 6E48A37B432; Wed, 7 Nov 2001 11:35:09 -0800 (PST) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Wed, 7 Nov 2001 20:35:08 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FDA074@l04.research.kpn.com> From: "Koster, K.J." To: "'freebsd-gnats-submit@FreeBSD.org'" , "'ernst@jollem.com'" , "'ports@freebsd.org'" , "'java@freebsd.org'" , "'sobomax@freebsd.org'" Subject: Re: ports/31188: New port: www/orion-current Date: Wed, 7 Nov 2001 20:35:07 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear All, Could someone *please* commit this new www/orion-current port? I've asked before. The www/orion post is too old for my use right now. Thanks in advance. Ernst, if you're reading this: jollem.com seems to be gone. Anywhere else I can reach you? Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Nov 7 17:47:50 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 6C45437B418 for ; Wed, 7 Nov 2001 17:47:48 -0800 (PST) Received: from [166.70.6.224] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 161eIA-0000pN-00; Wed, 07 Nov 2001 18:47:43 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fA81l6n82025; Thu, 8 Nov 2001 12:17:06 +1030 (CST) (envelope-from glewis) Date: Thu, 8 Nov 2001 12:15:50 +1030 From: Greg Lewis To: zhuravlev alexander Cc: freebsd-java@FreeBSD.ORG Subject: Re: stupid questions :) Message-ID: <20011108121550.A82010@misty.eyesbeyond.com> References: <41951548.20011107204831@ulstu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <41951548.20011107204831@ulstu.ru>; from zaa@ulstu.ru on Wed, Nov 07, 2001 at 08:48:31PM +0300 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Nov 07, 2001 at 08:48:31PM +0300, zhuravlev alexander wrote: > sorry for stupid questions, but > why doesn't FreeBSD in this list > http://java.sun.com/cgi-bin/java-ports.cgi Thats certainly not a stupid question :) Probably because the FreeBSD port hasn't passed the JCK. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Nov 8 0:37:57 2001 Delivered-To: freebsd-java@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 106FA37B41A; Thu, 8 Nov 2001 00:37:51 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fA88aV488223; Thu, 8 Nov 2001 09:36:31 +0100 (CET) (envelope-from ernst) Message-Id: <200111080836.fA88aV488223@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: Jollem Information Technology To: "Koster, K.J." , "'freebsd-gnats-submit@FreeBSD.org'" , "'ports@freebsd.org'" , "'java@freebsd.org'" , "'sobomax@freebsd.org'" Subject: Re: ports/31188: New port: www/orion-current Date: Thu, 8 Nov 2001 09:36:31 +0100 X-Mailer: KMail [version 1.3] References: <59063B5B4D98D311BC0D0001FA7E452205FDA074@l04.research.kpn.com> In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA074@l04.research.kpn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If somebody could please commit this port then I will submit a new PR with a few small changes (default port to 8095 or so, update to 1.5.3, etc.) Ernst On Wednesday 07 November 2001 20:35, Koster, K.J. wrote: > Dear All, > > Could someone *please* commit this new www/orion-current port? I've asked > before. The www/orion post is too old for my use right now. Thanks in > advance. > > Ernst, if you're reading this: jollem.com seems to be gone. Anywhere else I > can reach you? > > Kees Jan > > ================================================ > You are only young once, > but you can stay immature all your life. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 7:28: 0 2001 Delivered-To: freebsd-java@freebsd.org Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by hub.freebsd.org (Postfix) with ESMTP id B942C37B42A for ; Fri, 9 Nov 2001 07:27:58 -0800 (PST) Received: from corp.earthlink.net (aslan.sys.atl.earthlink.net [199.174.117.22]) by barry.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id KAA15355 for ; Fri, 9 Nov 2001 10:27:58 -0500 (EST) Message-ID: <3BEBF5D7.994D76D2@corp.earthlink.net> Date: Fri, 09 Nov 2001 10:27:19 -0500 From: Chris Jordan X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Dependencies of the native jdk13 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I ran into a slight problem compiling the native jdk13 port (on 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, I went into /usr/ports/java/jdk13, typed make, followed the instructions to download the software and the patch file, typed make again, and I got an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around with google, and I figure out I need to install the linux-jdk13 port first. Okay, that's fine with me, and now the compile seems to be working correctly, but I thought, why isn't the linux-jdk13 listed as a dependency of the native jdk13 port? So I looked at the Makefile, and in fact the linux-jdk is listed under BUILD_DEPENDS there. So my question is, why didn't make go out and try to install the linux-jdk13 port? Has this happened to anyone else, or was there something flakey in my setup? Chris Jordan cwjordan@corp.earthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 7:33:44 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id E63ED37B428 for ; Fri, 9 Nov 2001 07:33:37 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fA9FXbV97117; Fri, 9 Nov 2001 10:33:37 -0500 (EST) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) with ESMTP id fA9FXaH97110; Fri, 9 Nov 2001 10:33:36 -0500 (EST) (envelope-from rsimmons@wlcg.com) X-Authentication-Warning: mail.wlcg.com: rsimmons owned process doing -bs Date: Fri, 9 Nov 2001 10:33:33 -0500 (EST) From: Rob Simmons To: Chris Jordan Cc: freebsd-java@freebsd.org Subject: Re: Dependencies of the native jdk13 port In-Reply-To: <3BEBF5D7.994D76D2@corp.earthlink.net> Message-ID: <20011109103055.N80654-100000@mail.wlcg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 The linux jdk is a build dependency. You do not need the linux jdk to use the native jdk. In fact, when you are building the native jdk, if you build it as a package, the only dependencies that the package will have is for javavmwrapper-1.1. Robert Simmons Systems Administrator http://www.wlcg.com/ On Fri, 9 Nov 2001, Chris Jordan wrote: > Hello, > > I ran into a slight problem compiling the native jdk13 port (on > 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, > I went into /usr/ports/java/jdk13, typed make, followed the instructions > to download the software and the patch file, typed make again, and I got > an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around > with google, and I figure out I need to install the linux-jdk13 port > first. Okay, that's fine with me, and now the compile seems to be > working correctly, but I thought, why isn't the linux-jdk13 listed as a > dependency of the native jdk13 port? > > So I looked at the Makefile, and in fact the linux-jdk is listed under > BUILD_DEPENDS there. So my question is, why didn't make go out and try > to install the linux-jdk13 port? Has this happened to anyone else, or > was there something flakey in my setup? > > Chris Jordan > cwjordan@corp.earthlink.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE76/dQv8Bofna59hYRA8ORAKCIIRFTt0QiFRjPeCubgKic5KdSeACfdGBO vFrlZezh9b9eiz+W6RD9Wqo= =HxGq -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 7:35:35 2001 Delivered-To: freebsd-java@freebsd.org Received: from arjun.niksun.com (gwnew.niksun.com [63.148.27.34]) by hub.freebsd.org (Postfix) with ESMTP id 3C5FB37B417 for ; Fri, 9 Nov 2001 07:35:29 -0800 (PST) Received: from niksun.com (arjun.niksun.com [10.0.0.5]) by arjun.niksun.com (8.9.3/8.9.3) with ESMTP id KAA71052 for ; Fri, 9 Nov 2001 10:35:26 -0500 (EST) (envelope-from dragos@niksun.com) Message-ID: <3BEBF7B1.8809A76D@niksun.com> Date: Fri, 09 Nov 2001 10:35:13 -0500 From: Dragos Ilie Organization: NIKSUN Inc. http://www.niksun.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Java Subject: Is the jdk1.3.1 plug-in working? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, Is the native jdk 1.3.1 plug-in working with mozilla? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 9:21: 2 2001 Delivered-To: freebsd-java@freebsd.org Received: from linus.highpoint.edu (linus.highpoint.edu [192.154.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 3158637B41B for ; Fri, 9 Nov 2001 09:20:56 -0800 (PST) Received: (from zhartley@localhost) by linus.highpoint.edu (8.11.2/8.11.2) id fA9HLAD12828 for freebsd-java@FreeBSD.ORG; Fri, 9 Nov 2001 12:21:10 -0500 Date: Fri, 9 Nov 2001 12:21:09 -0500 From: Zach Hartley To: freebsd-java@FreeBSD.ORG Subject: Re: Dependencies of the native jdk13 port Message-ID: <20011109122109.A12344@linus.highpoint.edu> Mail-Followup-To: freebsd-java@FreeBSD.ORG References: <3BEBF5D7.994D76D2@corp.earthlink.net> <20011109103055.N80654-100000@mail.wlcg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011109103055.N80654-100000@mail.wlcg.com>; from rsimmons@wlcg.com on Fri, Nov 09, 2001 at 10:33:33AM -0500 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org How do you build it as a package? Zach Around Fri, Nov 09, 2001 at 10:33:33AM -0500, Rob Simmons said something to the effect of: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > The linux jdk is a build dependency. You do not need the linux jdk to use > the native jdk. In fact, when you are building the native jdk, if you > build it as a package, the only dependencies that the package will have is > for javavmwrapper-1.1. > > Robert Simmons > Systems Administrator > http://www.wlcg.com/ > > On Fri, 9 Nov 2001, Chris Jordan wrote: > > > Hello, > > > > I ran into a slight problem compiling the native jdk13 port (on > > 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, > > I went into /usr/ports/java/jdk13, typed make, followed the instructions > > to download the software and the patch file, typed make again, and I got > > an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around > > with google, and I figure out I need to install the linux-jdk13 port > > first. Okay, that's fine with me, and now the compile seems to be > > working correctly, but I thought, why isn't the linux-jdk13 listed as a > > dependency of the native jdk13 port? > > > > So I looked at the Makefile, and in fact the linux-jdk is listed under > > BUILD_DEPENDS there. So my question is, why didn't make go out and try > > to install the linux-jdk13 port? Has this happened to anyone else, or > > was there something flakey in my setup? > > > > Chris Jordan > > cwjordan@corp.earthlink.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (FreeBSD) > Comment: For info see http://www.gnupg.org > > iD8DBQE76/dQv8Bofna59hYRA8ORAKCIIRFTt0QiFRjPeCubgKic5KdSeACfdGBO > vFrlZezh9b9eiz+W6RD9Wqo= > =HxGq > -----END PGP SIGNATURE----- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message -- Zachary Todd Hartley "Attempted murder. Now honestly, what is that? Do they give a Nobel Prize for attempted chemistry?" --Sideshow Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 9:28:42 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id 2795437B418 for ; Fri, 9 Nov 2001 09:28:38 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fA9HSbv02550; Fri, 9 Nov 2001 12:28:37 -0500 (EST) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) with ESMTP id fA9HSaW02543; Fri, 9 Nov 2001 12:28:36 -0500 (EST) (envelope-from rsimmons@wlcg.com) X-Authentication-Warning: mail.wlcg.com: rsimmons owned process doing -bs Date: Fri, 9 Nov 2001 12:28:33 -0500 (EST) From: Rob Simmons To: Zach Hartley Cc: freebsd-java@freebsd.org Subject: Re: Dependencies of the native jdk13 port In-Reply-To: <20011109122109.A12344@linus.highpoint.edu> Message-ID: <20011109122330.S80654-100000@mail.wlcg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 "make package" This works with all ports. Be careful, since this particular package cannot be redistributed, but within your organization it is ok. Making this package is quite a timesaver when you have a farm of boxes that all need this jdk :) Robert Simmons Systems Administrator http://www.wlcg.com/ On Fri, 9 Nov 2001, Zach Hartley wrote: > How do you build it as a package? > > Zach > > Around Fri, Nov 09, 2001 at 10:33:33AM -0500, Rob Simmons said something to the effect of: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: RIPEMD160 > > > > The linux jdk is a build dependency. You do not need the linux jdk to use > > the native jdk. In fact, when you are building the native jdk, if you > > build it as a package, the only dependencies that the package will have is > > for javavmwrapper-1.1. > > > > Robert Simmons > > Systems Administrator > > http://www.wlcg.com/ > > > > On Fri, 9 Nov 2001, Chris Jordan wrote: > > > > > Hello, > > > > > > I ran into a slight problem compiling the native jdk13 port (on > > > 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, > > > I went into /usr/ports/java/jdk13, typed make, followed the instructions > > > to download the software and the patch file, typed make again, and I got > > > an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around > > > with google, and I figure out I need to install the linux-jdk13 port > > > first. Okay, that's fine with me, and now the compile seems to be > > > working correctly, but I thought, why isn't the linux-jdk13 listed as a > > > dependency of the native jdk13 port? > > > > > > So I looked at the Makefile, and in fact the linux-jdk is listed under > > > BUILD_DEPENDS there. So my question is, why didn't make go out and try > > > to install the linux-jdk13 port? Has this happened to anyone else, or > > > was there something flakey in my setup? > > > > > > Chris Jordan > > > cwjordan@corp.earthlink.net > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-java" in the body of the message > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.0.6 (FreeBSD) > > Comment: For info see http://www.gnupg.org > > > > iD8DBQE76/dQv8Bofna59hYRA8ORAKCIIRFTt0QiFRjPeCubgKic5KdSeACfdGBO > > vFrlZezh9b9eiz+W6RD9Wqo= > > =HxGq > > -----END PGP SIGNATURE----- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message > > -- > Zachary Todd Hartley > "Attempted murder. Now honestly, what is that? > Do they give a Nobel Prize for attempted chemistry?" > --Sideshow Bob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE77BJEv8Bofna59hYRA80WAJ4rqocO2gHa7nMTtwXvKWAmtlVuXACgvV8W aMXQLN8wgGAVtdV6gdfwu4k= =8dKc -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 10:43:21 2001 Delivered-To: freebsd-java@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id 1A15A37B417 for ; Fri, 9 Nov 2001 10:43:20 -0800 (PST) Received: (qmail 5026 invoked by uid 1001); 9 Nov 2001 18:43:29 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15340.9168.974778.42096@zircon.zircon.seattle.wa.us> Date: Fri, 9 Nov 2001 10:43:28 -0800 To: FreeBSD Java Subject: Is the jdk1.3.1 plug-in working? In-Reply-To: <3BEBF7B1.8809A76D@niksun.com> References: <3BEBF7B1.8809A76D@niksun.com> X-Mailer: VM 6.96 under Emacs 21.1.1 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dragos Ilie writes: > Is the native jdk 1.3.1 plug-in working with mozilla? I have successfully compiled and installed the plugin. Unfortunately, it relies on the HotSpot Java VM and I am currently looking at workarounds and other possibilities. I can make the plugin work up to the point of calling JNI_CreateJavaVM, at which point it dies and takes mozilla with it. That was the easy debugging, the hard part comes now in actualling using a debugger to trace it's death in detail... /Joe p.s. Anyone working on HotSpot? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 10:47:34 2001 Delivered-To: freebsd-java@freebsd.org Received: from gnuppy.monkey.org (cx739861-a.dt1.sdca.home.com [24.5.164.61]) by hub.freebsd.org (Postfix) with ESMTP id 8A79A37B418 for ; Fri, 9 Nov 2001 10:47:31 -0800 (PST) Received: from billh by gnuppy.monkey.org with local (Exim 3.32 #1 (Debian)) id 162GgN-0002CZ-00; Fri, 09 Nov 2001 10:47:15 -0800 Date: Fri, 9 Nov 2001 10:47:15 -0800 To: Joe Kelsey Cc: FreeBSD Java Subject: Re: Is the jdk1.3.1 plug-in working? Message-ID: <20011109104715.A8453@gnuppy> References: <3BEBF7B1.8809A76D@niksun.com> <15340.9168.974778.42096@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15340.9168.974778.42096@zircon.zircon.seattle.wa.us> User-Agent: Mutt/1.3.23i From: Bill Huey Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 09, 2001 at 10:43:28AM -0800, Joe Kelsey wrote: > I have successfully compiled and installed the plugin. Unfortunately, > it relies on the HotSpot Java VM and I am currently looking at > workarounds and other possibilities. > > I can make the plugin work up to the point of calling JNI_CreateJavaVM, > at which point it dies and takes mozilla with it. That was the easy > debugging, the hard part comes now in actualling using a debugger to > trace it's death in detail... ... > p.s. Anyone working on HotSpot? Yeah, me technically. ;-) I'm trying to trace down a pretty obscure crash in the native threading implementation that I commited recently and it's getting scarier and scarier as I try to hunt it down. What ever the crash is, it's slipping through the debugging methods I'm using. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 13:49:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5]) by hub.freebsd.org (Postfix) with ESMTP id C17C537B416 for ; Fri, 9 Nov 2001 13:49:53 -0800 (PST) Received: (from root@localhost) by mail.wlcg.com (8.11.6/8.11.6) id fA9Lnr411449 for freebsd-java@freebsd.org; Fri, 9 Nov 2001 16:49:53 -0500 (EST) (envelope-from rsimmons@wlcg.com) Received: from localhost (rsimmons@localhost) by mail.wlcg.com (8.11.6/8.11.6av) with ESMTP id fA9Lnp311442 for ; Fri, 9 Nov 2001 16:49:51 -0500 (EST) (envelope-from rsimmons@wlcg.com) X-Authentication-Warning: mail.wlcg.com: rsimmons owned process doing -bs Date: Fri, 9 Nov 2001 16:49:48 -0500 (EST) From: Rob Simmons To: freebsd-java@freebsd.org Subject: orion Message-ID: <20011109164458.R80654-100000@mail.wlcg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 I upgraded the orion port to the newer one (orion-1.4.5_7). Now that it runs under its own user, it cannot open port 80. I need to run something at port 80 to forward the requests to port 8090. I was thinking about using ipfilter's IPNAT and do rdr between the ports. Another option I was thinking about was running apache on port 80 and using it to proxy for orion. These are both ok with me. I was wondering if anyone out there had other methods that would be better then these two? I would rather not run orion as root again, I think the orion user is a good idea. Robert Simmons Systems Administrator http://www.wlcg.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE77E9/v8Bofna59hYRA+vmAKChk7B0F8I7v2VDKY0QTIbsBpGbzACfRztj pR3Cl1je+zbymDfxLrAhZFo= =Hi+f -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Nov 9 21:21:23 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 427C737B41D for ; Fri, 9 Nov 2001 21:21:19 -0800 (PST) Received: from [166.70.2.58] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 162QZw-0003wm-00; Fri, 09 Nov 2001 22:21:17 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id fAA3Lh091663; Sat, 10 Nov 2001 13:51:43 +1030 (CST) (envelope-from glewis) Date: Sat, 10 Nov 2001 13:50:28 +1030 From: Greg Lewis To: Chris Jordan Cc: freebsd-java@FreeBSD.ORG Subject: Re: Dependencies of the native jdk13 port Message-ID: <20011110135027.A91645@misty.eyesbeyond.com> References: <3BEBF5D7.994D76D2@corp.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BEBF5D7.994D76D2@corp.earthlink.net>; from cwjordan@corp.earthlink.net on Fri, Nov 09, 2001 at 10:27:19AM -0500 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 09, 2001 at 10:27:19AM -0500, Chris Jordan wrote: > I ran into a slight problem compiling the native jdk13 port (on > 4.2-STABLE), I hope someone might have a clue what went wrong. Briefly, > I went into /usr/ports/java/jdk13, typed make, followed the instructions > to download the software and the patch file, typed make again, and I got > an error: "BOOTDIR does not point to a valid Java 2 SDK". I poke around > with google, and I figure out I need to install the linux-jdk13 port > first. Okay, that's fine with me, and now the compile seems to be > working correctly, but I thought, why isn't the linux-jdk13 listed as a > dependency of the native jdk13 port? > > So I looked at the Makefile, and in fact the linux-jdk is listed under > BUILD_DEPENDS there. So my question is, why didn't make go out and try > to install the linux-jdk13 port? Has this happened to anyone else, or > was there something flakey in my setup? The actual problem lies in the linux-jdk13 port. It too requires that the JDK (in this case the Linux bundle from Sun) be downloaded manually. So, when the native port tries to build it as a dependency the linux-jdk13 port will just write a message that you need to download the JDK from Sun and exit (if you haven't downloaded it earlier), apparently successful. The native port then continues on with its business until the build actually starts when the lack of a bootstrapping JDK suddenly bites. The linux-jdk13 port actually needs to error when the distfiles aren't present instead of writing the message and exiting. Then the native port would detect this and stop, allowing the user to take the appropriate action. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 10 9:33:35 2001 Delivered-To: freebsd-java@freebsd.org Received: from cypherpunks.cryptohill.net (sub-168ip36.carats.net [216.152.168.36]) by hub.freebsd.org (Postfix) with ESMTP id 59A3C37B421 for ; Sat, 10 Nov 2001 09:33:24 -0800 (PST) Received: from vangelderen.org (sub-168ip56.carats.net [216.152.168.56]) by cypherpunks.cryptohill.net (Postfix) with ESMTP id 824D11C903 for ; Sat, 10 Nov 2001 13:07:20 -0400 (AST) Message-ID: <3BED5EC5.4060405@vangelderen.org> Date: Sat, 10 Nov 2001 13:07:17 -0400 From: "Jeroen C. van Gelderen" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Java Subject: JVM blocks on /dev/random? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All, I seem to have run into an irritating little problem concerning the (very latest) jdk12-beta port and the /dev/random device on (week-old) -STABLE. As you know, the /dev/random device, when read, delivers random numbers until it runs out, in which case it will return EAGAIN (in the non-blocking case) so you can wait and try again (or poll and get notified) at a later time. With the JDK 1.2 however, reading from /dev/random is peachy until it runs out of randomness. The read call then returns EAGAIN, the Java thread blocks and... never wakes up, despite the fact that randomness has become available. Below you will find a little program that demonstrates the problem when run with 'java_g -Xl9'. The output looks somewhat like this: [...] open(/dev/random) fd: 7 Activating fd=7 onto slot=4 Made 7 nonblocking Read for 1 bytes finished (did not block) on fd: 7 [...] Read for 1 bytes finished (did not block) on fd: 7 Read sez 35, str: Resource temporarily unavailable Read for -1 bytes going to block on fd: 7 NO need for fifo hack on fd: 7 -false: 2nd read for -1 bytes finished on fd: 7 false: 2nd read sez 35, str: Resource temporarily unavailable errno is EAGAIN! queueWait: sys_thread_t 0x8051080 q 0x804c298 mid 0x804c280 queueWait: CONDVAR_WAIT queueSignal: mid 0x804c280 q 0x804c290 sys_thread_t 0x8051080 queueSignal: no waiter, set no monitor owner reschedule: from TID 0x8051080 to TID 0x8051480 Okay, not precisely, the indented six lines are written by my own trace statements inserted in java_g but as you can see the thing reads until read(2) returns EAGAIN upon which the thread blocks (on sysMonitorWait in iomgr.c's read function), never to wake up again. In src/freebsd/hpi/green_threads/src/iomgr.c the read funtion blocks on the following statement: if (sysMonitorWait(self, mon, SYS_TIMEOUT_INFINITY) == SYS_INTRPT) { when I change that to if (sysMonitorWait(self, mon, 1000) == SYS_INTRPT) { the program of course works with a ~1000ms delay, showing that more randomness is indeed available. Digging around a bit more seems to indicate that the JVM does not receive a SIGIO as I would expect but by now it is getting hairy and it seems time to ask the experts... So, does anybody have any idea on how to tackle this problem? :) TIA, Jeroen ------8<------8<------8<------8<------8<------8<------8<------8<------8< import java.io.*; public class Test { private static char[] NIBBLE2HEX = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; public static void main(String[] argv) throws Exception { File dr = new File("/dev/random"); FileInputStream fis = new FileInputStream(dr); while(true) { int b = fis.read(); if( b == -1 ) throw new Exception("-1: EOF"); } } } -- Jeroen C. van Gelderen -- jeroen@vangelderen.org An eye for an eye only ends up making the whole world blind. -- Gandhi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 10 13:38:38 2001 Delivered-To: freebsd-java@freebsd.org Received: from sharmas.dhs.org (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by hub.freebsd.org (Postfix) with ESMTP id 7D86A37B41A for ; Sat, 10 Nov 2001 13:38:35 -0800 (PST) Received: by sharmas.dhs.org (Postfix, from userid 500) id 240BB5E2B9; Sat, 10 Nov 2001 13:38:35 -0800 (PST) Date: Sat, 10 Nov 2001 13:38:35 -0800 From: Arun Sharma To: java@freebsd.org Subject: orp-1.0.7 patch for freebsd Message-ID: <20011110133835.A16358@sharma-home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ for some reason, my earlier mail was rejected ] http://www.sharma-home.net/~adsharma/projects/orp/orp-1.0.7-freebsd.patch.gz What is ORP ? http://sourceforge.net/projects/orp/ -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 10 16:29:28 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.acns.ab.ca (h24-64-56-135.cg.shawcable.net [24.64.56.135]) by hub.freebsd.org (Postfix) with ESMTP id 35DC737B41B for ; Sat, 10 Nov 2001 16:29:20 -0800 (PST) Received: from colnta.acns.ab.ca (colnta.acns.ab.ca [192.168.1.2]) by mail.acns.ab.ca (8.11.6/8.11.3) with ESMTP id fAB0TCb06533 for ; Sat, 10 Nov 2001 17:29:12 -0700 (MST) (envelope-from davidc@colnta.acns.ab.ca) Received: (from davidc@localhost) by colnta.acns.ab.ca (8.11.6/8.11.3) id fAB0TCk92689 for freebsd-java@freebsd.org; Sat, 10 Nov 2001 17:29:12 -0700 (MST) (envelope-from davidc) Date: Sat, 10 Nov 2001 17:29:12 -0700 From: Chad David To: freebsd-java@freebsd.org Subject: Source to give away. Message-ID: <20011110172912.A92518@colnta.acns.ab.ca> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This spring I sold my part of a software company that I had helped start that focused primarily on Java development. As part of the sale I was given all of the source that had been developed over the last four years, but since then I have had little interest in Java, and the code has been just left to die. I have asked a few local companies if they are interested, but in general the "not invented here" attitude is fairly strong, and as I have no intention of continuing the development I am considering releasing it as under a BSD style license. If anybody is interested in any of this please feel free to contact me, and I can arrange to get you access to it. Before I can actually release the code I need to change the license headers etc. which I'm not going to do "before" someone is interested. For an example of the coding style etc. take a look at http://www.acns.ab.ca/mclass The code consists of the following (and more): (NOTE: All of this code is written in Java) General utility classes: (for example) Directed Graph Implementation Thread Safe Queue Implementation RadixTreeSet Static Logging Class Class File Parser DirClassLoader (uses class file parser). Inter-Thread Event Framework DirectoryTree build (sort of like find for java apps). ... and more General GUI utility classes Directed Graph Panel Simple Wizard Time Line Buttons and Button Panels Calendars Date Text Field Table Model Sorter Tree table (like Sun's example) ... and more Simple Crypto Classes CryptPassword Prime generator SecureHash wrappers TwoFish CryptObject wrapper ... and more SQL and JDBC Stuff SQL Grammar (Tested with Oracle and Postgresql syntax) JDBC database -> JDBC database clone app. Relational Model -> Java Class and Source Generator. This is a system that I wrote based upon research work that we did for Nortel and others. At the lowest level it generates classes and methods for given data model based upon the tables, columns, and foreign keys. There is a full app in beta form that actually generates server side data objects, servers side RPC end points, client side RPC stubs, client side data objects, and a final client object for use within an app. All of the layers are maintains within a directed graph, so code generation can be affected by adding "virtual" nodes. As an example we added virtual RPC end points that were really legacy classes that had nothing to do with the database. One of the developers who assisted me on this system was almost to the point of generating client side GUIs as well. So basically you create a data model, and the system generates the rest of the app. There is a complete GUI for this system as well. ... and a lot more Application Server High Performance App Server. Not J2EE, but a lot of the framework is in place. This could be a project unto itself, and actually is within my old company. This app is currently in production within a number of companies including a national telco. Source Generation Framework Class framework for implementing code generators. I wrote this after I got tired of writing source code within source code... 3D and 2D Mapping Canvas Written for use within Seismic mapping applications be a developer who really does understand this type of programming. Dynamic Appliction Distribusion System Basically a server and network class loader implementation that really does work. This system is in production within a number of companies. HTML Support code An entire servlet support environment that handles the building of large web based sites. Includes most standard HTML widgets, as well as very complex tables, and tree tables. (* I don't really know much about this stuff *) Distributed Object Server (Research) My team wrote this mostly as a research project, but actually got it far enough along that we could move GUI apps within a Server from one machine to another. For example you could move a word processor from your desk to another desk or to your home without closing it. A Source -> Jar file manager. Creates a jar file from a source tree and any number of other jar/zip files. Accounting and Project Management System Just like it says. This app was written in house based upon the needs of a research/consulting shop. It is a server (over postgresql.. or any other JDBC capable database I guess), with distributed clients who each have access to a given set of modules. Modules include things like contact management, hour tracking, project management, billing etc.. The app actually generates invoices for the company based upon an XSLT template. Distributed Web Server Loader Tester Again like it says. Basically a server that acts as a proxy for your web brower. You surf your website and it records your path, then it can distrubute your actions out to a number of clients, and have them hit the servers with X requests across Y threads. The cool part is that it graphs the results across runnings to the detail of each individual URL. Good for finding slow spots. (Microsoft has an app much like this I think). There is a bunch of other stuff as well, but I think you get the point :). I am not currently subscribed for -java, so please direct any questions to me. Thanks for you time. -- Chad David davidc@acns.ab.ca ACNS Inc. Calgary, Alberta Canada "When Linux was first ported to the Furby platform, it suffered from significant stability and performance problems, which gave the Furby an unfortunate reputation as being unsuitable for enterprise-level computing." -- furbeowulf site To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 10 19: 3:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id C403937B41F for ; Sat, 10 Nov 2001 19:03:54 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.12.1/8.12.1) id fAB32onm025952; Sat, 10 Nov 2001 22:02:50 -0500 (EST) Date: Sat, 10 Nov 2001 22:02:50 -0500 (EST) From: Daniel Eischen To: Chad David Cc: freebsd-java@FreeBSD.ORG Subject: Re: Source to give away. In-Reply-To: <20011110172912.A92518@colnta.acns.ab.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm kind of interested in some of your software, particularly anything GUI-related. We're developing an embedded application in Personal Java (no Swing) for a VxWorks target and might be able to make use of some of your software. Thanks, -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Nov 10 23: 7:30 2001 Delivered-To: freebsd-java@freebsd.org Received: from ash25.adelaide.on.net (mail.internode.on.net [203.16.214.248]) by hub.freebsd.org (Postfix) with ESMTP id ECEC637B422 for ; Sat, 10 Nov 2001 23:07:27 -0800 (PST) Received: from vee.net ([203.18.245.2]) by internode.on.net (PMDF V6.0-24 #37831) with ESMTP id <01KAL2VSRB2S001GUD@internode.on.net> for freebsd-java@FreeBSD.ORG; Sun, 11 Nov 2001 17:05:52 +1030 Date: Sun, 11 Nov 2001 17:05:05 +1030 From: Mike Gratton Subject: Re: Source to give away. To: Chad David Cc: freebsd-java@FreeBSD.ORG Message-id: <3BEE1C19.3040206@vee.net> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en-au, en-gb, en-us User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011109 References: <20011110172912.A92518@colnta.acns.ab.ca> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chad David wrote: > > I have asked a few local companies if they are interested, but > in general the "not invented here" attitude is fairly strong, > and as I have no intention of continuing the development I am > considering releasing it as under a BSD style license. Hmm, that's what I'd do. Open a project on Sourceforge and release it under a suitable license That way anyone can get access to the code and people may even improve it. It probably wouldn't be too much work. In any case, I'd be interested in the SQL/JDBC stuff and the Dynamic Appliction Distribusion System, if it was licensed suitably. Cheers, Mike. -- Mike Gratton "Every motive escalate." Blatant self-promotion: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message