From owner-freebsd-java@FreeBSD.ORG Mon Oct 30 11:08:28 2006 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38F16A511 for ; Mon, 30 Oct 2006 11:08:28 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45C743D64 for ; Mon, 30 Oct 2006 11:08:26 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9UB8Qqa085912 for ; Mon, 30 Oct 2006 11:08:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9UB8P4k085907 for freebsd-java@FreeBSD.org; Mon, 30 Oct 2006 11:08:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Oct 2006 11:08:25 GMT Message-Id: <200610301108.k9UB8P4k085907@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 11:08:28 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes on 4.9 works f java/72151 java JVM crash on 5.2.1-R o java/76631 java any port linux-*-jdk12 will core dump if using linux_b o ports/100529 java linux-sun-jdk1.4.2_12 coredumps on FreeBSD 4.x o java/104627 java Makefile jdk14 broken 6 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires f ports/91244 java Bad instruction on making process of jdk14 o java/97461 java Diablo JDK does not report Update level in a format su 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Oct 30 13:24:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA216A565 for ; Mon, 30 Oct 2006 13:24:27 +0000 (UTC) (envelope-from freebsd@bsd.miki.eu.org) Received: from k2.ma.krakow.pl (k2.ma.krakow.pl [62.121.133.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E11843D5D for ; Mon, 30 Oct 2006 13:24:25 +0000 (GMT) (envelope-from freebsd@bsd.miki.eu.org) Received: from bsd.miki.eu.org (root@bsd.miki.eu.org [62.121.133.131]) by k2.ma.krakow.pl (8.13.8/8.13.7) with ESMTP id k9UDO4bM053690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 30 Oct 2006 14:24:09 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Received: from [192.168.0.101] (host-ip194-227.crowley.pl [62.111.227.194]) (authenticated bits=0) by bsd.miki.eu.org (8.13.8/8.13.6) with ESMTP id k9UDNtNV026331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 30 Oct 2006 14:24:04 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Message-ID: <4545FCE9.10907@bsd.miki.eu.org> Date: Mon, 30 Oct 2006 14:23:53 +0100 From: freebsd user User-Agent: Thunderbird 1.5.0.5 (X11/20060815) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2131/Sun Oct 29 23:00:12 2006 on k2.ma.krakow.pl X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on k2.ma.krakow.pl Subject: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 13:24:28 -0000 Hi, I run native jdk1.5 on FreeBSD 6.1. Without almost any problems ;-) Usual stuff: tomcat, struts, hibernate . I've started recently new distributed project based on a RMI technology. I'm developing it both on Linux and FreeBSD. The linux environment gives me no problems, everything 'just works' ;-) Unfortunately I have a lot of problems on the FreeBSD side. rmiregistry uses a lot of cpu power, up to 100%. Binding services to registry is very unpredictable: sometimes it works, sometimes don't. I have no idea why. I do 'kill -9' to rmiregistry and all java processes to rebind again, but with no success. The exception says: INFO 2006-10-29 17:33:51 RMIRepositoryServerImpl:main - Exception in main() java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306) at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source) at xxx.server.rmi.RMIRepositoryServerImpl.main(RMIRepositoryServerImpl.java:69) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at java.io.BufferedInputStream.read(BufferedInputStream.java:235) at java.io.DataInputStream.readByte(DataInputStream.java:241) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215) Of course RMI port is open, I can telnet to it with no problems. There's no firewall. Do you guys use RMI with FreeBSD? From owner-freebsd-java@FreeBSD.ORG Mon Oct 30 23:52:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5B616A4E0 for ; Mon, 30 Oct 2006 23:52:28 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311A743D6E for ; Mon, 30 Oct 2006 23:51:52 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 423 invoked from network); 31 Oct 2006 10:51:52 +1100 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 31 Oct 2006 10:51:52 +1100 Date: Tue, 31 Oct 2006 10:51:49 +1100 From: Norberto Meijome To: freebsd user Message-ID: <20061031105149.4f67bf5e@localhost> In-Reply-To: <4545FCE9.10907@bsd.miki.eu.org> References: <4545FCE9.10907@bsd.miki.eu.org> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 23:52:28 -0000 On Mon, 30 Oct 2006 14:23:53 +0100 freebsd user wrote: > INFO 2006-10-29 17:33:51 RMIRepositoryServerImpl:main - Exception in > main() > java.rmi.ConnectIOException: error during JRMP connection establishment; > nested exception is: > java.net.SocketTimeoutException: Read timed out > at > sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274) > at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) do you have any firewall in place dropping packets to that tcp port? (dropping, instead of blocking, as block would send a RST or other, giving an almost instant failure) B _________________________ {Beto|Norberto|Numard} Meijome "As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality." Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Tue Oct 31 00:33:32 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7078816A416 for ; Tue, 31 Oct 2006 00:33:32 +0000 (UTC) (envelope-from freebsd@bsd.miki.eu.org) Received: from k2.ma.krakow.pl (k2.ma.krakow.pl [62.121.133.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F0E43D70 for ; Tue, 31 Oct 2006 00:33:27 +0000 (GMT) (envelope-from freebsd@bsd.miki.eu.org) Received: from bsd.miki.eu.org (root@bsd.miki.eu.org [62.121.133.131]) by k2.ma.krakow.pl (8.13.8/8.13.7) with ESMTP id k9V0XOTa006905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Oct 2006 01:33:24 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Received: from [192.168.0.101] (host-ip194-227.crowley.pl [62.111.227.194]) (authenticated bits=0) by bsd.miki.eu.org (8.13.8/8.13.6) with ESMTP id k9V0XIZn060437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Oct 2006 01:33:23 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Message-ID: <454699CE.20609@bsd.miki.eu.org> Date: Tue, 31 Oct 2006 01:33:18 +0100 From: freebsd user User-Agent: Thunderbird 1.5.0.5 (X11/20060815) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4545FCE9.10907@bsd.miki.eu.org> <20061031105149.4f67bf5e@localhost> In-Reply-To: <20061031105149.4f67bf5e@localhost> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2132/Mon Oct 30 20:42:34 2006 on k2.ma.krakow.pl X-Virus-Status: Clean X-Spam-Status: No, score=-3.1 required=5.0 tests=ALL_TRUSTED,BAYES_00, INFO_TLD autolearn=ham version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on k2.ma.krakow.pl Subject: Re: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 00:33:32 -0000 Norberto Meijome wrote: > do you have any firewall in place dropping packets to that tcp port? (dropping, > instead of blocking, as block would send a RST or other, giving an almost > instant failure) > No, no firewall: hp# ipfw show 65535 59810 27838587 allow ip from any to any hp# BTW I can locate registry, I just can't register a service. This is my main method: public static void main(String[] args) { try { log.info("Starting server..."); log.debug("Creating instance of server class"); RMIRepositoryServer server = new RMIRepositoryServerImpl(); log.debug("Locating registry"); Registry registry = LocateRegistry.getRegistry(); log.debug("Rebinding with name: " + SERVER_NAME); registry.bind(SERVER_NAME, server); log.info("Server bound to registry, ready for connections."); } catch (Exception e) { log.info("Exception in main()", e); } } And the results (from the ant task): run_server: [java] Executing '/usr/local/jdk1.5.0/jre/bin/java' with arguments: [java] '-Djava.rmi.server.codebase=http://localhost/~miki/repobrowser-stubs.jar' [java] '-Djava.rmi.server.hostname=localhost' [java] '-classpath' [java] '/home/miki/workspace/RepoBrowser/build/build-server/repobrowser-server.jar:/home/m iki/workspace/RepoBrowser/build/build-core/repobrowser-core.jar:/home/miki/workspace/RepoBrowse r/build/build-core:/home/miki/workspace/RepoBrowser/build/build-api/repobrowser-api.jar:/home/m iki/workspace/RepoBrowser/lib/antlr-2.7.6rc1.jar:/home/miki/workspace/RepoBrowser/lib/asm-attrs .jar:/home/miki/workspace/RepoBrowser/lib/asm.jar:/home/miki/workspace/RepoBrowser/lib/cglib-2. 1.3.jar:/home/miki/workspace/RepoBrowser/lib/commons-beanutils.jar:/home/miki/workspace/RepoBro wser/lib/commons-collections-3.2.jar:/home/miki/workspace/RepoBrowser/lib/commons-digester.jar: /home/miki/workspace/RepoBrowser/lib/commons-lang-2.1.jar:/home/miki/workspace/RepoBrowser/lib/ commons-logging.jar:/home/miki/workspace/RepoBrowser/lib/dom4j-1.6.1.jar:/home/miki/workspace/R epoBrowser/lib/ehcache-1.2.3.jar:/home/miki/workspace/RepoBrowser/lib/hibernate3.jar:/home/miki /workspace/RepoBrowser/lib/jsp-api.jar:/home/miki/workspace/RepoBrowser/lib/jta.jar:/home/miki/ workspace/RepoBrowser/lib/log4j-1.2.11.jar:/home/miki/workspace/RepoBrowser/lib/postgresql-8.1- 405.jdbc3.jar:/home/miki/workspace/RepoBrowser/lib/servlet-api.jar' [java] 'xxxserver.rmi.RMIRepositoryServerImpl' [java] [java] The ' characters around the executable and arguments are [java] not part of the command. [java] INFO 2006-10-31 00:28:00 RMIRepositoryServerImpl:main - Starting server... [java] DEBUG 2006-10-31 00:28:00 RMIRepositoryServerImpl:main - Creating instance of serve r class [java] DEBUG 2006-10-31 00:28:09 RMIRepositoryServerImpl:main - Locating registry [java] DEBUG 2006-10-31 00:28:09 RMIRepositoryServerImpl:main - Rebinding with name: RMIRe positoryServer [java] INFO 2006-10-31 00:29:09 RMIRepositoryServerImpl:main - Exception in main() [java] java.rmi.ConnectIOException: error during JRMP connection establishment; nested exc eption is: [java] java.net.SocketTimeoutException: Read timed out [java] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274) [java] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) [java] at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306) [java] at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source) [java] at xxx.server.rmi.RMIRepositoryServerImpl.main(RMIReposito ryServerImpl.java:71) [java] Caused by: java.net.SocketTimeoutException: Read timed out [java] at java.net.SocketInputStream.socketRead0(Native Method) [java] at java.net.SocketInputStream.read(SocketInputStream.java:129) [java] at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) [java] at java.io.BufferedInputStream.read(BufferedInputStream.java:235) [java] at java.io.DataInputStream.readByte(DataInputStream.java:241) [java] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215) [java] ... 4 more From owner-freebsd-java@FreeBSD.ORG Tue Oct 31 00:37:51 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC3B16A415 for ; Tue, 31 Oct 2006 00:37:51 +0000 (UTC) (envelope-from freebsd@bsd.miki.eu.org) Received: from k2.ma.krakow.pl (k2.ma.krakow.pl [62.121.133.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B1743D4C for ; Tue, 31 Oct 2006 00:37:45 +0000 (GMT) (envelope-from freebsd@bsd.miki.eu.org) Received: from bsd.miki.eu.org (root@bsd.miki.eu.org [62.121.133.131]) by k2.ma.krakow.pl (8.13.8/8.13.7) with ESMTP id k9V0bgqZ007282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Oct 2006 01:37:42 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Received: from [192.168.0.101] (host-ip194-227.crowley.pl [62.111.227.194]) (authenticated bits=0) by bsd.miki.eu.org (8.13.8/8.13.6) with ESMTP id k9V0bf0U060630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Oct 2006 01:37:42 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Message-ID: <45469AD5.9050702@bsd.miki.eu.org> Date: Tue, 31 Oct 2006 01:37:41 +0100 From: freebsd user User-Agent: Thunderbird 1.5.0.5 (X11/20060815) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4545FCE9.10907@bsd.miki.eu.org> In-Reply-To: <4545FCE9.10907@bsd.miki.eu.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2132/Mon Oct 30 20:42:34 2006 on k2.ma.krakow.pl X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on k2.ma.krakow.pl Subject: Re: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 00:37:51 -0000 freebsd user wrote: > rmiregistry uses a lot of cpu power, up to 100%. BTW: is it normal that one can not kill rmiregistry with Ctrl-C? I have to open another console and do kill -9... From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 10:41:25 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB6216A415 for ; Wed, 1 Nov 2006 10:41:25 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F8243D49 for ; Wed, 1 Nov 2006 10:41:24 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id kA1AfLoM000288; Wed, 1 Nov 2006 19:41:22 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 01 Nov 2006 19:41:21 +0900 (JST) Message-Id: <20061101.194121.74752011.ken@tydfam.jp> To: kay.abendroth@raxion.net From: Yamada Ken Takeshi In-Reply-To: <453E6F13.4040903@raxion.net> References: <453E6F13.4040903@raxion.net> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=8.0 tests=CONTENT_TYPE_PRESENT, X_MAILER_PRESENT autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: freebsd-java@freebsd.org Subject: Re: Problem in client-vm of diablo-jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 10:41:26 -0000 Are there any plan to fix this? or already fixed? From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 18:33:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A8116A40F for ; Wed, 1 Nov 2006 18:33:22 +0000 (UTC) (envelope-from mikem2005@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C608243D5A for ; Wed, 1 Nov 2006 18:33:21 +0000 (GMT) (envelope-from mikem2005@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1802947nzf for ; Wed, 01 Nov 2006 10:33:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=gNe6dzolcY049xaHmA6hMH0Q5UOagq4ntX7MrYKedKUACX4QY4hw+gBVqKVl3St3O1nKwxpMXeu+stuHcqGrTUQdy557y10dI30aDupWr9DBR7CaD9uT7O89aabGfOItLv/dbuvAC2ZIheWXxRJ8LkIesK/tcF4uUV3mFw1iP5U= Received: by 10.35.65.17 with SMTP id s17mr9385132pyk; Wed, 01 Nov 2006 10:33:20 -0800 (PST) Received: by 10.35.135.11 with HTTP; Wed, 1 Nov 2006 10:33:20 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 13:33:20 -0500 From: "Michael Matczynski" Sender: mikem2005@gmail.com To: freebsd-java@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 60fe3262a633c04f Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:33:22 -0000 Hello! I'm trying to use Java on a FreeBSD 4.8-STABLE computer, but unfortunately only Kaffe 1.0.7 is installed (Java 1.1 support). I've noticed that the FreeBSD java ports page indicates that the JDK 1.4 port is supported on 4.8. However, after reading BUILD I see that a working Java SDK 1.4.x is required to bootstrap. Any suggestions on making this work or where to start? Thanks, Mike -- Michael Matczynski e: mjm@alum.mit.edu w: www.zingtech.com w: www.catchwine.com From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 18:56:10 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03C216A504 for ; Wed, 1 Nov 2006 18:56:10 +0000 (UTC) (envelope-from kay.abendroth@raxion.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C03F43D8C for ; Wed, 1 Nov 2006 18:55:59 +0000 (GMT) (envelope-from kay.abendroth@raxion.net) Received: from [217.85.102.79] (helo=[10.0.0.10]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1GfLFY0SLW-0004az; Wed, 01 Nov 2006 19:55:46 +0100 Message-ID: <4548EDAE.50302@raxion.net> Date: Wed, 01 Nov 2006 19:55:42 +0100 From: Kay Abendroth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Yamada Ken Takeshi References: <453E6F13.4040903@raxion.net> <20061101.194121.74752011.ken@tydfam.jp> In-Reply-To: <20061101.194121.74752011.ken@tydfam.jp> X-Enigmail-Version: 0.94.1.0 OpenPGP: id=4CCBF36C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:b74ade515889ad97333045239a316a52 Cc: freebsd-java@freebsd.org Subject: Re: Problem in client-vm of diablo-jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:56:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I also hope this will be investigated/fixed, and want to contribute if I can, but until now, no one of the java-freebsd-officials has replied to this bug(s). Yamada Ken Takeshi wrote: > Are there any plan to fix this? or already fixed? > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iQEVAwUBRUjtrv6xkxz4DngiAQjXGAgAqiDI8X1ug3Ipg6aQlkYk6cNVabTVuCKg jl8aHdGZ7i7PtpulFOmsgKIISJ/k5YLVsHFc4QHG7tjBdYUZKTxvEyB9Ov4QRc4Z yILqaQNNH9wG9fv/VDODie1qtHL2NaQjKFFcoudMlx3TI/GtB/B5FAxCKTWREsJL Yl7Nrq4eLAbziAVWphXM2M5h3SoghF1Vy9R9c7uasLZeZfKcFKcuLn6bDTFGbdbf FGXMpswx5zn0z/BX7HjUZEPt74VTD5e/ki+CXC9xJPhbTuJgjCsUPBGQb+a1s8jy /nQf6bEhjj2OV3pXpGQMwxDDgqeLusJtmkitV6//z4l173QSDYWdWQ== =CCzk -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 18:58:49 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CC216A504 for ; Wed, 1 Nov 2006 18:58:49 +0000 (UTC) (envelope-from wfe.dehaan@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C1E43DC9 for ; Wed, 1 Nov 2006 18:58:27 +0000 (GMT) (envelope-from wfe.dehaan@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1919930wxd for ; Wed, 01 Nov 2006 10:57:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jn/8nmGlWf+dgcLix8owqD6pDjsQhiqyM0ofmTpjwICiM4bJRcJ9Iiw4hnq5O5w0Cmgqk5NHGSnbDDx7DyQkgl+jkUnPBGrmujJHms4XihkmlZ4EXevuOc40mI+btLpZLUtBdxLaM7Ux4dVpIQK8ytRxCnT7uP3qR0oD7ftK7d8= Received: by 10.70.100.1 with SMTP id x1mr9983557wxb; Wed, 01 Nov 2006 10:57:56 -0800 (PST) Received: by 10.70.112.5 with HTTP; Wed, 1 Nov 2006 10:57:56 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 19:57:56 +0100 From: "Ernst de Haan" To: "Michael Matczynski" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-java@freebsd.org Subject: Re: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 18:58:49 -0000 Michael, > I'm trying to use Java on a FreeBSD 4.8-STABLE computer, but unfortunately > only Kaffe 1.0.7 is installed (Java 1.1 support). I've noticed that the > FreeBSD java ports page indicates that the JDK 1.4 port is supported on 4.8. > However, after reading BUILD I see that a working Java SDK 1.4.x is required > to bootstrap. > > Any suggestions on making this work or where to start? I've been away for awhile, but last time I checked, you would typically: - enable Linux emulation (if it's not enabled) - install a (binary) Linux JDK - build the native JDK from source - uninstall the binary Linux JDK - disable the Linux emulation (if appropriate) Cheers, Ernst From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 19:05:36 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D1A16A40F for ; Wed, 1 Nov 2006 19:05:36 +0000 (UTC) (envelope-from kay.abendroth@raxion.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF2643D45 for ; Wed, 1 Nov 2006 19:05:35 +0000 (GMT) (envelope-from kay.abendroth@raxion.net) Received: from [217.85.102.79] (helo=[10.0.0.10]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1GfLOj2U2o-0006qA; Wed, 01 Nov 2006 20:05:14 +0100 Message-ID: <4548EFE8.9070705@raxion.net> Date: Wed, 01 Nov 2006 20:05:12 +0100 From: Kay Abendroth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.94.1.0 OpenPGP: id=4CCBF36C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:b74ade515889ad97333045239a316a52 Cc: Michael Matczynski Subject: Re: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 19:05:36 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Most (if not all) of the steps and files needed, will be described if you jump in and type: cd /usr/ports/java/jdk14 && make install clean Ernst de Haan wrote: [...] > - enable Linux emulation (if it's not enabled) > - install a (binary) Linux JDK > - build the native JDK from source > - uninstall the binary Linux JDK > - disable the Linux emulation (if appropriate) > > Cheers, > > > Ernst > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iQEVAwUBRUjv6P6xkxz4DngiAQi5mgf+NfzFGd+QPFpBg4nGbrhe832tw+1iMGix nT1uc2kepXfZT8P5auWGc6W/F1bYNVKniQqJb3Vmf3Z9fnM5UUSPFODEh1+jJ6sI v1Ov46YQfHpqX9RH//CvXzxA+C+S7rIbCHfIdfsGXFkjpANWeYgzWZUzM1N4BSMT z9d6CQjSYH2L21fGW4ySb0ydJ8ue2drVQjuptyp3bXMZyUqYL85AyALkzZ5BEq9/ l23yKAVZ88WZXAqqYVBI/U8VRbcmaNdQNPi7KplBp8wt/RxoZnw+Y+AfOmZDjXoa DQIe59M5qADIJj0h2drEVyhX3e2rSrYCRdZoKxDG0pSEHs7Zqn9Nqw== =gfKy -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 19:30:21 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5317C16A40F for ; Wed, 1 Nov 2006 19:30:21 +0000 (UTC) (envelope-from mikem2005@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DB143D53 for ; Wed, 1 Nov 2006 19:30:20 +0000 (GMT) (envelope-from mikem2005@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so1815719nzf for ; Wed, 01 Nov 2006 11:30:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=soowBprJMz/LnDzBYasZKAKYMqy/yX1/HXfNrV7sEWo8PBPgU+8g32uDE6K4uKtsWW8GfkXiGxmtl8fBFdDxOidGQX2fD0mbvFx4zEA1jNa/MXPB/Qwtlsz+xrZJRe3QsUQZ0XsUXHBEolng0V2i4ZSPJdPM/liit/7bBa6Z0DY= Received: by 10.35.21.1 with SMTP id y1mr9592959pyi; Wed, 01 Nov 2006 11:30:19 -0800 (PST) Received: by 10.35.135.11 with HTTP; Wed, 1 Nov 2006 11:30:19 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 14:30:19 -0500 From: "Michael Matczynski" Sender: mikem2005@gmail.com To: "Kay Abendroth" In-Reply-To: <4548EFE8.9070705@raxion.net> MIME-Version: 1.0 References: <4548EFE8.9070705@raxion.net> X-Google-Sender-Auth: 322e278d3f440901 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org Subject: Re: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 19:30:21 -0000 Thanks for the prompt replies! The system I'm working on doesn't grant access to /usr/ports. Is it possible to obtain the jdk14 package and build in a local directory? Thanks, Mike On 11/1/06, Kay Abendroth wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > Most (if not all) of the steps and files needed, will be described > if > you jump in and type: > > cd /usr/ports/java/jdk14 && make install clean > > > > Ernst de Haan wrote: > [...] > > - enable Linux emulation (if it's not enabled) > > - install a (binary) Linux JDK > > - build the native JDK from source > > - uninstall the binary Linux JDK > > - disable the Linux emulation (if appropriate) > > > > Cheers, > > > > > > Ernst > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (MingW32) > > iQEVAwUBRUjv6P6xkxz4DngiAQi5mgf+NfzFGd+QPFpBg4nGbrhe832tw+1iMGix > nT1uc2kepXfZT8P5auWGc6W/F1bYNVKniQqJb3Vmf3Z9fnM5UUSPFODEh1+jJ6sI > v1Ov46YQfHpqX9RH//CvXzxA+C+S7rIbCHfIdfsGXFkjpANWeYgzWZUzM1N4BSMT > z9d6CQjSYH2L21fGW4ySb0ydJ8ue2drVQjuptyp3bXMZyUqYL85AyALkzZ5BEq9/ > l23yKAVZ88WZXAqqYVBI/U8VRbcmaNdQNPi7KplBp8wt/RxoZnw+Y+AfOmZDjXoa > DQIe59M5qADIJj0h2drEVyhX3e2rSrYCRdZoKxDG0pSEHs7Zqn9Nqw== > =gfKy > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- Michael Matczynski e: mjm@alum.mit.edu c: 617-388-4606 w: www.zingtech.com w: www.catchwine.com From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 21:12:38 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E4016A403 for ; Wed, 1 Nov 2006 21:12:38 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E34243D68 for ; Wed, 1 Nov 2006 21:12:29 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 1 Nov 2006 16:12:23 -0500 Message-ID: <45490DB6.5050809@appriss.com> Date: Wed, 01 Nov 2006 16:12:22 -0500 From: David Sledge User-Agent: Thunderbird 1.5.0.7 (X11/20061024) MIME-Version: 1.0 To: Yamada Ken Takeshi References: <453E6F13.4040903@raxion.net> <20061101.194121.74752011.ken@tydfam.jp> In-Reply-To: <20061101.194121.74752011.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Nov 2006 21:12:23.0695 (UTC) FILETIME=[6CE0A1F0:01C6FDFA] Cc: kay.abendroth@raxion.net, freebsd-java@freebsd.org Subject: Re: Problem in client-vm of diablo-jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 21:12:38 -0000 Yamada Ken Takeshi wrote: > Are there any plan to fix this? or already fixed? > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > It should be fixed. The new shar file has been uploaded to the server. http://www.freshdevonrails.com . From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 21:21:46 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1770416A40F for ; Wed, 1 Nov 2006 21:21:46 +0000 (UTC) (envelope-from freebsd@bsd.miki.eu.org) Received: from k2.ma.krakow.pl (k2.ma.krakow.pl [62.121.133.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6496E43D83 for ; Wed, 1 Nov 2006 21:21:26 +0000 (GMT) (envelope-from freebsd@bsd.miki.eu.org) Received: from bsd.miki.eu.org (root@bsd.miki.eu.org [62.121.133.131]) by k2.ma.krakow.pl (8.13.8/8.13.7) with ESMTP id kA1LLMIn014822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 1 Nov 2006 22:21:22 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Received: from [192.168.0.101] (host-ip194-227.crowley.pl [62.111.227.194]) (authenticated bits=0) by bsd.miki.eu.org (8.13.8/8.13.6) with ESMTP id kA1LLKKd052096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 1 Nov 2006 22:21:21 +0100 (CET) (envelope-from freebsd@bsd.miki.eu.org) Message-ID: <45490FD0.7050909@bsd.miki.eu.org> Date: Wed, 01 Nov 2006 22:21:20 +0100 From: freebsd user User-Agent: Thunderbird 1.5.0.5 (X11/20060815) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4545FCE9.10907@bsd.miki.eu.org> In-Reply-To: <4545FCE9.10907@bsd.miki.eu.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2141/Wed Nov 1 18:16:55 2006 on k2.ma.krakow.pl X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on k2.ma.krakow.pl Subject: Re: RMI problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 21:21:46 -0000 freebsd user wrote: > I run native jdk1.5 on FreeBSD 6.1. Without almost any problems ;-) > Usual stuff: tomcat, struts, hibernate . Switching to diablo-jdk solved the problem. From owner-freebsd-java@FreeBSD.ORG Wed Nov 1 21:23:00 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0024616A503 for ; Wed, 1 Nov 2006 21:22:59 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE6243D7D for ; Wed, 1 Nov 2006 21:22:31 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 1 Nov 2006 16:22:25 -0500 Message-ID: <45491010.8070204@appriss.com> Date: Wed, 01 Nov 2006 16:22:24 -0500 From: David Sledge User-Agent: Thunderbird 1.5.0.7 (X11/20061024) MIME-Version: 1.0 To: David Sledge References: <453E6F13.4040903@raxion.net> <20061101.194121.74752011.ken@tydfam.jp> <45490DB6.5050809@appriss.com> In-Reply-To: <45490DB6.5050809@appriss.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Nov 2006 21:22:25.0497 (UTC) FILETIME=[D3945490:01C6FDFB] Cc: Yamada Ken Takeshi , kay.abendroth@raxion.net, freebsd-java@freebsd.org Subject: Re: Problem in client-vm of diablo-jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 21:23:00 -0000 David Sledge wrote: > > > Yamada Ken Takeshi wrote: >> Are there any plan to fix this? or already fixed? >> >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> > > It should be fixed. The new shar file has been uploaded to the server. > http://www.freshdevonrails.com . > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" Sorry, I just saw I replied on the wrong thread. The fix was for eclipse 3.2.1 not the client-vm. From owner-freebsd-java@FreeBSD.ORG Thu Nov 2 10:32:46 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CFF16A412 for ; Thu, 2 Nov 2006 10:32:46 +0000 (UTC) (envelope-from kay.abendroth@raxion.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC28C43D5A for ; Thu, 2 Nov 2006 10:32:45 +0000 (GMT) (envelope-from kay.abendroth@raxion.net) Received: from [217.85.110.80] (helo=[10.0.0.10]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1GfZrJ2APt-0004dr; Thu, 02 Nov 2006 11:31:42 +0100 Message-ID: <4549C90B.20700@raxion.net> Date: Thu, 02 Nov 2006 11:31:39 +0100 From: Kay Abendroth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Michael Matczynski References: <4548EFE8.9070705@raxion.net> In-Reply-To: X-Enigmail-Version: 0.94.1.0 OpenPGP: id=4CCBF36C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:b74ade515889ad97333045239a316a52 Cc: freebsd-java@freebsd.org Subject: Re: Java on FreeBSD 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 10:32:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Michael Matczynski wrote: > Thanks for the prompt replies! > > The system I'm working on doesn't grant access to /usr/ports. Is it > possible to obtain the jdk14 package and build in a local directory? > [...] Well, without /usr/ports it will be difficult: 1.) Since you have to deal with 4.8 you can't use Java JDK and JRE 5.0 Update 7 binaries from www.freebsdfoundation.org . 2.) So you have to built from source and this means bootstrap. 3.) Bootstrapping means Linux support on your FreeBSD- machine. Does your machine have Linux-Emulation enabled[1]? If the answer is no here, and you can't turn it on (which I believe since you have no access to /usr/ports), you can't install Java. 4.) Otherwise you probably should download [2] and build/ install everything needed in your home directory. Make sure you set the following make variables to suite your special situation: PORTSDIR (e.g. /usr/home/max/ports) DESTDIR (e.g. /usr/home/max/test). Since I never tried that, I can't say for sure, if it works. Good luck ;-) Kay [1] For instance output of `df` should contain a line like this: linprocfs 4.0K 4.0K 0B 100% /usr/compat/linux/proc [2] ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-stable/ports.tar.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) iQEVAwUBRUnJC/6xkxz4DngiAQhL6Qf+MhWgqjJa6TsmRpm+1tBL4eL8B7SfXIHO ZA1C9ayMrlNuHyFOACG4l2gTW8iny61WIPdG4GH768KgfdpHPB3mo0JpidHc/pEE mc36mn0c9XK5L/xtpeMsIvIlIQrLYksbDH/YV+/ILhB9ARffFlx1TME34L4jY2I/ g/l+mfAfFrLHOq3SSsNzvkDFPPx4ckuzidi1BHP5g89Vav9PmTrrWf91cu4EsuBy mjkConnYyoxtS5HIJ2VrRflyBQwIa/PYyRZVb4peruuKGfVeM/OEUiUZi6nlz38W /oMwa8dokC5JQHprrHe2kQVVHmEmw72Vsn6JsoIcoVh+5hl02/gEPQ== =Vh97 -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Thu Nov 2 16:55:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB79216A4FD for ; Thu, 2 Nov 2006 16:55:28 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4FD43D5E for ; Thu, 2 Nov 2006 16:55:08 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id kA2Gsstm041584; Thu, 2 Nov 2006 08:54:54 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id kA2GsqiQ041583; Thu, 2 Nov 2006 08:54:52 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 2 Nov 2006 08:54:52 -0800 From: Greg Lewis To: Kay Abendroth Message-ID: <20061102165452.GA41419@misty.eyesbeyond.com> References: <453E6F13.4040903@raxion.net> <20061101.194121.74752011.ken@tydfam.jp> <4548EDAE.50302@raxion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4548EDAE.50302@raxion.net> User-Agent: Mutt/1.4.2.2i Cc: Yamada Ken Takeshi , freebsd-java@freebsd.org Subject: Re: Problem in client-vm of diablo-jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 16:55:29 -0000 On Wed, Nov 01, 2006 at 07:55:42PM +0100, Kay Abendroth wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > I also hope this will be investigated/fixed, and want to contribute if > I can, but until now, no one of the java-freebsd-officials has replied > to this bug(s). There are no officials :). Speaking personally, my time for working on FreeBSD java stuff is very limited right now and I have no plans to look at or fix this in the current build. My plans are to try and get a binary of 1.5.0_09 done which will have this fixed. > Yamada Ken Takeshi wrote: > > Are there any plan to fix this? or already fixed? > > > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (MingW32) > > iQEVAwUBRUjtrv6xkxz4DngiAQjXGAgAqiDI8X1ug3Ipg6aQlkYk6cNVabTVuCKg > jl8aHdGZ7i7PtpulFOmsgKIISJ/k5YLVsHFc4QHG7tjBdYUZKTxvEyB9Ov4QRc4Z > yILqaQNNH9wG9fv/VDODie1qtHL2NaQjKFFcoudMlx3TI/GtB/B5FAxCKTWREsJL > Yl7Nrq4eLAbziAVWphXM2M5h3SoghF1Vy9R9c7uasLZeZfKcFKcuLn6bDTFGbdbf > FGXMpswx5zn0z/BX7HjUZEPt74VTD5e/ki+CXC9xJPhbTuJgjCsUPBGQb+a1s8jy > /nQf6bEhjj2OV3pXpGQMwxDDgqeLusJtmkitV6//z4l173QSDYWdWQ== > =CCzk > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 01:24:44 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F6C16A403 for ; Fri, 3 Nov 2006 01:24:44 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDDF943D6B for ; Fri, 3 Nov 2006 01:24:36 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 11163 invoked from network); 3 Nov 2006 12:24:35 +1100 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Nov 2006 12:24:35 +1100 Date: Fri, 3 Nov 2006 12:24:25 +1100 From: Norberto Meijome To: "David Sledge" Message-ID: <20061103122425.3146dadc@localhost> In-Reply-To: <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> References: <452BF733.7060705@appriss.com> <439BCBDEE3689EFBF8CEFE62@rambutan.pingpong.net> <452FDCB1.4020405@appriss.com> <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 01:24:44 -0000 On Wed, 18 Oct 2006 14:11:27 -0400 "David Sledge" wrote: > > >-----Original Message----- > >From: Yamada Ken Takeshi [mailto:ken@tydfam.jp] > >Sent: Wed 10/18/2006 9:08 AM > >To: David Sledge > >Cc: girgen@freebsd.org; freebsd-java@freebsd.org > >Subject: Re: Eclipse 3.2 port (java/eclipse32) > > > I cannot compile with recent gnome 2.16 upgrade. > > >A part of errors are like; > > : > > [javac] 961 problems (961 warnings) > > [exec] In file included from xpcom_profile_structs.h:29, > > [exec] from xpcom_profile.cpp:30: > > [exec] xpcom_profile.h:34:22: nsCOMPtr.h: No such file or directory > > [exec] xpcom_profile.h:35:41: nsProfileDirServiceProvider.h: No such > > file or directory [exec] xpcom_profile.cpp: In function `jint > > > > > >Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_NS_1NewProfileDirServiceProvider(JNIEnv*, > > >> _jclass*, jboolean, _jintArray*)': : > > : > > > I think that gnome 2.16 moved lib/include to /usr/local from /usr/X11R6 > > and this may be the > reason of compilation failure. (GL remains > > in /usr/X11R6 !!) > > > Would you please update eclipse32.shar so that it is compilable under > > gnome 2.16? > > > I am currently out of town but I will fix it this weekend and post the new > shar file on Monday. Thank you for your feedback. :) Hi David, is there any status update on the eclipse32 port ? Either unofficial .shar or ETA for addition to the ports tree ? thanks again for all you work on this :) B _________________________ {Beto|Norberto|Numard} Meijome "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 03:08:27 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93F416A415 for ; Fri, 3 Nov 2006 03:08:27 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B58B43D46 for ; Fri, 3 Nov 2006 03:08:27 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id kA3381WB016967; Fri, 3 Nov 2006 12:08:02 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Fri, 03 Nov 2006 12:08:01 +0900 (JST) Message-Id: <20061103.120801.97298272.ken@tydfam.jp> To: freebsd@meijome.net From: Yamada Ken Takeshi In-Reply-To: <20061103122425.3146dadc@localhost> References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.5 required=8.0 tests=CONTENT_TYPE_PRESENT, SMILEY, X_MAILER_PRESENT autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: dsledge@appriss.com, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 03:08:28 -0000 I received mail from David yesterday that he fixed it, and I confirmed compilation going OK. It works OK with VE, JBossIDE and subsclipse so far. > Subject: Re: Eclipse 3.2 port (java/eclipse32) > From: David Sledge > Date: Wed, 01 Nov 2006 18:45:47 -0500 > Should be fixed, new shar is on http://www.freshdevonrails.com From: Norberto Meijome > Hi David, > is there any status update on the eclipse32 port ? Either unofficial .shar or > ETA for addition to the ports tree ? > > thanks again for all you work on this :) From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 04:21:24 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C5316A407 for ; Fri, 3 Nov 2006 04:21:24 +0000 (UTC) (envelope-from hwh@gddsn.org.cn) Received: from gddsn.org.cn (gddsn.org.cn [218.19.164.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DAB43D68 for ; Fri, 3 Nov 2006 04:21:20 +0000 (GMT) (envelope-from hwh@gddsn.org.cn) Received: from [192.168.168.131] (ibm01.gddsn.org.cn [192.168.168.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gddsn.org.cn (Postfix) with ESMTP id 8656B38CB73 for ; Fri, 3 Nov 2006 10:23:13 +0800 (CST) Message-ID: <454AA809.4020307@gddsn.org.cn> Date: Fri, 03 Nov 2006 10:23:05 +0800 From: Huang wen hui User-Agent: Thunderbird 1.5.0.4 (X11/20060727) MIME-Version: 1.0 To: java Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: Subject: java1.5 crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 04:21:24 -0000 Client VM also crash. I wonder if it is hardware problem. dmesg: Nov 1 08:21:10 jopens kernel: Copyright (c) 1992-2006 The FreeBSD Project. Nov 1 08:21:10 jopens kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Nov 1 08:21:10 jopens kernel: The Regents of the University of California. All rights reserved. Nov 1 08:21:10 jopens kernel: FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 Nov 1 08:21:10 jopens kernel: root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP Nov 1 08:21:10 jopens kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Nov 1 08:21:10 jopens kernel: CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.02-MHz 686-class CPU) Nov 1 08:21:10 jopens kernel: Origin = "GenuineIntel" Id = 0xf4a Stepping = 10 Nov 1 08:21:10 jopens kernel: Features=0xbfebfbff Nov 1 08:21:10 jopens kernel: Features2=0x641d> Nov 1 08:21:10 jopens kernel: AMD Features=0x20100000 Nov 1 08:21:10 jopens kernel: AMD Features2=0x1 Nov 1 08:21:10 jopens kernel: Logical CPUs per core: 2 Nov 1 08:21:10 jopens kernel: real memory = 3489071104 (3327 MB) Nov 1 08:21:10 jopens kernel: avail memory = 3414417408 (3256 MB) Nov 1 08:21:10 jopens kernel: ACPI APIC Table: Nov 1 08:21:10 jopens kernel: ioapic0 irqs 0-23 on motherboard Nov 1 08:21:10 jopens kernel: ioapic1 irqs 24-47 on motherboard Nov 1 08:21:10 jopens kernel: kbd1 at kbdmux0 Nov 1 08:21:10 jopens kernel: acpi0: on motherboard Nov 1 08:21:10 jopens kernel: acpi0: Power Button (fixed) Nov 1 08:21:10 jopens kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Nov 1 08:21:10 jopens kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 Nov 1 08:21:10 jopens kernel: cpu0: on acpi0 Nov 1 08:21:10 jopens kernel: acpi_throttle0: on cpu0 Nov 1 08:21:10 jopens kernel: pcib0: port 0xcf8-0xcff on acpi0 Nov 1 08:21:10 jopens kernel: pci0: on pcib0 Nov 1 08:21:10 jopens kernel: pci0: at device 0.1 (no driver attached) Nov 1 08:21:10 jopens kernel: pci0: at device 1.0 (no driver attached) Nov 1 08:21:10 jopens kernel: pcib1: irq 16 at device 2.0 on pci0 Nov 1 08:21:10 jopens kernel: pci1: on pcib1 Nov 1 08:21:10 jopens kernel: pcib2: at device 0.0 on pci1 Nov 1 08:21:10 jopens kernel: pci2: on pcib2 Nov 1 08:21:10 jopens kernel: ahd0: port 0x2400-0x24ff,0x2000-0x20ff mem 0xd0100000-0xd0101fff irq 18 at device 3.0 o n pci2 Nov 1 08:21:10 jopens kernel: ahd0: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 50-66Mhz, 512 SCBs Nov 1 08:21:10 jopens kernel: ahd1: port 0x2c00-0x2cff,0x2800-0x28ff mem 0xd0102000-0xd0103fff irq 19 at device 3.1 o n pci2 Nov 1 08:21:10 jopens kernel: ahd1: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: aic7902: Ultra320 Wide Channel B, SCSI Id=7, PCI-X 50-66Mhz, 512 SCBs Nov 1 08:21:10 jopens kernel: pcib3: at device 0.2 on pci1 Nov 1 08:21:10 jopens kernel: pci3: on pcib3 Nov 1 08:21:10 jopens kernel: pcib4: irq 16 at device 4.0 on pci0 Nov 1 08:21:10 jopens kernel: pci4: on pcib4 Nov 1 08:21:10 jopens kernel: pcib5: irq 16 at device 5.0 on pci0 Nov 1 08:21:10 jopens kernel: pci5: on pcib5 Nov 1 08:21:10 jopens kernel: pcib6: irq 16 at device 6.0 on pci0 Nov 1 08:21:10 jopens kernel: pci6: on pcib6 Nov 1 08:21:10 jopens kernel: pcib7: irq 16 at device 7.0 on pci0 Nov 1 08:21:10 jopens kernel: pci7: on pcib7 Nov 1 08:21:10 jopens kernel: pcib8: at device 28.0 on pci0 Nov 1 08:21:10 jopens kernel: pci8: at device 1.0 (no driver attached) Nov 1 08:21:10 jopens kernel: em0: port 0x3400-0x343f mem 0xd0220000-0xd023ffff irq 25 at device 2.0 on pci8 Nov 1 08:21:10 jopens kernel: em0: Ethernet address: 00:16:17:37:cb:c2 Nov 1 08:21:10 jopens kernel: em1: port 0x3440-0x347f mem 0xd0240000-0xd025ffff irq 26 at device 3.0 on pci8 Nov 1 08:21:10 jopens kernel: em1: Ethernet address: 00:16:17:37:cb:c3 Nov 1 08:21:10 jopens kernel: uhci0: port 0x1400-0x141f irq 16 at device 29.0 on pci0 Nov 1 08:21:10 jopens kernel: uhci0: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: usb0: on uhci0 Nov 1 08:21:10 jopens kernel: usb0: USB revision 1.0 Nov 1 08:21:10 jopens kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Nov 1 08:21:10 jopens kernel: uhub0: 2 ports with 2 removable, self powered Nov 1 08:21:10 jopens kernel: uhci1: port 0x1420-0x143f irq 19 at device 29.1 on pci0 Nov 1 08:21:10 jopens kernel: uhci1: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: usb1: on uhci1 Nov 1 08:21:10 jopens kernel: usb1: USB revision 1.0 Nov 1 08:21:10 jopens kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Nov 1 08:21:10 jopens kernel: uhub1: 2 ports with 2 removable, self powered Nov 1 08:21:10 jopens kernel: pci0: at device 29.4 (no driver attached) Nov 1 08:21:10 jopens kernel: pci0: at device 29.5 (no driver attached) Nov 1 08:21:10 jopens kernel: ehci0: mem 0xd0001400-0xd00017ff irq 23 at device 29.7 on pci0 Nov 1 08:21:10 jopens kernel: ehci0: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: usb2: EHCI version 1.0 Nov 1 08:21:10 jopens kernel: usb2: companion controllers, 2 ports each: usb0 usb1 Nov 1 08:21:10 jopens kernel: usb2: on ehci0 Nov 1 08:21:10 jopens kernel: usb2: USB revision 2.0 Nov 1 08:21:10 jopens kernel: uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 Nov 1 08:21:10 jopens kernel: uhub2: 4 ports with 4 removable, self powered Nov 1 08:21:10 jopens kernel: pcib9: at device 30.0 on pci0 Nov 1 08:21:10 jopens kernel: pci9: on pcib9 Nov 1 08:21:10 jopens kernel: isab0: at device 31.0 on pci0 Nov 1 08:21:10 jopens kernel: isa0: on isab0 Nov 1 08:21:10 jopens kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1460-0x146f at device 31.1 on pci0 Nov 1 08:21:10 jopens kernel: ata0: on atapci0 Nov 1 08:21:10 jopens kernel: ata1: on atapci0 Nov 1 08:21:10 jopens kernel: pci0: at device 31.3 (no driver attached) Nov 1 08:21:10 jopens kernel: acpi_button0: on acpi0 Nov 1 08:21:10 jopens kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Nov 1 08:21:10 jopens kernel: atkbd0: irq 1 on atkbdc0 Nov 1 08:21:10 jopens kernel: kbd0 at atkbd0 Nov 1 08:21:10 jopens kernel: atkbd0: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: psm0: irq 12 on atkbdc0 Nov 1 08:21:10 jopens kernel: psm0: [GIANT-LOCKED] Nov 1 08:21:10 jopens kernel: psm0: model MouseMan+, device ID 0 Nov 1 08:21:10 jopens kernel: fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 Nov 1 08:21:10 jopens kernel: fdc0: [FAST] Nov 1 08:21:10 jopens kernel: ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 1 on acpi0 Nov 1 08:21:10 jopens kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Nov 1 08:21:10 jopens kernel: ppc0: FIFO with 16/16/8 bytes threshold Nov 1 08:21:10 jopens kernel: ppbus0: on ppc0 Nov 1 08:21:10 jopens kernel: plip0: on ppbus0 Nov 1 08:21:10 jopens kernel: lpt0: on ppbus0 Nov 1 08:21:10 jopens kernel: lpt0: Interrupt-driven port Nov 1 08:21:10 jopens kernel: ppi0: on ppbus0 Nov 1 08:21:10 jopens kernel: sio0: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 Nov 1 08:21:10 jopens kernel: sio0: type 16550A Nov 1 08:21:10 jopens kernel: sio1: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 Nov 1 08:21:10 jopens kernel: sio1: type 16550A Nov 1 08:21:10 jopens kernel: pmtimer0 on isa0 Nov 1 08:21:10 jopens kernel: orm0: at iomem 0xc0000-0xcafff,0xcb000-0xcbfff,0xcc000-0xccfff on isa0 Nov 1 08:21:10 jopens kernel: sc0: at flags 0x100 on isa0 Nov 1 08:21:10 jopens kernel: sc0: VGA <16 virtual consoles, flags=0x300> Nov 1 08:21:10 jopens kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Nov 1 08:21:10 jopens kernel: Timecounter "TSC" frequency 3192015768 Hz quality 800 Nov 1 08:21:10 jopens kernel: Timecounters tick every 1.000 msec Nov 1 08:21:10 jopens kernel: acd0: CDROM at ata1-master UDMA33 Nov 1 08:21:10 jopens kernel: Waiting 5 seconds for SCSI devices to settle Nov 1 08:21:10 jopens kernel: da0 at ahd0 bus 0 target 0 lun 0 Nov 1 08:21:10 jopens kernel: da0: Fixed Direct Access SCSI-3 device Nov 1 08:21:10 jopens kernel: da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled Nov 1 08:21:10 jopens kernel: da0: 140272MB (287277984 512 byte sectors: 255H 63S/T 17882C) Nov 1 08:21:10 jopens kernel: Trying to mount root from ufs:/dev/da0s1a # gdb -core java.core /usr/local/diablo-jdk1.5.0/bin/java GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `java'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libz.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.3 Reading symbols from /usr/lib/libpthread.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libpthread.so.2 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so Reading symbols from /lib/libm.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.4 Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/native_threads/libhpi.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/native_threads/libhpi.so Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/libverify.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/libverify.so Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjava.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjava.so Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/libzip.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/libzip.so Reading symbols from /usr/local/diablo-jdk1.5.0/jre/lib/i386/libnet.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/diablo-jdk1.5.0/jre/lib/i386/libnet.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x280aa4ab in pthread_testcancel () from /usr/lib/libpthread.so.2 [New Thread 0x8334400 (sleeping)] [New Thread 0x81e8a00 (runnable)] [New Thread 0x81e8000 (runnable)] [New Thread 0x831f800 (runnable)] [New Thread 0x828aa00 (sleeping)] [New Thread 0x822a000 (runnable)] [New Thread 0x828a000 (runnable)] [New Thread 0x8334800 (runnable)] [New Thread 0x8257000 (sleeping)] [New Thread 0x80ff200 (runnable)] [New Thread 0x82d1e00 (sleeping)] [New Thread 0x82d1a00 (sleeping)] [New Thread 0x82d1600 (sleeping)] [New Thread 0x81bb800 (sleeping)] [New Thread 0x8187a00 (sleeping)] [New Thread 0x8187600 (sleeping)] [New Thread 0x8187200 (sleeping)] [New Thread 0x8169e00 (sleeping)] [New Thread 0x8169a00 (sleeping)] [New Thread 0x8169600 (sleeping)] [New Thread 0x8169200 (sleeping)] [New Thread 0x8067e00 (sleeping)] [New Thread 0x8067a00 (LWP 100148)] [New Thread 0x8067800 (LWP 100103)] [New Thread 0x805c000 (runnable)] (gdb) bt #0 0x280aa4ab in pthread_testcancel () from /usr/lib/libpthread.so.2 #1 0x2809980e in sigaction () from /usr/lib/libpthread.so.2 #2 0x28093839 in pthread_kill () from /usr/lib/libpthread.so.2 #3 0x28093202 in raise () from /usr/lib/libpthread.so.2 #4 0x28164014 in abort () from /lib/libc.so.6 #5 0x28724222 in os::abort () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #6 0x28802840 in VMError::report_and_die () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #7 0x2872828d in JVM_handle_bsd_signal () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #8 0x28726c84 in signalHandler () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #9 0x28097955 in sigaction () from /usr/lib/libpthread.so.2 #10 0x28098e59 in sigaction () from /usr/lib/libpthread.so.2 #11 0x280a1ca5 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 #12 0x280a1d13 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 #13 0x2814f637 in _ctx_start () from /lib/libc.so.6 #14 0x00000000 in ?? () #15 0xbf8fd720 in ?? () #16 0xbf8fd460 in ?? () #17 0x00000000 in ?? () #18 0x280a1cd0 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 #19 0x286ecf36 in MarkSweep::follow_root () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #20 0x286ed29c in MarkSweep::FollowRootClosure::do_oop () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #21 0x287de844 in Universe::oops_do () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #22 0x28502e3c in GenCollectedHeap::process_strong_roots () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #23 0x28504dc2 in GenMarkSweep::mark_sweep_phase1 () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #24 0x285052b5 in GenMarkSweep::invoke_at_safepoint () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #25 0x285109b0 in OneContigSpaceCardGeneration::collect () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #26 0x287c50e9 in TenuredGeneration::collect () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #27 0x28502776 in GenCollectedHeap::do_collection () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #28 0x284881c0 in TwoGenerationCollectorPolicy::satisfy_failed_allocation () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #29 0x28502ad2 in GenCollectedHeap::satisfy_failed_allocation () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #30 0x28809eaa in VM_GenCollectForAllocation::doit () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #31 0x28809be9 in VM_Operation::evaluate () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #32 0x288090cb in VMThread::evaluate_operation () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #33 0x288093e5 in VMThread::loop () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #34 0x288095e0 in VMThread::run () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #35 0x28723db9 in _start () from /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so #36 0x2809b319 in pthread_create () from /usr/lib/libpthread.so.2 #37 0x2814f637 in _ctx_start () from /lib/libc.so.6 (gdb) # cat hs_err_pid546.log # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x286ecbe4, pid=546, tid=0x8067a00 # # Java VM: Java HotSpot(TM) Server VM (diablo-1.5.0_07-b00 mixed mode) # Problematic frame: # V [libjvm.so+0x561be4] # --------------- T H R E A D --------------- Current thread (0x0815b200): VMThread [id=134642176] siginfo:si_signo=11, si_errno=0, si_code=12, si_addr=0x8c7e6e89 Registers: EAX=0x8c7e6e81, EBX=0x288aa088, ECX=0x8c7e6e89, EDX=0x351548d0 ESP=0xbf8fd768, EBP=0xbf8fd778, ESI=0x288bfa60, EDI=0x2889d250 EIP=0x286ecbe4, EFLAGS=0x00010292 Top of Stack: (sp=0xbf8fd768) 0xbf8fd768: bf8fd788 286ecbba 288aa088 4e9002f0 0xbf8fd778: bf8fd788 286ecf36 288aa088 288c4db8 0xbf8fd788: bf8fd7a8 286ed29c 288c4db8 08067600 0xbf8fd798: bf8fd7d8 285111b2 08067600 288aa088 0xbf8fd7a8: bf8fd7d8 287de844 288bfa24 288c4db8 0xbf8fd7b8: bf8fd950 bf8fd920 288aa088 bf8fd900 0xbf8fd7c8: 2880daa1 288aa088 00000001 08064c80 0xbf8fd7d8: bf8fd818 28502e3c 288bfa24 00000000 Instructions: (pc=0x286ecbe4) 0x286ecbd4: 41 08 89 11 83 ec 08 8b 14 90 8b 42 04 8d 48 08 0x286ecbe4: 8b 40 08 52 51 ff 50 58 83 c4 10 8b 0e 8b 01 85 Stack: [0xbf8be000,0xbf8fe000), sp=0xbf8fd768, free space=253k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x561be4] V [libjvm.so+0x561f36] V [libjvm.so+0x56229c] V [libjvm.so+0x653844] V [libjvm.so+0x377e3c] V [libjvm.so+0x379dc2] V [libjvm.so+0x37a2b5] V [libjvm.so+0x3859b0] V [libjvm.so+0x63a0e9] V [libjvm.so+0x377776] V [libjvm.so+0x2fd1c0] V [libjvm.so+0x377ad2] V [libjvm.so+0x67eeaa] V [libjvm.so+0x67ebe9] V [libjvm.so+0x67e0cb] V [libjvm.so+0x67e3e5] V [libjvm.so+0x67e5e0] V [libjvm.so+0x598db9] C [libpthread.so.2+0xe319] _pthread_create+0x6d1 VM_Operation (0xbf52e738): generation collection for allocation, mode: safepoint, requested by thread 0x080ffe00 --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x08250c00 JavaThread "ClientPI-ipplot:XXX@10.34.1.111:63765/SendMiniSeedStream-10.34.1.111:50688" [_thread_blocked, id=137577472] 0x08250400 JavaThread "ClientPI-ipplot:XXX@10.34.1.111:63765" [_thread_in_native, id=136219136] 0x0831fe00 JavaThread "ClientPI-smart24:XXX@127.0.0.1:57333/ReceiveMiniSeedStream-127.0.0.1:57228" [_thread_in_native, id=136216576] 0x0831f600 JavaThread "ClientPI-smart24:XXX@127.0.0.1:57333" [_thread_in_native, id=137492480] 0x080ff400 JavaThread "ClientPI-ipplot:XXX@10.34.1.112:4833/SendMiniSeedStream-10.34.1.112:4834" [_thread_blocked, id=136882688] 0x08327e00 JavaThread "ClientPI-ipplot:XXX@10.34.1.112:4833" [_thread_in_native, id=136486912] 0x08334e00 JavaThread "ClientPI-ComServ:XXX@10.34.1.115:52047/ReceiveMiniSeedStream-10.34.1.115:63200" [_thread_in_native, id=136880128] 0x08334600 JavaThread "ClientPI-ComServ:XXX@10.34.1.115:52047" [_thread_in_native, id=137578496] 0x080ffe00 JavaThread "ClientPI-rts:XXX@10.34.1.116:51943/SendMiniSeedStream-10.34.1.116:57771" [_thread_blocked, id=136671232] 0x080ff000 JavaThread "ClientPI-rts:XXX@10.34.1.116:51943" [_thread_in_native, id=135262720] 0x082d1c00 JavaThread "MonitorProxyThread" [_thread_blocked, id=137174528] 0x082d1800 JavaThread "dbWriteThread" [_thread_blocked, id=137173504] 0x082d1400 JavaThread "DBSsavenger" [_thread_blocked, id=137172480] 0x081bb200 JavaThread "Thread-0" daemon [_thread_blocked, id=136034304] 0x08187400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=135820800] 0x08187000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=135819776] 0x08169c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=135699968] 0x08169800 JavaThread "AdapterThread" daemon [_thread_blocked, id=135698944] 0x08169400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=135697920] 0x08169000 JavaThread "Finalizer" daemon [_thread_blocked, id=135696896] 0x08067c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=134643200] 0x0805cc00 JavaThread "main" [_thread_in_native, id=134594560] Other Threads: =>0x0815b200 VMThread [id=134642176] 0x08056a00 WatcherThread [id=135821824] VM state:at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x08062540/0x08062580] Threads_lock - owner thread: 0x0815b200 [0x08053760/0x08062b40] Heap_lock - owner thread: 0x080ffe00 Heap def new generation total 6976K, used 396K [0x2e900000, 0x2f090000, 0x321e0000) eden space 6208K, 0% used [0x2e900000, 0x2e900000, 0x2ef10000) from space 768K, 51% used [0x2ef10000, 0x2ef73348, 0x2efd0000) to space 768K, 0% used [0x2efd0000, 0x2efd0000, 0x2f090000) tenured generation total 61292K, used 61185K [0x321e0000, 0x35dbb000, 0x4e900000) the space 61292K, 99% used [0x321e0000, 0x35da06a0, 0x35da0800, 0x35dbb000) compacting perm gen total 16384K, used 6883K [0x4e900000, 0x4f900000, 0x52900000) the space 16384K, 42% used [0x4e900000, 0x4efb8f88, 0x4efb9000, 0x4f900000) No shared spaces configured. Dynamic libraries: 0x08048000 /usr/local/diablo-jdk1.5.0/bin/java 0x2807d000 /lib/libz.so.3 0x2808d000 /usr/lib/libpthread.so.2 0x280b2000 /lib/libc.so.6 0x2818b000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/server/libjvm.so 0x288cb000 /lib/libm.so.4 0x288e2000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/native_threads/libhpi.so 0x288f3000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/libverify.so 0x28900000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjava.so 0x2891f000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/libzip.so 0x536c4000 /usr/local/diablo-jdk1.5.0/jre/lib/i386/libnet.so 0x28052000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Xmx512m java_command: NetSeisIP.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=/sbin:/bin:/usr/sbin:/usr/bin LD_LIBRARY_PATH=/usr/local/diablo-jdk1.5.0/jre/lib/i386/server:/usr/local/diablo-jdk1.5.0/jre/lib/i386:/usr/local/diablo-jdk1.5.0/jre/../lib/i386 HOSTTYPE=FreeBSD OSTYPE=FreeBSD MACHTYPE=i386 Signal Handlers: SIGSEGV: [libjvm.so+0x678090], sa_mask[0]=0xffffffff, sa_flags=0x00000002 SIGBUS: [libjvm.so+0x678090], sa_mask[0]=0xffffffff, sa_flags=0x00000002 SIGFPE: [libjvm.so+0x59bc60], sa_mask[0]=0xffffffff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x59bc60], sa_mask[0]=0xffffffff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x59bc60], sa_mask[0]=0xffffffff, sa_flags=0x00000042 SIGUSR1: [libjvm.so+0x59bd30], sa_mask[0]=0x00000000, sa_flags=0x00000040 SIGUSR2: [libjvm.so+0x59bc60], sa_mask[0]=0xffffffff, sa_flags=0x00000042 SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGQUIT: [libjvm.so+0x59a4c0], sa_mask[0]=0xffffffff, sa_flags=0x00000002 SIGTERM: [libjvm.so+0x59a4c0], sa_mask[0]=0xffffffff, sa_flags=0x00000002 --------------- S Y S T E M --------------- OS:FreeBSD uname:FreeBSD 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 rlimit: STACK 65536k, CORE infinity, NOFILE 11095 CPU:total 1 family 15, cmov, cx8, fxsr, mmx, ht Memory: 4k page, physical 3350092k vm_info: Java HotSpot(TM) Server VM (diablo-1.5.0_07-b00) for freebsd-x86, built on Jun 13 2006 23:23:25 by truk with gcc 3.4.4 [FreeBSD] 20050518 From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 04:28:54 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F9A16A415 for ; Fri, 3 Nov 2006 04:28:54 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C6943D55 for ; Fri, 3 Nov 2006 04:28:52 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 2 Nov 2006 23:28:51 -0500 Message-ID: <454AC581.2080503@appriss.com> Date: Thu, 02 Nov 2006 23:28:49 -0500 From: David Sledge User-Agent: Thunderbird 1.5.0.7 (X11/20061024) To: Yamada Ken Takeshi References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> In-Reply-To: <20061103.120801.97298272.ken@tydfam.jp> Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 04:28:51.0314 (UTC) FILETIME=[9053ED20:01C6FF00] MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd@meijome.net, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 04:28:54 -0000 EPIC, RDT and the RadRails plugin work as well. The current shar file is available at [1]http://www.freshdevonrails.com . Yamada Ken Takeshi wrote: I received mail from David yesterday that he fixed it, and I confirmed compil ation going OK. It works OK with VE, JBossIDE and subsclipse so far. Subject: Re: Eclipse 3.2 port (java/eclipse32) From: David Sledge [2] Date: Wed, 01 Nov 2006 18:45:47 -0500 Should be fixed, new shar is on [3]http://www.freshdevonrails.com From: Norberto Meijome [4] Hi David, is there any status update on the eclipse32 port ? Either unofficial .shar or ETA for addition to the ports tree ? thanks again for all you work on this :) References 1. http://www.freshdevonrails.com/ 2. mailto:dsledge@appriss.com 3. http://www.freshdevonrails.com/ 4. mailto:freebsd@meijome.net From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 15:08:41 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EDE16A625 for ; Fri, 3 Nov 2006 15:08:41 +0000 (UTC) (envelope-from kkuehl@cisco.com) Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FBEA43D45 for ; Fri, 3 Nov 2006 15:08:40 +0000 (GMT) (envelope-from kkuehl@cisco.com) Received: from sj-dkim-5.cisco.com ([171.68.10.79]) by sj-iport-4.cisco.com with ESMTP; 03 Nov 2006 07:08:40 -0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAEPpSkWrRApP/2dsb2JhbAA X-IronPort-AV: i="4.09,385,1157353200"; d="scan'208"; a="1861881530:sNHT26984432" Received: from sj-core-3.cisco.com (sj-core-3.cisco.com [171.68.223.137]) by sj-dkim-5.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3F8eWq018380 for ; Fri, 3 Nov 2006 07:08:40 -0800 Received: from kkuehl-bsd.cisco.com (kkuehl-bsd.cisco.com [10.25.80.156]) by sj-core-3.cisco.com (8.12.10/8.12.6) with SMTP id kA3F8dbF001800 for ; Fri, 3 Nov 2006 07:08:39 -0800 (PST) From: Kirby Kuehl Organization: Cisco Systems, Inc. To: freebsd-java@FreeBSD.org Date: Fri, 3 Nov 2006 09:09:05 -0600 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611030909.06292.kkuehl@cisco.com> DKIM-Signature: a=rsa-sha1; q=dns; l=1723; t=1162566520; x=1163430520; c=relaxed/simple; s=sjdkim5002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=kkuehl@cisco.com; z=From:Kirby=20Kuehl=20 |Subject:firefox-2.0_1, 1=20java=20plugin=20not=20working=20with=20diablo-jre-1.5. 0.07.01; X=v=3Dcisco.com=3B=20h=3DMhGdvpMPvFuxGnOuM+KcmVb3ePg=3D; b=xS7dgF3q1U9P4QYUZeO+ILuuznCamsvgxqIgUNsfHam/MH5UJaX34IyaSlEhbo6cnty30Apa z40gF9gSamFZkE+pyoEIwkg/oRgRYDzxp83ypYJaj2Vx8a0dHB5GAvIm; Authentication-Results: sj-dkim-5.cisco.com; header.From=kkuehl@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: Subject: firefox-2.0_1, 1 java plugin not working with diablo-jre-1.5.0.07.01 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 15:08:41 -0000 Hello, after upgrading to firefox-2.0_1,1 on my FreeBSD 6.2-PRERELEASE system, java support for my browswer stopped working (it worked fine for firefox-1.5.07). about:plugins shows java enabled. Here is the relevant information ,let me know if I can provide anything additional. about:plugins shows the following: Java(TM) Plug-in diablo-1.5.0-b01 File name: libjavaplugin_oji.so Java(TM) Plug-in 1.5.0 then several application/x-java* enabled lines that I have omitted here. I pass -Xmx256m as a JRE runtime parameter set via ControlPanel. $ pkg_info | grep diablo diablo-jdk-1.5.0.07.01 Java Development Kit 1.5.0_07.01 diablo-jre-1.5.0.07.01 Java Runtime Environment 1.5.0_07.01 $ pkg_info | grep javavm javavmwrapper-2.3 Wrapper script for various Java Virtual Machines [kkuehl@kkuehl-bsd /usr/local/lib/browser_plugins]$ ls -la total 62 drwxr-xr-x 2 root wheel 512 Nov 2 16:25 . drwxr-xr-x 72 root wheel 61440 Nov 3 08:34 .. -rw-r--r-- 1 root wheel 0 Nov 2 11:32 .firefox.keep lrwxr-xr-x 1 root wheel 49 Nov 2 15:54 flashplayer.xpt -> /usr/X11R6/lib/linux-flashplugin7/flashplayer.xpt lrwxr-xr-x 1 root wheel 51 Nov 2 15:54 libflashplayer.so -> /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so lrwxr-xr-x 1 root wheel 63 Nov 2 16:25 libjavaplugin_oji.so -> /usr/local/diablo-jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so Just to be sure I also have: ls -la /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so lrwxr-xr-x 1 root wheel 67 Nov 2 16:16 /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so -> /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so Thanks in advance. Kirby From owner-freebsd-java@FreeBSD.ORG Fri Nov 3 15:11:48 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44BD16A47C for ; Fri, 3 Nov 2006 15:11:48 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from office.redwerk.com (office.redwerk.com [85.90.206.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6392643D5F for ; Fri, 3 Nov 2006 15:11:48 +0000 (GMT) (envelope-from bofh@redwerk.com) Received: from bofh by office.redwerk.com with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gg0ht-0007zU-Sq for freebsd-java@freebsd.org; Fri, 03 Nov 2006 17:11:45 +0200 Date: Fri, 3 Nov 2006 17:11:45 +0200 From: Eugeny N Dzhurinsky To: freebsd-java@freebsd.org Message-ID: <20061103151145.GA30700@office.redwerk.com> Mail-Followup-To: freebsd-java@freebsd.org References: <200611030909.06292.kkuehl@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200611030909.06292.kkuehl@cisco.com> User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: firefox-2.0_1, 1 java plugin not working with diablo-jre-1.5.0.07.01 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 15:11:48 -0000 On Fri, Nov 03, 2006 at 09:09:05AM -0600, Kirby Kuehl wrote: > Hello, after upgrading to firefox-2.0_1,1 on my FreeBSD 6.2-PRERELEASE system, > java support for my browswer stopped working (it worked fine for > firefox-1.5.07). > > about:plugins shows java enabled. > Here is the relevant information ,let me know if I can provide anything > additional. > > about:plugins shows the following: > Java(TM) Plug-in diablo-1.5.0-b01 > > File name: libjavaplugin_oji.so > Java(TM) Plug-in 1.5.0 > > then several application/x-java* enabled lines that I have omitted here. After upgrade to FF 2.0 on FreeBSD 5.5 my firefox coredumps. If I remove JavaPlugin symlink from the plugins directory everything works just fine. So you're lucky - at least FF 2.0 is working for you ;) -- Eugene N Dzhurinsky From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 02:14:35 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A649916A403 for ; Sat, 4 Nov 2006 02:14:35 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB5843D55 for ; Sat, 4 Nov 2006 02:14:34 +0000 (GMT) (envelope-from kabaev@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so443635nzf for ; Fri, 03 Nov 2006 18:14:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=AnvmhBoqWX9ZYIui9b9UF9Ia0huOsbSha92psxLupmtsteObeMec2Fj60qB73on5riJ/FURd+w56+mqrX6275nvw1CJEYLZmdtD7H8QUGGXsJ0JVUid4LqMHuXss1u+rjGKuHwjXt63NWGo+5fWKfiY3L2yTdbG2+d3UzJje9EI= Received: by 10.65.235.7 with SMTP id m7mr1872103qbr.1162606473208; Fri, 03 Nov 2006 18:14:33 -0800 (PST) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id c6sm2509943qbc.2006.11.03.18.14.32; Fri, 03 Nov 2006 18:14:32 -0800 (PST) Date: Fri, 3 Nov 2006 21:14:31 -0500 From: Alexander Kabaev To: freebsd-java@freebsd.org Message-ID: <20061103211431.5a2af48b@kan.dnsalias.net> In-Reply-To: <454AC581.2080503@appriss.com> References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_6b+mdx+WXe6P36RP0BkvC4L; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 02:14:35 -0000 --Sig_6b+mdx+WXe6P36RP0BkvC4L Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 02 Nov 2006 23:28:49 -0500 David Sledge wrote: >=20 > EPIC, RDT and the RadRails plugin work as well. The current shar > file is available at [1]http://www.freshdevonrails.com . > Yamada Ken Takeshi wrote: >=20 I checked in the update from the above link after I compile-tested it and gave it a light try compiling and debugging several trvial Java programs. Let's hope that dependent eclipse plug-in ports will be updated soon.=20 --=20 Alexander Kabaev --Sig_6b+mdx+WXe6P36RP0BkvC4L Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS/eHQ6z1jMm+XZYRArLiAKDayyDL9fVsOIHzRSHfD2yYrWzBdwCglQee OrehNR0Dc+8A+D2jlN42EF0= =juf+ -----END PGP SIGNATURE----- --Sig_6b+mdx+WXe6P36RP0BkvC4L-- From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 12:22:00 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079E416A617 for ; Sat, 4 Nov 2006 12:22:00 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7D943D5C for ; Sat, 4 Nov 2006 12:21:59 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 8247 invoked from network); 4 Nov 2006 23:21:58 +1100 Received: from 203-217-54-250.dyn.iinet.net.au (HELO localhost) (203.217.54.250) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Nov 2006 23:21:58 +1100 Date: Sat, 4 Nov 2006 23:21:54 +1100 From: Norberto Meijome To: freebsd-java@freebsd.org Message-ID: <20061104232154.7319c35b@localhost> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: eclipse-3.2.1 port : failure building X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 12:22:00 -0000 Hi everyone, first of all, thank you David Sledge for the port, and thanks to everyone who replied to my lost post querying about eclipse 3.2. When I try to compile eclipse 3.2 from /usr/ports/java/eclipse, it builds ok all the way through to ejc.jar: [....] BUILD SUCCESSFUL Total time: 15 seconds [echo] TARGET: compiler2 [echo] compilerArg -encoding ISO-8859-1 [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter [echo] UPDATE ecj.jar but then : BUILD SUCCESSFUL Total time: 14 seconds [echo] Deleting jars to recompile... [echo] Compiling... [javac] ---------- [javac] 1. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoader.java [javac] (at line 271) [javac] imageLoaderListeners.addElement(listener); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [javac] ---------- [javac] ---------- [javac] 2. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FontDialog.java [javac] (at line 162) [javac] characterSets.put (charSetName, charSet); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [javac] ---------- [javac] 3. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FontDialog.java [javac] (at line 169) [javac] charSet.put (faceName, faceSet); and on that vein till the end... I have a complete log of it at http://www.meijome.net/files/freebsd/eclipse/eclipse_build_20061104.log.bz2 ( 407K compressed, 11 MB uncompressed). The same happens whether I use portupgrade or build by hand Any and all help greatly appreciated :) System details: FreeBSD ayiin.xxxx 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #17: Tue Oct 31 11:23:02 EST 2006 root@ayiin.xxxx:/usr/obj/usr/src/sys/AYIIN i386 I've got an up to date ports tree as at right now ( Sat Nov 4 23:05:35 EST 2006 , EST == GMT +11). I use portsnap. My java related ports are : # pkg_info | grep jdk diablo-jdk-1.5.0.07.01 Java Development Kit 1.5.0_07.01 linux-blackdown-jdk-1.4.2_3 Blackdown Java Development Kit 1.4 for Linux # cat /usr/local/etc/javavms /usr/local/diablo-jdk1.5.0/bin/java # DiabloCaffe1.5.0 /usr/local/linux-blackdown-jdk1.4.2/bin/java # Linux-Blackdown-JDK1.4.2 $ cat /usr/local/etc/javavm_opts.conf [... comments ...] JAVAVM_OPTS_diablo_jdk1_5_0_java=-XX:+UseMembar All my other ports are up to date. I have firefox 2.0 native installed (as prerequisite for eclipse + other ports), and linux-firefox-2, which I use for actual browsing (it doesn't include the gecko component used by other ports). Thanks!!! B _________________________ {Beto|Norberto|Numard} Meijome Software QA is like cleaning my cat's litter box: Sift out the big chunks. Stir in the rest. Hope it doesn't stink. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 12:40:21 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED96516A595 for ; Sat, 4 Nov 2006 12:40:21 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F6143D58 for ; Sat, 4 Nov 2006 12:40:20 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id kA4Ce3sb025773; Sat, 4 Nov 2006 21:40:03 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 04 Nov 2006 21:40:03 +0900 (JST) Message-Id: <20061104.214003.74752731.ken@tydfam.jp> To: freebsd@meijome.net From: Yamada Ken Takeshi In-Reply-To: <20061104232154.7319c35b@localhost> References: <20061104232154.7319c35b@localhost> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=8.0 tests=CONTENT_TYPE_PRESENT, X_MAILER_PRESENT autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: freebsd-java@freebsd.org Subject: Re: eclipse-3.2.1 port : failure building X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 12:40:22 -0000 Which gnome are you using, gnome-2.14? It looks like you have the same symptom I had when I compiled previous version with gnome-2.16. I asked David to enable to compile on gnome-2.16 and I think current one is for gnome-2.16. All gnome-2.16 related moved to /usr/local from /usr/X11, and it causes some problems. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 15:34:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4C716A687 for ; Sat, 4 Nov 2006 15:34:28 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D76E143D60 for ; Sat, 4 Nov 2006 15:34:27 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail invoked by alias); 04 Nov 2006 15:34:26 -0000 Received: from bras-co-85-197-6-190.westend.de (EHLO hanbruch.tg.intern) [85.197.6.190] by mail.gmx.net (mp015) with SMTP; 04 Nov 2006 16:34:26 +0100 X-Authenticated: #18235045 To: Alexander Kabaev References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> From: Thomas Gellekum In-Reply-To: <20061103211431.5a2af48b@kan.dnsalias.net> Date: 04 Nov 2006 16:34:24 +0100 Message-ID: Lines: 50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus X-Y-GMX-Trusted: 0 Cc: freebsd-eclipse@freebsd.org, dsledge@appriss.com, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 15:34:28 -0000 Alexander Kabaev writes: > On Thu, 02 Nov 2006 23:28:49 -0500 > David Sledge wrote: > > > > > EPIC, RDT and the RadRails plugin work as well. The current shar > > file is available at [1]http://www.freshdevonrails.com . > > Yamada Ken Takeshi wrote: > > > > I checked in the update from the above link after I compile-tested it > and gave it a light try compiling and debugging several trvial Java > programs. ,---- | [exec] In file included from xpcom_profile_structs.h:29, | [exec] from xpcom_profile.cpp:30: | [exec] xpcom_profile.h:34:22: nsCOMPtr.h: No such file or directory | [exec] xpcom_profile.h:35:41: nsProfileDirServiceProvider.h: No such file or directory | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_NS_1NewProfileDirServiceProvider(JNIEnv*, _jclass*, jboolean, _jintArray*)': | [exec] xpcom_profile.cpp:45: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:45: error: `NS_NewProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:45: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:45: error: expected `;' before "NS_NewProfileDirServiceProvider" | [exec] xpcom_profile.cpp:45: warning: unused variable 'nsProfileDirServiceProvider' | [exec] xpcom_profile.cpp:45: warning: unused variable 'NS_NewProfileDirServiceProvider' | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1Register(JNIEnv*, _jclass*, jint)': | [exec] xpcom_profile.cpp:59: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:59: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:59: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1SetProfileDir(JNIEnv*, _jclass*, jint, jint)': | [exec] xpcom_profile.cpp:71: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: error: `nsIFile' was not declared in this scope | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: warning: unused variable 'nsIFile' | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1Shutdown(JNIEnv*, _jclass*, jint)': | [exec] xpcom_profile.cpp:83: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:83: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:83: error: expected primary-expression before ')' token | | BUILD FAILED | /usr/ports/java/eclipse/work/build.xml:76: exec returned: 1 `---- I'm using WITH_MOZILLA=firefox, WITH_GECKO=firefox. tg From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 16:26:39 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE5916A6DC for ; Sat, 4 Nov 2006 16:26:27 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B0643D55 for ; Sat, 4 Nov 2006 16:26:26 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 26504 invoked from network); 5 Nov 2006 03:26:25 +1100 Received: from 203-217-54-250.dyn.iinet.net.au (HELO localhost) (203.217.54.250) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Nov 2006 03:26:25 +1100 Date: Sun, 5 Nov 2006 03:26:19 +1100 From: Norberto Meijome To: Yamada Ken Takeshi Message-ID: <20061105032619.2068c666@localhost> In-Reply-To: <20061104.214003.74752731.ken@tydfam.jp> References: <20061104232154.7319c35b@localhost> <20061104.214003.74752731.ken@tydfam.jp> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: eclipse-3.2.1 port : failure building X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 16:26:39 -0000 On Sat, 04 Nov 2006 21:40:03 +0900 (JST) Yamada Ken Takeshi wrote: > Which gnome are you using, gnome-2.14? > It looks like you have the same symptom I had when I compiled previous > version with gnome-2.16. I asked David to enable to compile on gnome-2.16 > and I think current one is for gnome-2.16. > > All gnome-2.16 related moved to /usr/local from /usr/X11, and it causes > some problems. I don't use full gnome, but the gnome components that I *do* have installed are 2.16 (latest from ports)... so are you saying that this *should* have been fixed? or that there's another commit waiting to happen that contains the fix? thanks!! _________________________ {Beto|Norberto|Numard} Meijome Do not take away the camels hump, you may be stopping him from being a camel. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 16:28:08 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4281016A6D1 for ; Sat, 4 Nov 2006 16:28:08 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0AE43D6D for ; Sat, 4 Nov 2006 16:28:05 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 26639 invoked from network); 5 Nov 2006 03:28:04 +1100 Received: from 203-217-54-250.dyn.iinet.net.au (HELO localhost) (203.217.54.250) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Nov 2006 03:28:04 +1100 Date: Sun, 5 Nov 2006 03:28:01 +1100 From: Norberto Meijome To: Thomas Gellekum Message-ID: <20061105032801.3eb96329@localhost> In-Reply-To: References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org, dsledge@appriss.com, freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 16:28:08 -0000 On 04 Nov 2006 16:34:24 +0100 Thomas Gellekum wrote: > I'm using WITH_MOZILLA=firefox, WITH_GECKO=firefox. I was getting that error until I built the native firefox - i normally use linux-firefox...so now I have both ffox 2.0 ... my build now dies in some other part :) (see latest postings) _________________________ {Beto|Norberto|Numard} Meijome We've been wrong so many times before, why stop now? I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 16:50:39 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461A516A70E for ; Sat, 4 Nov 2006 16:50:39 +0000 (UTC) (envelope-from freebsd-java@oliverlietz.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DC743D7D for ; Sat, 4 Nov 2006 16:50:30 +0000 (GMT) (envelope-from freebsd-java@oliverlietz.de) Received: from [83.129.29.214] (helo=madness.oliverlietz.de) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1GgOiw0kY6-0006wN; Sat, 04 Nov 2006 17:50:27 +0100 From: Oliver Lietz To: freebsd-java@freebsd.org Date: Sat, 4 Nov 2006 17:50:18 +0100 User-Agent: KMail/1.9.4 References: <20061104232154.7319c35b@localhost> In-Reply-To: <20061104232154.7319c35b@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611041750.19726.freebsd-java@oliverlietz.de> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:e601c222b577d6a77c17537a75592542 Cc: Norberto Meijome Subject: Re: eclipse-3.2.1 port : success [was: failure building] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 16:50:39 -0000 Am Samstag, 4. November 2006 13:21 schrieb Norberto Meijome: > Hi everyone, > first of all, thank you David Sledge for the port, and thanks to everyone > who replied to my lost post querying about eclipse 3.2. Hello list, I had lots of type safety warnings when compiling but eclipse built and runs fine (6.1/i386, all ports up to date). @David: thumbs up, thank you very much. Did an update (Eclipse Project SDK) running eclipse as root (don't know if that was stupid but had a red icon in the "Product Configuration" window which is gone now). Two plugins (AnyEditTools and Subversive) installed with Eclipse's install/update feature as normal user - no problems so far. thanks again, Oliver From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 16:52:55 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B892816A703 for ; Sat, 4 Nov 2006 16:52:55 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D5943D64 for ; Sat, 4 Nov 2006 16:52:54 +0000 (GMT) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so589655wxd for ; Sat, 04 Nov 2006 08:52:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=OhcBeggOqb3VTBSNERKFLrFd8lglbRxAfHTafEX9cjVlVbEFe0QVUwQ60JyXtV2SAl2UnFQQiLt4GCIYqyIfKC2Ru0amMG26tArX4ksaWVgqudolDF8/syHTjJZp9sPJ1RyPQELv2oPY8afOAriW/EJYZiDUeXsxtT+2PYPHo5c= Received: by 10.70.44.5 with SMTP id r5mr754337wxr.1162659173531; Sat, 04 Nov 2006 08:52:53 -0800 (PST) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id g7sm2431119wra.2006.11.04.08.52.52; Sat, 04 Nov 2006 08:52:52 -0800 (PST) Date: Sat, 4 Nov 2006 11:52:47 -0500 From: Alexander Kabaev To: Norberto Meijome Message-ID: <20061104115247.2da79067@kan.dnsalias.net> In-Reply-To: <20061105032801.3eb96329@localhost> References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> <20061105032801.3eb96329@localhost> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_E6jWpkeTYY3dAGPmJADSpL7; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Thomas Gellekum , freebsd-java@freebsd.org, dsledge@appriss.com, freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 16:52:55 -0000 --Sig_E6jWpkeTYY3dAGPmJADSpL7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 5 Nov 2006 03:28:01 +1100 Norberto Meijome wrote: > On 04 Nov 2006 16:34:24 +0100 > Thomas Gellekum wrote: >=20 > > I'm using WITH_MOZILLA=3Dfirefox, WITH_GECKO=3Dfirefox. >=20 > I was getting that error until I built the native firefox - i > normally use linux-firefox...so now I have both ffox 2.0 ... my build > now dies in some other part :) (see latest postings) >=20 >=20 >=20 > _________________________ > {Beto|Norberto|Numard} Meijome >=20 > We've been wrong so many times before, why stop now? >=20 > I speak for myself, not my employer. Contents may be hot. Slippery > when wet. Reading disclaimers makes you go blind. Writing them is > worse. You have been Warned. [javac] 961 problems (961 warnings) [exec] ../eclipseMozilla.c: In function `fixEnvForMozilla': [exec] ../eclipseMozilla.c:182: warning: passing arg 3 of `scandir' from incompatible pointer type [echo] Assembling... [echo] Done. BUILD SUCCESSFUL Total time: 62 minutes 33 seconds Just done it again, all ports up to date as of cvsup last night. --=20 Alexander Kabaev --Sig_E6jWpkeTYY3dAGPmJADSpL7 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTMViQ6z1jMm+XZYRAmO+AJ92qCUu39N0cHCNsiRkFu3Zq6Xq1ACgzwG6 wYOg2VFg4rQiB1rmKagLEh4= =TSfc -----END PGP SIGNATURE----- --Sig_E6jWpkeTYY3dAGPmJADSpL7-- From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 18:47:06 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7325016A4E0 for ; Sat, 4 Nov 2006 18:47:06 +0000 (UTC) (envelope-from ksaextralinguistic@trimension-inc.com) Received: from trimension-inc.com (59-116-185-213.dynamic.hinet.net [59.116.185.213]) by mx1.FreeBSD.org (Postfix) with SMTP id 09B6B43D58 for ; Sat, 4 Nov 2006 18:47:00 +0000 (GMT) (envelope-from ksaextralinguistic@trimension-inc.com) Message-ID: <03ee01c6ff65$3ebb92c0$1167a0e0@menfieldn> From: "Seth ECourtney" To: Date: Sun, 05 Nov 2006 02:47:01 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: The Next Grand Slam Stock? wg X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Seth ECourtney List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 18:47:06 -0000 THIS ONE IS BEING PROMOTED, TAKE ADVANTAGE This advisory is based on exclusive insiders/agents information. (NHVP.PK) NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again.. OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization. GET IN ON MONDAY NOV 6th: at 08 cents its a STEAL - Volume: 8,000 - Volume: + 100% - Price: +100% The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS YOU WANNA WATCH THIS YOU WANNA WATCH THIS "If they say they want to win the war on terror, but call for America to pull out of what al Qaeda says is the central front in this war, ask them this question: 'What's your plan?' " Bush said at a rally for Missouri Sen. Jim Talent, who is seeking re-election in one of the tightest races in the nation. (Watch how Bush is picking his election battles -- 1:36 ) Previewing his weekend at his Texas ranch, Bush said he planned to be with his wife, Laura, to celebrate her birthday Saturday. Last week's fire was stoked by Santa Ana winds as it swept southwest through the mountains about 90 miles east of Los Angeles. The flames overran the fire crew, destroyed 34 homes and charred more than 60 square miles before being contained Monday. Previewing his weekend at his Texas ranch, Bush said he planned to be with his wife, Laura, to celebrate her birthday Saturday. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 18:49:45 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C8316A6DC for ; Sat, 4 Nov 2006 18:49:45 +0000 (UTC) (envelope-from eesumter@dsiweb.net) Received: from dsiweb.net (218-168-196-3.dynamic.hinet.net [218.168.196.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E141B43D5C for ; Sat, 4 Nov 2006 18:49:42 +0000 (GMT) (envelope-from eesumter@dsiweb.net) Message-ID: <057701c6ff98$3ace22d0$1497d6a0@uwoodlotr> From: "Kerri PAlba" To: Date: Sun, 05 Nov 2006 02:49:34 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: The Smallcap Journal v X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kerri PAlba List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 18:49:45 -0000 INSIDE INFO ALERT This advisory is based on exclusive insiders/agents information. (NHVP.PK) NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again.. OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization. GET IN ON MONDAY NOV 6th: at 08 cents its a STEAL - Volume: 8,000 - Volume: + 100% - Price: +100% The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS EARLY RETIREMENT IS CALLING EARLY RETIREMENT IS CALLING The NTSB's update outlined factual information about the crash, but did not conclude what the probable cause of the crash was. The full board will likely vote on a ruling at a later date. Funeral services were also scheduled over the next several days for firefighters Jess McLean, 27, of Beaumont; Daniel Hoover-Najera, 20, of San Jacinto; Mark Loutzenhiser, 43, of Idyllwild; and Pablo Cerda, 23, of Fountain Valley. A public memorial service for all five men was planned for Sunday. Oyler was charged with five counts of murder, 11 counts of arson and 10 counts of use of an incendiary device. The charges include seven fires in June, one in July, one in September and two in October. The National Transportation Safety Board said the wind, coupled with the pilot's inability to turn sharply, forced the aircraft away from its intended path over the East River and into the building. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 19:31:27 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F7016A58C for ; Sat, 4 Nov 2006 19:31:27 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA84443D7E for ; Sat, 4 Nov 2006 19:31:05 +0000 (GMT) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so610801wxd for ; Sat, 04 Nov 2006 11:31:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=anR27Fc9thHxQAmrcLM9t3FoteHM+buELbdFFMAafqngcp5y6z3JhwyaI58/DNU9/+2jyXNX1LekbeOFURRHNB8gYLQfryyIXL+qvDptmGQkgpmXFqjuhpeRaaHWFtazJ2GgDOZPQM509ncO32TOkkEvd7mXORwWXXKQ53wdA0Y= Received: by 10.70.32.13 with SMTP id f13mr1024751wxf.1162668664955; Sat, 04 Nov 2006 11:31:04 -0800 (PST) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id i36sm4179067wxd.2006.11.04.11.31.03; Sat, 04 Nov 2006 11:31:04 -0800 (PST) Date: Sat, 4 Nov 2006 14:30:59 -0500 From: Alexander Kabaev To: Thomas Gellekum Message-ID: <20061104143059.3c2e2763@kan.dnsalias.net> In-Reply-To: References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_Wd7=Sl+jKYo4t3J5XEs4/+q"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-eclipse@freebsd.org, dsledge@appriss.com, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 19:31:27 -0000 --Sig_Wd7=Sl+jKYo4t3J5XEs4/+q Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On 04 Nov 2006 16:34:24 +0100 Thomas Gellekum wrote: > I'm using WITH_MOZILLA=3Dfirefox, WITH_GECKO=3Dfirefox. >=20 Hmm, I think eclipse port hardcodes $(LOCALBASE)/include/mozilla into Makefiles and is unable to find mozilla headers. Install mozilla package and everything should build. Arguably, this is a port shortcoming. --=20 Alexander Kabaev --Sig_Wd7=Sl+jKYo4t3J5XEs4/+q Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTOp2Q6z1jMm+XZYRAinCAJ0fx5BHaoW2xZ8lv+s4vr59VAAAvQCg4G0q y2/CxwzA2JbwvdNo3ILTDJs= =TDyH -----END PGP SIGNATURE----- --Sig_Wd7=Sl+jKYo4t3J5XEs4/+q-- From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 22:23:59 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E804816A416 for ; Sat, 4 Nov 2006 22:23:59 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A36443D4C for ; Sat, 4 Nov 2006 22:23:59 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 7333 invoked from network); 5 Nov 2006 09:23:58 +1100 Received: from 203-217-54-250.dyn.iinet.net.au (HELO localhost) (203.217.54.250) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Nov 2006 09:23:58 +1100 Date: Sun, 5 Nov 2006 09:23:55 +1100 From: Norberto Meijome To: Oliver Lietz Message-ID: <20061105092355.7d1d38ea@localhost> In-Reply-To: <200611041750.19726.freebsd-java@oliverlietz.de> References: <20061104232154.7319c35b@localhost> <200611041750.19726.freebsd-java@oliverlietz.de> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: eclipse-3.2.1 port : success [was: failure building] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 22:24:00 -0000 On Sat, 4 Nov 2006 17:50:18 +0100 Oliver Lietz wrote: > I had lots of type safety warnings when compiling but eclipse built and runs > fine (6.1/i386, all ports up to date). Hi Oliver, what version of the gnome-* ports do you have installed? _________________________ {Beto|Norberto|Numard} Meijome Without vision you may find that you make your way through life by bumping into things. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 22:28:56 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9124716A47B for ; Sat, 4 Nov 2006 22:28:56 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA7743D4C for ; Sat, 4 Nov 2006 22:28:55 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 7716 invoked from network); 5 Nov 2006 09:28:55 +1100 Received: from 203-217-54-250.dyn.iinet.net.au (HELO localhost) (203.217.54.250) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 5 Nov 2006 09:28:55 +1100 Date: Sun, 5 Nov 2006 09:28:51 +1100 From: Norberto Meijome To: Alexander Kabaev Message-ID: <20061105092851.2b78a5df@localhost> In-Reply-To: <20061104115247.2da79067@kan.dnsalias.net> References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> <20061105032801.3eb96329@localhost> <20061104115247.2da79067@kan.dnsalias.net> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Thomas Gellekum , freebsd-eclipse@freebsd.org, dsledge@appriss.com, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 22:28:56 -0000 On Sat, 4 Nov 2006 11:52:47 -0500 Alexander Kabaev wrote: > > [javac] 961 problems (961 warnings) > [exec] ../eclipseMozilla.c: In function `fixEnvForMozilla': > [exec] ../eclipseMozilla.c:182: warning: passing arg 3 of > `scandir' from incompatible pointer type [echo] Assembling... > [echo] Done. > > BUILD SUCCESSFUL > Total time: 62 minutes 33 seconds > > Just done it again, all ports up to date as of cvsup last night. Alexander, what version of the gnome-* do you have installed? _________________________ {Beto|Norberto|Numard} Meijome "Never offend people with style when you can offend them with substance." Sam Brown I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 23:02:48 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7390616A40F; Sat, 4 Nov 2006 23:02:48 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B6C43D79; Sat, 4 Nov 2006 23:02:47 +0000 (GMT) (envelope-from dsledge@appriss.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 4 Nov 2006 18:02:45 -0500 Message-ID: <768690DD58883C4FAA0C089A534F94DF205529@intexch02.int.appriss.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Eclipse 3.2 port (java/eclipse32) Thread-Index: AccAR8WGVBQryUx0QJe11Fw8jqMiRAAG/3xR References: <20061018.220822.74673558.ken@tydfam.jp><768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com><20061103122425.3146dadc@localhost><20061103.120801.97298272.ken@tydfam.jp><454AC581.2080503@appriss.com><20061103211431.5a2af48b@kan.dnsalias.net> <20061104143059.3c2e2763@kan.dnsalias.net> From: "David Sledge" To: "Alexander Kabaev" , "Thomas Gellekum" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-eclipse@freebsd.org, freebsd-java@freebsd.org Subject: RE: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 23:02:48 -0000 -----Original Message----- From: Alexander Kabaev [mailto:kabaev@gmail.com] Sent: Sat 11/4/2006 2:30 PM To: Thomas Gellekum Cc: freebsd-java@freebsd.org; freebsd-eclipse@freebsd.org; David Sledge Subject: Re: Eclipse 3.2 port (java/eclipse32) =20 > On 04 Nov 2006 16:34:24 +0100 > Thomas Gellekum wrote: >> I'm using WITH_MOZILLA=3Dfirefox, WITH_GECKO=3Dfirefox. >>=20 > Hmm, I think eclipse port hardcodes $(LOCALBASE)/include/mozilla into > Makefiles and is unable to find mozilla headers. Install mozilla > package and everything should build. Arguably, this is a port > shortcoming. > --=20 > Alexander Kabaev Ok, I just fixed the static mozilla references in the = post-patch-plugins-swt-gtk-make_freebsd.mak patch file. I will upload = the new shar file to the server Monday morning. I don't have access to = the server right now. Eclipse still does not run properly when compiled = against firefox (1.5.0_07). It will compile with WITH_MOZILLA=3Dfirefox = but eclipse will crash during runtime when it trys to display the = JavaDoc when a keyword like String is hovered over in the editor. Maybe = this is fixed with the new version of firefox (2.0_1). I am upgrading to = it now and will test against it as soon as its ready. From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 23:20:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1880616A494; Sat, 4 Nov 2006 23:20:22 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF15543D72; Sat, 4 Nov 2006 23:20:16 +0000 (GMT) (envelope-from dsledge@appriss.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 4 Nov 2006 18:16:19 -0500 Message-ID: <768690DD58883C4FAA0C089A534F94DF20552D@intexch02.int.appriss.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Eclipse 3.2 port (java/eclipse32) Thread-Index: AccAR8WGVBQryUx0QJe11Fw8jqMiRAAG/3xRAADeO/A= References: <20061018.220822.74673558.ken@tydfam.jp><768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com><20061103122425.3146dadc@localhost><20061103.120801.97298272.ken@tydfam.jp><454AC581.2080503@appriss.com><20061103211431.5a2af48b@kan.dnsalias.net><20061104143059.3c2e2763@kan.dnsalias.net> <768690DD58883C4FAA0C089A534F94DF205529@intexch02.int.appriss.com> From: "David Sledge" To: "David Sledge" , "Alexander Kabaev" , "Thomas Gellekum" Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org, freebsd-eclipse@freebsd.org Subject: RE: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 23:20:22 -0000 > -----Original Message----- > From: owner-freebsd-eclipse@freebsd.org on behalf of David Sledge > Sent: Sat 11/4/2006 6:02 PM > To: Alexander Kabaev; Thomas Gellekum > Cc: freebsd-eclipse@freebsd.org; freebsd-java@freebsd.org > Subject: RE: Eclipse 3.2 port (java/eclipse32) =20 > -----Original Message----- > From: Alexander Kabaev [mailto:kabaev@gmail.com] > Sent: Sat 11/4/2006 2:30 PM > To: Thomas Gellekum > Cc: freebsd-java@freebsd.org; freebsd-eclipse@freebsd.org; David = Sledge > Subject: Re: Eclipse 3.2 port (java/eclipse32) =20 > > On 04 Nov 2006 16:34:24 +0100 > > Thomas Gellekum wrote> : > >> I'm using WITH_MOZILLA=3Dfirefox, WITH_GECKO=3Dfirefox. > >>=20 > > Hmm, I think eclipse port hardcodes $(LOCALBASE)/include/mozilla = into > > Makefiles and is unable to find mozilla headers. Install mozilla > > package and everything should build. Arguably, this is a port > > shortcoming. > > --=20 > > Alexander Kabaev > Ok, I just fixed the static mozilla references in the = post-patch-plugins-swt-gtk-make_freebsd.mak patch > file. I will upload the new shar file to the server Monday morning. I = don't have access to the server right > now. Eclipse still does not run properly when compiled against firefox = (1.5.0_07). It will compile with > > WITH_MOZILLA=3Dfirefox but eclipse = will crash during runtime when it trys to display the JavaDoc when a > keyword like String is hovered over in the editor. Maybe this is fixed = with the new version of firefox > (2.0_1). I am upgrading to it now and will test against it as soon as = its ready. > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to = "freebsd-eclipse-unsubscribe@freebsd.org" Oh yeah, forgot it was checked in. I will submit the patch instead when = its ready.