From owner-freebsd-java@FreeBSD.ORG Sun Sep 12 14:41:52 2004 Return-Path: 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 C3B3B16A4CE for ; Sun, 12 Sep 2004 14:41:52 +0000 (GMT) Received: from amrum.abc-admin.de (amrum.abc-admin.de [81.3.38.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D450943D48 for ; Sun, 12 Sep 2004 14:41:51 +0000 (GMT) (envelope-from mike@bevin.de) Received: from www.lossless-audio.com (localhost [127.0.0.1]) by localhost (8.10.2/8.10.2) with ESMTP id i8CEfSZ32126 for ; Sun, 12 Sep 2004 16:41:28 +0200 From: "Michael Bevin" To: freebsd-java@freebsd.org Date: Sun, 12 Sep 2004 16:41:28 +0200 Message-Id: <20040912144128.M42568@bevin.de> X-Mailer: Open WebMail 1.81 20021203 X-OriginatingIP: 194.105.98.58 (mbevin@www.lossless-audio.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-MailScanner: Virenfrei Subject: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 14:41:52 -0000 I read the recent post confirming that there are plans to make Java 1.5 / 5.0 work on FreeBSD. Just wondering what the status is? The Java 5.0 RC has been out for a couple of weeks, or are people waiting for the full release (scheduled towards the end of this month)? Also, I read something about a FreeBSD ports freeze. Will this affect the speed with which a Java 5.0 port will be released? Thanks, Michael Bevin From owner-freebsd-java@FreeBSD.ORG Sun Sep 12 21:58:07 2004 Return-Path: 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 73A8216A4CE for ; Sun, 12 Sep 2004 21:58:07 +0000 (GMT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D945F43D2D for ; Sun, 12 Sep 2004 21:58:05 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (Postfix) with ESMTP id 7581A1CC15 for ; Sun, 12 Sep 2004 23:58:11 +0200 (CEST) Received: from palle.girgensohn.se ([127.0.0.1]) by localhost (palle.girgensohn.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 46585-05 for ; Sun, 12 Sep 2004 23:58:09 +0200 (CEST) Received: from localhost.girgensohn.se (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (Postfix) with ESMTP id 6EE9C1CC12 for ; Sun, 12 Sep 2004 23:58:09 +0200 (CEST) Date: Sun, 12 Sep 2004 23:58:09 +0200 From: Palle Girgensohn To: freebsd-java@freebsd.org Message-ID: <4659AEC178207576E3B52094@palle.girgensohn.se> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========2EBE5FAA1526ACF23F60==========" X-Virus-Scanned: by amavisd-new at pingpong.net Subject: JVM crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 21:58:07 -0000 --==========2EBE5FAA1526ACF23F60========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! I just had a JVM crash. With our application, this is very rare, so I'm sending the hs_err file to you. Perhaps you can make something out of it? I recently added "-server" to the jvm options, and strange things start to happen. Is the HotSpot Server VM @ jdk1.4.2p6_4 to be trusted? Is it better to stick with -client if stability is a primary goal? jdk-1.4.2p6_4 jakarta-tomcat-5.0.24 FreeBSD 4.10 JAVA_OPTS="-mx194217728 -Dbuild.compiler.emacs=true -server" (I know -mx is not used anymore, I've changed that to -Xmx) Regards, Palle --==========2EBE5FAA1526ACF23F60========== Content-Type: text/plain; charset=iso-8859-1; name="hs_err_pid71637.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="hs_err_pid71637.log"; size=6984 Unexpected Signal : 11 occurred at PC=3D0x286BF868 Function=3Dcopy_array__14typeArrayKlassP12arrayOopDesciT1iiP6Thread+0x24 Library=3D/usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so Current Java thread: at java.lang.System.arraycopy(Native Method) at java.lang.String.(String.java:201) at org.postgresql.core.Encoding.decodeUTF8(Encoding.java:284) - locked <0x2fb7ae28> (a org.postgresql.core.Encoding) at org.postgresql.core.Encoding.decode(Encoding.java:182) at org.postgresql.core.PGStream.ReceiveString(PGStream.java:283) at = org.postgresql.core.QueryExecutor.receiveFieldsV3(QueryExecutor.java:478) at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:181) - locked <0x2fb7adc0> (a org.postgresql.core.PGStream) at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100) at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43) at = org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.j= ava:517) at = org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.j= ava:50) at = org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1Statem= ent.java:233) at net.pingpong.content.ItemImpl.load(ItemImpl.java:296) at net.pingpong.node.NodeFactory.getNodeWithType(NodeFactory.java:61) at net.pingpong.node.NodeFactory.getNodeWithType(NodeFactory.java:76) at net.pingpong.node.NodeFactory.getNodeWithType(NodeFactory.java:76) at net.pingpong.node.NodeFactory.getNode(NodeFactory.java:51) at net.pingpong.node.CourseNodeFactory.getNode(CourseNodeFactory.java:22) at net.pingpong.core.PPCourse.getPublishedRootNode(PPCourse.java:2195) at net.pingpong.rte.ContentStatus.(ContentStatus.java:37) at net.pingpong.core.PPNotifier.checkReportSubmission(PPNotifier.java:198) at net.pingpong.core.PPNotifier.hasNoti(PPNotifier.java:142) at net.pingpong.core.PPPerson.hasNotiHelp(PPPerson.java:1375) at net.pingpong.core.PPPerson.hasNoti(PPPerson.java:1349) at = org.apache.jsp.pp.system.ppentrance.events_002dmain_jsp._jspService(events_0= 02dmain_jsp.java:280) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at = org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2= 98) at = org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at = org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application= FilterChain.java:237) at = org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh= ain.java:157) at = org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja= va:214) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex= t.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at = org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContext= Valve.java:198) at = org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja= va:152) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex= t.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at = org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137= ) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex= t.java:104) at = org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117= ) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex= t.java:102) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at = org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java= :109) at = org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex= t.java:104) at = org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:296) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:372) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:694) at = org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:626)= at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:807) at = org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav= a:644) at java.lang.Thread.run(Thread.java:534) Dynamic libraries: 0x8048000 /usr/local/jdk1.4.2/bin/java 0x2806c000 /usr/lib/libc_r.so.4 0x28126000 /usr/local/jdk1.4.2/jre/lib/i386/server/libjvm.so 0x288ec000 /usr/lib/libstdc++.so.3 0x28933000 /usr/lib/libm.so.2 0x2894f000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x2895d000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x28978000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x28999000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x3c918000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so 0x3d03b000 /usr/local/jdk1.4.2/jre/lib/i386/libawt.so 0x3d2a6000 /usr/local/jdk1.4.2/jre/lib/i386/libmlib_image.so 0x3d2f8000 /usr/X11R6/lib/libXp.so.6 0x3d300000 /usr/X11R6/lib/libXt.so.6 0x3d34a000 /usr/X11R6/lib/libXext.so.6 0x3d358000 /usr/X11R6/lib/libXtst.so.6 0x3d35d000 /usr/X11R6/lib/libXmu.so.6 0x3d372000 /usr/X11R6/lib/libX11.so.6 0x3d42e000 /usr/X11R6/lib/libXau.so.0 0x3d431000 /usr/X11R6/lib/libSM.so.6 0x3d43a000 /usr/X11R6/lib/libICE.so.6 0x3d450000 /usr/X11R6/lib/libXThrStub.so.6 0x3d452000 /usr/local/jdk1.4.2/jre/lib/i386/libfontmanager.so 0x3d524000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x3d527000 /usr/lib/libc.so.4 0x3d5c3000 /usr/X11R6/lib/libXcursor.so.1 0x3d5cc000 /usr/X11R6/lib/libXrender.so.1 0x3d5d4000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 0x3d69a000 /usr/local/jdk1.4.2/jre/lib/i386/libjpeg.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 8512K, used 1814K [0x2c850000, 0x2d180000, = 0x2dcf0000) eden space 7616K, 12% used [0x2c850000, 0x2c935a68, 0x2cfc0000) from space 896K, 100% used [0x2cfc0000, 0x2d0a0000, 0x2d0a0000) to space 896K, 0% used [0x2d0a0000, 0x2d0a0000, 0x2d180000) tenured generation total 75024K, used 57499K [0x2dcf0000, 0x32634000, = 0x38250000) the space 75024K, 76% used [0x2dcf0000, 0x31516ec0, 0x31517000, = 0x32634000) compacting perm gen total 19712K, used 19621K [0x38250000, 0x39590000, = 0x3c250000) the space 19712K, 99% used [0x38250000, 0x39579400, 0x39579400, = 0x39590000) Local Time =3D Sun Sep 12 21:50:00 2004 Elapsed Time =3D 165629 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # # Java VM: Java HotSpot(TM) Server VM (1.4.2-p6-girgen_07_mar_2004_19_26 = mixed mode) # --==========2EBE5FAA1526ACF23F60==========-- From owner-freebsd-java@FreeBSD.ORG Mon Sep 13 11:02:14 2004 Return-Path: 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 E5DE416A4CE for ; Mon, 13 Sep 2004 11:02:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3C543D39 for ; Mon, 13 Sep 2004 11:02:14 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DB2Ecn048782 for ; Mon, 13 Sep 2004 11:02:14 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8DB2E1R048776 for freebsd-java@freebsd.org; Mon, 13 Sep 2004 11:02:14 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Sep 2004 11:02:14 GMT Message-Id: <200409131102.i8DB2E1R048776@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 11:02:15 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/08/30] java/71146 java jdk 1.4.2-p6 jboss,eclipse problems o [2004/09/09] java/71516 java jdk13 hotspot fails to build with recent 5 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/08/11] java/70292 java jdk14 compile problem 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Sep 13 13:05:34 2004 Return-Path: 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 44A7616A4CE for ; Mon, 13 Sep 2004 13:05:34 +0000 (GMT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A52B43D64 for ; Mon, 13 Sep 2004 13:05:33 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])i8DD5V1N010271 for ; Mon, 13 Sep 2004 15:05:31 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Mon, 13 Sep 2004 15:05:31 +0200 From: Palle Girgensohn To: freebsd-java@freebsd.org Message-ID: <20603517059D47771C8E39D1@rambutan.pingpong.net> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========08A5DE28433407BD18F7==========" Subject: jdk14 & tomcat-5.0, JVM stops and consumes 100% CPU X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 13:05:34 -0000 --==========08A5DE28433407BD18F7========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! I have a problem with jdk14 + tomcat, and believe it is the HotSpot Server VM that fails. We're running jdk + tomcat. After running for hours or days, suddenly the JVM stop and consumes 100% CPU cycles. This can go on for a minute, sometimes ten, then its back to normal. All access are routed via apache & mod_jk, and mod_jk's log says: [Mon Sep 13 11:38:49 2004] [jk_ajp_common.c (1303)]: ERROR: Client connection aborted or network problems repeatedly when the problem occurs. I log apache with %T (service time in seconds) and it reveals that apache has to wait for the JVM. I suspected Garbage collection, but a log of GC (-Xloggc:/tmp/filename) reveals nothing special. top reveals 100% CPU usage for java. I truss:ed a JVM before restarting, output attached, although it doesn't really make any sense... There is no extra load on the machine at the time, it can happen to an almost idle system. I've seen it happen when the first request after an idle period happens, and also under normal, pretty constant load. Removing `-server' from java's option list seems to also remove the problem, so I guess there's a bug in the HotSpot Server VM? Any ideas, how can I help debugging? jdk-1.4.2p6_4 tomcat-5.0.24 FreeBSD-4.10 apache+mod_ssl-1.3.31+2.8.18_4 mod_jk-1.2.5_1,1 This happens on several different machines, same setup /Palle --==========08A5DE28433407BD18F7========== Content-Type: text/plain; charset=iso-8859-1; name="jvm.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="jvm.txt"; size=3927 ;; This buffer is for notes you don't want to save, and for Lisp = evaluation. ;; If you want to create a file, first visit that file with C-x C-f, ;; then enter the text in that file's own buffer. SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) =3D 17548 (0x448c) SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) gettimeofday(0x88eee44,0x0) =3D 0 (0x0) gettimeofday(0x88eeeb4,0x0) =3D 0 (0x0) poll(0x88f0400,0x0,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) =3D 185446412 (0xb0db00c) SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) =3D 185446412 (0xb0db00c) SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) gettimeofday(0x88eee44,0x0) =3D 0 (0x0) gettimeofday(0x88eeeb4,0x0) =3D 0 (0x0) poll(0x88f0400,0x0,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' SIGNAL 27 SIGNAL 27 gettimeofday(0x281057a8,0x0) =3D 0 (0x0) sigprocmask(0x3,0x28105818,0x0) =3D 0 (0x0) poll(0x805f000,0x3,0x0) =3D 0 (0x0) sigreturn(0x88ab8e0) ERR#185360396 'Unknown = error: 185360396' --==========08A5DE28433407BD18F7==========-- From owner-freebsd-java@FreeBSD.ORG Mon Sep 13 18:22:36 2004 Return-Path: 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 BA63916A4CE for ; Mon, 13 Sep 2004 18:22:36 +0000 (GMT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3440243D41 for ; Mon, 13 Sep 2004 18:22:36 +0000 (GMT) (envelope-from blamar@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@evil-zidane [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id i8DIMZF9373355 for ; Mon, 13 Sep 2004 14:22:35 -0400 (EDT) Received: from zathras (zathras.cc.vt.edu [198.82.162.117]) by zidane.cc.vt.edu (MOS 3.4.8-GR) with ESMTP id BOD63841; Mon, 13 Sep 2004 14:22:34 -0400 (EDT) X-WebMail-UserID: blamar Date: Mon, 13 Sep 2004 14:22:33 -0400 Sender: blamar From: blamar To: java@freebsd.org X-EXP32-SerialNo: 00002216 Message-ID: <41EA8D20@zathras> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 Subject: Eclipse-CDT unable to create working project X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 18:22:36 -0000 When creating a new project in Eclipse (C++ Managed Makefile Project), I recieve the following error message, but the project can still be created. ------------------------------------------------------------ Begin Error !SESSION Sep 13, 2004 14:01:04.217 --------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY org.eclipse.core.runtime 4 2 Sep 13, 2004 14:01:04.217 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.cdt.managedbuilder.internal.ui.ErrorParserBlock.getErrorParserIDs( ErrorParserBlock.java:32) at org.eclipse.cdt.managedbuilder.internal.ui.ErrorParserBlock.getErrorParserIDs( ErrorParserBlock.java:70) at org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.setValues(AbstractErrorPar serBlock.java:172) at org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.initializeValues(AbstractE rrorParserBlock.java:161) at org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.createControl(AbstractErro rParserBlock.java:229) at org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock.addTab(TabFolderOptionBlock.ja va:143) at org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectOptionPage$ManagedW izardOptionBlock.addTabs(NewManagedProjectOptionPage.java:59) at org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock.createContents(TabFolderOption Block.java:98) at org.eclipse.cdt.managedbuilder.internal.ui.ManagedProjectOptionBlock.createCon tents(ManagedProjectOptionBlock.java:51) at org.eclipse.cdt.ui.wizards.NewCProjectWizardOptionPage.createControl(NewCProje ctWizardOptionPage.java:40) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161) at org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectWizard.createPageCo ntrols(NewManagedProjectWizard.java:87) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:548 ) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:874) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:923) at org.eclipse.jface.wizard.WizardDialog.access$200(WizardDialog.java:65) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:911) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:909) at org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPage(NewWi zardSelectionPage.java:51) at org.eclipse.ui.internal.dialogs.NewWizardNewPage.doubleClick(NewWizardNewPage. java:465) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:409) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:6 15) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.ja va:407) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer .java:618) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredV iewer.java:721) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.jav a:189) at org.eclipse.jface.util.OpenStrategy.access$000(OpenStrategy.java:33) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:236) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCo ntributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$500(ActionContributionI tem.java:47) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributi onItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.ja va:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j ava:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) End Error --------------------------------------------------------------- The project will still be created...however I cannot build the project due to errors with the Makefile: make -k clean all "makefile", line 7: Need an operator "makefile", line 12: Need an operator "makefile", line 13: Missing dependency operator "makefile", line 14: Need an operator "makefile", line 15: Missing dependency operator "makefile", line 16: Need an operator "makefile", line 30: Need an operator make: fatal errors encountered -- cannot continue Build complete for project test2 Any insight you could provide would be awesome. Thank you for all the hard work. From owner-freebsd-java@FreeBSD.ORG Mon Sep 13 18:38:02 2004 Return-Path: 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 13F3D16A4CE for ; Mon, 13 Sep 2004 18:38:02 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C81843D4C for ; Mon, 13 Sep 2004 18:38:01 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i8DIbxvd049142; Mon, 13 Sep 2004 12:37:59 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i8DIbvwA049136; Mon, 13 Sep 2004 12:37:57 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 13 Sep 2004 12:37:57 -0600 From: Greg Lewis To: blamar Message-ID: <20040913183757.GA49107@misty.eyesbeyond.com> References: <41EA8D20@zathras> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41EA8D20@zathras> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: Eclipse-CDT unable to create working project X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 18:38:02 -0000 On Mon, Sep 13, 2004 at 02:22:33PM -0400, blamar wrote: > When creating a new project in Eclipse (C++ Managed Makefile Project), I > recieve the following error message, but the project can still be created. > > ------------------------------------------------------------ > Begin Error > > !SESSION Sep 13, 2004 14:01:04.217 > --------------------------------------------- > eclipse.buildId=200406251208 > java.version=1.4.2-p6 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en > > !ENTRY org.eclipse.core.runtime 4 2 Sep 13, 2004 14:01:04.217 > !MESSAGE Problems occurred when invoking code from plug-in: > "org.eclipse.core.runtime". > !STACK 0 > java.lang.NullPointerException > at > org.eclipse.cdt.managedbuilder.internal.ui.ErrorParserBlock.getErrorParserIDs( > ErrorParserBlock.java:32) > at > org.eclipse.cdt.managedbuilder.internal.ui.ErrorParserBlock.getErrorParserIDs( > ErrorParserBlock.java:70) > at > org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.setValues(AbstractErrorPar > serBlock.java:172) > at > org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.initializeValues(AbstractE > rrorParserBlock.java:161) > at > org.eclipse.cdt.ui.dialogs.AbstractErrorParserBlock.createControl(AbstractErro > rParserBlock.java:229) > at > org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock.addTab(TabFolderOptionBlock.ja > va:143) > at > org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectOptionPage$ManagedW > izardOptionBlock.addTabs(NewManagedProjectOptionPage.java:59) > at > org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock.createContents(TabFolderOption > Block.java:98) > at > org.eclipse.cdt.managedbuilder.internal.ui.ManagedProjectOptionBlock.createCon > tents(ManagedProjectOptionBlock.java:51) > at > org.eclipse.cdt.ui.wizards.NewCProjectWizardOptionPage.createControl(NewCProje > ctWizardOptionPage.java:40) > at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161) > at > org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectWizard.createPageCo > ntrols(NewManagedProjectWizard.java:87) > at > org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:548 > ) > at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:874) > at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:923) > at org.eclipse.jface.wizard.WizardDialog.access$200(WizardDialog.java:65) > at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:911) > at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) > at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:909) > at > org.eclipse.ui.internal.dialogs.NewWizardSelectionPage.advanceToNextPage(NewWi > zardSelectionPage.java:51) > at > org.eclipse.ui.internal.dialogs.NewWizardNewPage.doubleClick(NewWizardNewPage. > java:465) > at > org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:409) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:6 > 15) > at org.eclipse.core.runtime.Platform.run(Platform.java:747) > at > org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.ja > va:407) > at > org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer > .java:618) > at > org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredV > iewer.java:721) > at > org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.jav > a:189) > at org.eclipse.jface.util.OpenStrategy.access$000(OpenStrategy.java:33) > at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:236) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) > at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) > at org.eclipse.jface.window.Window.open(Window.java:648) > at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCo > ntributionItem.java:915) > at > org.eclipse.jface.action.ActionContributionItem.access$500(ActionContributionI > tem.java:47) > at > org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributi > onItem.java:785) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) > at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) > at > org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.ja > va:335) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j > ava:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.basicRun(Main.java:183) > at org.eclipse.core.launcher.Main.run(Main.java:644) > at org.eclipse.core.launcher.Main.main(Main.java:628) > > End Error > --------------------------------------------------------------- > > The project will still be created...however I cannot build the project due to > errors with the Makefile: > > make -k clean all > "makefile", line 7: Need an operator > "makefile", line 12: Need an operator > "makefile", line 13: Missing dependency operator > "makefile", line 14: Need an operator > "makefile", line 15: Missing dependency operator > "makefile", line 16: Need an operator > "makefile", line 30: Need an operator > make: fatal errors encountered -- cannot continue > Build complete for project test2 > > > Any insight you could provide would be awesome. Thank you for all the hard > work. Does it maybe create GNU make compatible files only? What if you substitute "gmake" for "make" when trying to build? -- 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 Wed Sep 15 19:07:55 2004 Return-Path: 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 95B7B16A4CE for ; Wed, 15 Sep 2004 19:07:55 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233BC43D48 for ; Wed, 15 Sep 2004 19:07:55 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i8FJHZvm060125 for ; Wed, 15 Sep 2004 15:17:36 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <41485B16.3050104@gldis.ca> Date: Wed, 15 Sep 2004 15:09:10 +0000 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040906) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <4129135E.3030808@netmode.ntua.gr> <20040823080327.GA21194@netmode.ece.ntua.gr> <412A4483.3030405@netmode.ntua.gr> In-Reply-To: Content-Type: multipart/mixed; boundary="------------040808090708080708010100" X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Eclipse without Mozilla X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 19:07:55 -0000 This is a multi-part message in MIME format. --------------040808090708080708010100 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Dag-Erling Smørgrav wrote: > des@des.no (Dag-Erling Smørgrav) writes: > >>I modified the patch to trigger on WITH_MOZILLA == firefox instead of >>WITH_FIREFOX (there's plenty of precedent for the former, none for the >>latter). It's building now, but I suspect it's going to take a long >>time. I'll let you know when you're done. > > > No luck yet - I had linux-sun-jdk14 installed, and eclipse will only > build with a native jdk. This should be specified in the Makefile by > setting JAVA_OS to "native"; see attached cumulative patch. > > DES > > Is anyone going to commit the patch DES posted to the list? --------------040808090708080708010100-- From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 00:19:19 2004 Return-Path: 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 DBA7F16A4CF for ; Thu, 16 Sep 2004 00:19:19 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9684743D46 for ; Thu, 16 Sep 2004 00:19:17 +0000 (GMT) (envelope-from marcus.vinicius.ferreira@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so290956rnk for ; Wed, 15 Sep 2004 17:19:11 -0700 (PDT) Received: by 10.38.74.77 with SMTP id w77mr1065543rna; Wed, 15 Sep 2004 17:19:10 -0700 (PDT) Received: by 10.38.78.36 with HTTP; Wed, 15 Sep 2004 17:19:10 -0700 (PDT) Message-ID: Date: Wed, 15 Sep 2004 21:19:10 -0300 From: Marcus Vinicius Ferreira To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Vinicius Ferreira List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 00:19:20 -0000 -- Marcus Vinicius Ferreira From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:15:13 2004 Return-Path: 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 BAA6516A4CF for ; Thu, 16 Sep 2004 09:15:13 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B99A643D31 for ; Thu, 16 Sep 2004 09:15:10 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i8G9HRaF011113; Thu, 16 Sep 2004 12:17:27 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i8G9HPVg011112; Thu, 16 Sep 2004 12:17:25 +0300 (EEST) (envelope-from ml) Date: Thu, 16 Sep 2004 12:17:25 +0300 From: Alexey Zelkin To: Palle Girgensohn Message-ID: <20040916091725.GA11080@phantom.cris.net> References: <20603517059D47771C8E39D1@rambutan.pingpong.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20603517059D47771C8E39D1@rambutan.pingpong.net> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: WARNING: -server JVM on recent 5.x/6.x (was: Re: jdk14 & tomcat-5.0, JVM stops and consumes 100% CPU) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:15:13 -0000 Gentelmen, Since gcc 3.4 import -server JVM is imfunctionable. It fails very early and very hard to debug. Most likely it is some gcc optiomization related problem. I am working on this now, but very slowly (because of requirement to recompile everything on every change). Conclusion: Do not use -server switch for any java applications while running CURRENT or RELENG_5 now! On Mon, Sep 13, 2004 at 03:05:31PM +0200, Palle Girgensohn wrote: > Hi! > > I have a problem with jdk14 + tomcat, and believe it is the HotSpot Server > VM that fails. > > We're running jdk + tomcat. > > After running for hours or days, suddenly the JVM stop and consumes 100% > CPU cycles. This can go on for a minute, sometimes ten, then its back to > normal. > > All access are routed via apache & mod_jk, and mod_jk's log says: > > [Mon Sep 13 11:38:49 2004] [jk_ajp_common.c (1303)]: ERROR: Client > connection aborted or network problems > > repeatedly when the problem occurs. > > I log apache with %T (service time in seconds) and it reveals that apache > has to wait for the JVM. > > I suspected Garbage collection, but a log of GC (-Xloggc:/tmp/filename) > reveals nothing special. > > top reveals 100% CPU usage for java. I truss:ed a JVM before restarting, > output attached, although it doesn't really make any sense... > > There is no extra load on the machine at the time, it can happen to an > almost idle system. I've seen it happen when the first request after an > idle period happens, and also under normal, pretty constant load. > > Removing `-server' from java's option list seems to also remove the > problem, so I guess there's a bug in the HotSpot Server VM? Any ideas, how > can I help debugging? > > jdk-1.4.2p6_4 > tomcat-5.0.24 > FreeBSD-4.10 > apache+mod_ssl-1.3.31+2.8.18_4 > mod_jk-1.2.5_1,1 > > This happens on several different machines, same setup > > /Palle > ;; This buffer is for notes you don't want to save, and for Lisp evaluation. > ;; If you want to create a file, first visit that file with C-x C-f, > ;; then enter the text in that file's own buffer. > > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) = 17548 (0x448c) > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > gettimeofday(0x88eee44,0x0) = 0 (0x0) > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > poll(0x88f0400,0x0,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > gettimeofday(0x88eee44,0x0) = 0 (0x0) > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > poll(0x88f0400,0x0,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x281057a8,0x0) = 0 (0x0) > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > poll(0x805f000,0x3,0x0) = 0 (0x0) > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:25:40 2004 Return-Path: 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 0D32116A4CE for ; Thu, 16 Sep 2004 09:25:40 +0000 (GMT) Received: from unlnotes.unl.edu (unlnotes.unl.edu [129.93.1.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC08843D4C for ; Thu, 16 Sep 2004 09:25:39 +0000 (GMT) (envelope-from cthomson@unlnotes.unl.edu) Received: from unlnotes02.unl.edu ([129.93.1.3]) by unlnotes.unl.edu (Lotus Domino 651HF53) with ESMTP id 2004091604280067-2063850 ; Thu, 16 Sep 2004 04:28:00 -0500 Importance: Normal X-Priority: 3 (Normal) From: Cameron C Thomson To: freebsd-java@freebsd.org Date: Thu, 16 Sep 2004 04:26:41 -0500 Message-ID: X-MIMETrack: Serialize by Notes Server on UNLNOTES02.UNL.EDU/Servers/UNEBR(651HF53 | February 26, 2004) at 09/16/2004 04:26:41 AM, Serialize complete at 09/16/2004 04:26:41 AM,February 26, 2004) at 09/16/2004 04:26:41 AM,February 26, 2004) at 09/16/2004 04:26:42 AM, Serialize complete at 09/16/2004 04:26:42 AM,February 26, 2004) at 09/16/2004 04:28:00 AM,February 26, 2004) at 09/16/2004 04:28:02 AM, Serialize complete at 09/16/2004 04:28:02 AM Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Native JDK random # seed X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:25:40 -0000 I'm running FreeBSD 4.10 with jdk 1.4.2p6. Summary: The na= tive JDK should provide the same stack trace error as the linux-sun-jdk whe= n it suffers from a lack of entropy, rather than simply locking with n= o output. I had a number of apps that locked solid with no debug out= put or stack trace. I ran these apps using the linux-sun-jdk and reci= eved an error relating to seeding random numbers (I can recreate and paste = the stack trace if needed). I then switched back to the native jdk an= d seeded /dev/random with 'rndcontrol -s 10' . Now the native JDK gets past= the lockup. P.S. My solution to this is to set rndcontro= l in a startup script -- let me know if I'm missing something.. Tha= nks, - C. Colby Thomson J.D. Edwards Design Studio [1]cthomson@unlnotes.unl.edu= = References 1. file://localhost/tmp/3D"= From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:33:40 2004 Return-Path: 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 537E216A4CE for ; Thu, 16 Sep 2004 09:33:40 +0000 (GMT) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BBD43D46 for ; Thu, 16 Sep 2004 09:33:39 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by dirg.bris.ac.uk with esmtp (Exim 4.34) id 1C7se0-0004Ru-Ti; Thu, 16 Sep 2004 10:33:38 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 4.34) id 1C7sdy-0000gA-Ia; Thu, 16 Sep 2004 10:33:35 +0100 Date: Thu, 16 Sep 2004 10:33:34 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Cameron C Thomson In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Jan Grant X-Spam-Score: 0.0 X-Spam-Level: / cc: freebsd-java@freebsd.org Subject: Re: Native JDK random # seed X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:33:40 -0000 On Thu, 16 Sep 2004, Cameron C Thomson wrote: > > I'm running FreeBSD 4.10 with jdk 1.4.2p6. > Summary: The na= tive JDK should provide the same stack trace error as > the linux-sun-jdk whe= n it suffers from a lack of entropy, rather > than simply locking with n= o output. > I had a number of apps that locked solid with no debug out= put or > stack trace. I ran these apps using the linux-sun-jdk and reci= eved > an error relating to seeding random numbers (I can recreate and paste > = the stack trace if needed). I then switched back to the native jdk > an= d seeded /dev/random with 'rndcontrol -s 10' . Now the native JDK > gets past= the lockup. > P.S. My solution to this is to set rndcontro= l in a startup script -- > let me know if I'm missing something.. > Tha= nks, > - C. Colby Thomson > J.D. Edwards Design Studio > [1]cthomson@unlnotes.unl.edu= For what it's worth, this reminds me of a lack-of-entropy problem that I sorted out on -4-stable with the native jdk. In the end I turned on some more entropy harvesting using rndcontrol; but my problem with attempting to track down the issue was that attempts to use the java debugger to get a trace of the offending thread wedged solid. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/ Not as randy or clumsom as a blaster. From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:35:40 2004 Return-Path: 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 BEEF516A4D7 for ; Thu, 16 Sep 2004 09:35:40 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC7043D46 for ; Thu, 16 Sep 2004 09:35:39 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8G8o3CC002225; Thu, 16 Sep 2004 11:50:03 +0300 Received: from localhost (achill@localhost)i8G8o3dU002221; Thu, 16 Sep 2004 11:50:03 +0300 Date: Thu, 16 Sep 2004 11:50:03 +0300 (EEST) From: Achilleus Mantzios To: Alexey Zelkin In-Reply-To: <20040916091725.GA11080@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: Palle Girgensohn cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x (was: Re: jdk14 & tomcat-5.0, JVM stops and consumes 100% CPU) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:35:40 -0000 O Alexey Zelkin Ýãñáøå óôéò Sep 16, 2004 : > Gentelmen, > > Since gcc 3.4 import -server JVM is imfunctionable. It fails very early > and very hard to debug. Most likely it is some gcc optiomization related > problem. I am working on this now, but very slowly (because of > requirement to recompile everything on every change). > > Conclusion: Do not use -server switch for any java applications while > running CURRENT or RELENG_5 now! Right, but what about eclipse? On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 will also fail to run eclipse where no -server issue is involved. Maybe the whole gcc34 situation is somehow problematic. > > On Mon, Sep 13, 2004 at 03:05:31PM +0200, Palle Girgensohn wrote: > > Hi! > > > > I have a problem with jdk14 + tomcat, and believe it is the HotSpot Server > > VM that fails. > > > > We're running jdk + tomcat. > > > > After running for hours or days, suddenly the JVM stop and consumes 100% > > CPU cycles. This can go on for a minute, sometimes ten, then its back to > > normal. > > > > All access are routed via apache & mod_jk, and mod_jk's log says: > > > > [Mon Sep 13 11:38:49 2004] [jk_ajp_common.c (1303)]: ERROR: Client > > connection aborted or network problems > > > > repeatedly when the problem occurs. > > > > I log apache with %T (service time in seconds) and it reveals that apache > > has to wait for the JVM. > > > > I suspected Garbage collection, but a log of GC (-Xloggc:/tmp/filename) > > reveals nothing special. > > > > top reveals 100% CPU usage for java. I truss:ed a JVM before restarting, > > output attached, although it doesn't really make any sense... > > > > There is no extra load on the machine at the time, it can happen to an > > almost idle system. I've seen it happen when the first request after an > > idle period happens, and also under normal, pretty constant load. > > > > Removing `-server' from java's option list seems to also remove the > > problem, so I guess there's a bug in the HotSpot Server VM? Any ideas, how > > can I help debugging? > > > > jdk-1.4.2p6_4 > > tomcat-5.0.24 > > FreeBSD-4.10 > > apache+mod_ssl-1.3.31+2.8.18_4 > > mod_jk-1.2.5_1,1 > > > > This happens on several different machines, same setup > > > > /Palle > > > ;; This buffer is for notes you don't want to save, and for Lisp evaluation. > > ;; If you want to create a file, first visit that file with C-x C-f, > > ;; then enter the text in that file's own buffer. > > > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) = 17548 (0x448c) > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > SIGNAL 27 > > SIGNAL 27 > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > _______________________________________________ > > 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" > > _______________________________________________ > 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" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:40:36 2004 Return-Path: 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 9B13716A4CE for ; Thu, 16 Sep 2004 09:40:36 +0000 (GMT) Received: from web14126.mail.yahoo.com (web14126.mail.yahoo.com [66.163.171.117]) by mx1.FreeBSD.org (Postfix) with SMTP id 73ADB43D41 for ; Thu, 16 Sep 2004 09:40:36 +0000 (GMT) (envelope-from colbyt@yahoo.com) Message-ID: <20040916094036.13482.qmail@web14126.mail.yahoo.com> Received: from [129.93.191.22] by web14126.mail.yahoo.com via HTTP; Thu, 16 Sep 2004 02:40:36 PDT Date: Thu, 16 Sep 2004 02:40:36 -0700 (PDT) From: Colby Thomson To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Native JDK random # seed (Corrected plain-text email hopefully) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:40:36 -0000 I'm running FreeBSD 4.10 with jdk 1.4.2p6. Summary: The native JDK should provide the same stack trace error as the linux-sun-jdk when it suffers from a lack of entropy while generating random numbers.. rather than simply locking with no output. I had a number of apps that locked solid with no debug output or stack trace. I ran these apps using the linux-sun-jdk and recieved an error relating to seeding random numbers (I can recreate and paste the stack trace if needed). I then switched back to the native jdk and seeded /dev/random with 'rndcontrol -s 10' . Now the native JDK gets past the lock-up. P.S. My solution to this is to set rndcontrol in a startup script -- let me know if there is a better suggestion. Thanks, - C. Colby Thomson J.D. Edwards Design Studio cthomson@unlnotes.unl.edu __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:48:28 2004 Return-Path: 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 8156716A4CE for ; Thu, 16 Sep 2004 09:48:28 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 942ED43D1F for ; Thu, 16 Sep 2004 09:48:26 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i8G9oTaF011404; Thu, 16 Sep 2004 12:50:29 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i8G9oRLb011403; Thu, 16 Sep 2004 12:50:27 +0300 (EEST) (envelope-from ml) Date: Thu, 16 Sep 2004 12:50:27 +0300 From: Alexey Zelkin To: Michael Bevin Message-ID: <20040916095027.GB11080@phantom.cris.net> References: <20040912144128.M42568@bevin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040912144128.M42568@bevin.de> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:48:28 -0000 hi, Main blocking issue here is releasing of SCSL version of jdk1.5.0 sources. Usually SCSL release delays official release by few weeks. Till this time no patchsets will be released. On Sun, Sep 12, 2004 at 04:41:28PM +0200, Michael Bevin wrote: > I read the recent post confirming that there are plans to make Java 1.5 / 5.0 > work on FreeBSD. > > Just wondering what the status is? The Java 5.0 RC has been out for a couple > of weeks, or are people waiting for the full release (scheduled towards the > end of this month)? > > Also, I read something about a FreeBSD ports freeze. Will this affect the > speed with which a Java 5.0 port will be released? > > Thanks, > > Michael Bevin > > > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:52:20 2004 Return-Path: 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 6E84B16A4CE for ; Thu, 16 Sep 2004 09:52:20 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FD643D53 for ; Thu, 16 Sep 2004 09:52:17 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i8G9sVaF011440; Thu, 16 Sep 2004 12:54:31 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i8G9sVmr011439; Thu, 16 Sep 2004 12:54:31 +0300 (EEST) (envelope-from ml) Date: Thu, 16 Sep 2004 12:54:31 +0300 From: Alexey Zelkin To: Achilleus Mantzios Message-ID: <20040916095431.GC11080@phantom.cris.net> References: <20040916091725.GA11080@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: Alexey Zelkin cc: Palle Girgensohn cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x (was: Re: jdk14 & tomcat-5.0, JVM stops and consumes 100% CPU) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:52:20 -0000 On Thu, Sep 16, 2004 at 11:50:03AM +0300, Achilleus Mantzios wrote: > O Alexey Zelkin ?????? ???? Sep 16, 2004 : > > > Gentelmen, > > > > Since gcc 3.4 import -server JVM is imfunctionable. It fails very early > > and very hard to debug. Most likely it is some gcc optiomization related > > problem. I am working on this now, but very slowly (because of > > requirement to recompile everything on every change). > > > > Conclusion: Do not use -server switch for any java applications while > > running CURRENT or RELENG_5 now! > > Right, > but what about eclipse? > On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 > will also fail to run eclipse where no -server issue is involved. Hmm.. I have set up clean machine for BETA2, built all ports from scratch and see what java -server -version locks up on handled signal (SIGBUS). Previously I had similar situations related to incorect optimization code produced by gcc. So, if you've it working you're lucky. > Maybe the whole gcc34 situation is somehow problematic. > > > > > On Mon, Sep 13, 2004 at 03:05:31PM +0200, Palle Girgensohn wrote: > > > Hi! > > > > > > I have a problem with jdk14 + tomcat, and believe it is the HotSpot Server > > > VM that fails. > > > > > > We're running jdk + tomcat. > > > > > > After running for hours or days, suddenly the JVM stop and consumes 100% > > > CPU cycles. This can go on for a minute, sometimes ten, then its back to > > > normal. > > > > > > All access are routed via apache & mod_jk, and mod_jk's log says: > > > > > > [Mon Sep 13 11:38:49 2004] [jk_ajp_common.c (1303)]: ERROR: Client > > > connection aborted or network problems > > > > > > repeatedly when the problem occurs. > > > > > > I log apache with %T (service time in seconds) and it reveals that apache > > > has to wait for the JVM. > > > > > > I suspected Garbage collection, but a log of GC (-Xloggc:/tmp/filename) > > > reveals nothing special. > > > > > > top reveals 100% CPU usage for java. I truss:ed a JVM before restarting, > > > output attached, although it doesn't really make any sense... > > > > > > There is no extra load on the machine at the time, it can happen to an > > > almost idle system. I've seen it happen when the first request after an > > > idle period happens, and also under normal, pretty constant load. > > > > > > Removing `-server' from java's option list seems to also remove the > > > problem, so I guess there's a bug in the HotSpot Server VM? Any ideas, how > > > can I help debugging? > > > > > > jdk-1.4.2p6_4 > > > tomcat-5.0.24 > > > FreeBSD-4.10 > > > apache+mod_ssl-1.3.31+2.8.18_4 > > > mod_jk-1.2.5_1,1 > > > > > > This happens on several different machines, same setup > > > > > > /Palle > > > > > ;; This buffer is for notes you don't want to save, and for Lisp evaluation. > > > ;; If you want to create a file, first visit that file with C-x C-f, > > > ;; then enter the text in that file's own buffer. > > > > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) = 17548 (0x448c) > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > SIGNAL 27 > > > SIGNAL 27 > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > > _______________________________________________ > > > 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" > > > > _______________________________________________ > > 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" > > > > -- > -Achilleus > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 09:57:10 2004 Return-Path: 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 5CCC516A4CE for ; Thu, 16 Sep 2004 09:57:10 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D648C43D1D for ; Thu, 16 Sep 2004 09:57:08 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8G9BYCC002281; Thu, 16 Sep 2004 12:11:34 +0300 Received: from localhost (achill@localhost)i8G9BYLj002277; Thu, 16 Sep 2004 12:11:34 +0300 Date: Thu, 16 Sep 2004 12:11:34 +0300 (EEST) From: Achilleus Mantzios To: Alexey Zelkin In-Reply-To: <20040916095431.GC11080@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT cc: Palle Girgensohn cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x (was: Re: jdk14 & tomcat-5.0, JVM stops and consumes 100% CPU) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:57:10 -0000 O Alexey Zelkin Ýãñáøå óôéò Sep 16, 2004 : > On Thu, Sep 16, 2004 at 11:50:03AM +0300, Achilleus Mantzios wrote: > > O Alexey Zelkin ?????? ???? Sep 16, 2004 : > > > > > Gentelmen, > > > > > > Since gcc 3.4 import -server JVM is imfunctionable. It fails very early > > > and very hard to debug. Most likely it is some gcc optiomization related > > > problem. I am working on this now, but very slowly (because of > > > requirement to recompile everything on every change). > > > > > > Conclusion: Do not use -server switch for any java applications while > > > running CURRENT or RELENG_5 now! > > > > Right, > > but what about eclipse? > > On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 > > will also fail to run eclipse where no -server issue is involved. > > Hmm.. I have set up clean machine for BETA2, built all ports from > scratch and see what java -server -version locks up on handled > signal (SIGBUS). Previously I had similar situations related to > incorect optimization code produced by gcc. So, if you've it working > you're lucky. Meaning the WARNING should apply to all gcc34-built installations, regardless the use of -server switch? > > > Maybe the whole gcc34 situation is somehow problematic. > > > > > > > > On Mon, Sep 13, 2004 at 03:05:31PM +0200, Palle Girgensohn wrote: > > > > Hi! > > > > > > > > I have a problem with jdk14 + tomcat, and believe it is the HotSpot Server > > > > VM that fails. > > > > > > > > We're running jdk + tomcat. > > > > > > > > After running for hours or days, suddenly the JVM stop and consumes 100% > > > > CPU cycles. This can go on for a minute, sometimes ten, then its back to > > > > normal. > > > > > > > > All access are routed via apache & mod_jk, and mod_jk's log says: > > > > > > > > [Mon Sep 13 11:38:49 2004] [jk_ajp_common.c (1303)]: ERROR: Client > > > > connection aborted or network problems > > > > > > > > repeatedly when the problem occurs. > > > > > > > > I log apache with %T (service time in seconds) and it reveals that apache > > > > has to wait for the JVM. > > > > > > > > I suspected Garbage collection, but a log of GC (-Xloggc:/tmp/filename) > > > > reveals nothing special. > > > > > > > > top reveals 100% CPU usage for java. I truss:ed a JVM before restarting, > > > > output attached, although it doesn't really make any sense... > > > > > > > > There is no extra load on the machine at the time, it can happen to an > > > > almost idle system. I've seen it happen when the first request after an > > > > idle period happens, and also under normal, pretty constant load. > > > > > > > > Removing `-server' from java's option list seems to also remove the > > > > problem, so I guess there's a bug in the HotSpot Server VM? Any ideas, how > > > > can I help debugging? > > > > > > > > jdk-1.4.2p6_4 > > > > tomcat-5.0.24 > > > > FreeBSD-4.10 > > > > apache+mod_ssl-1.3.31+2.8.18_4 > > > > mod_jk-1.2.5_1,1 > > > > > > > > This happens on several different machines, same setup > > > > > > > > /Palle > > > > > > > ;; This buffer is for notes you don't want to save, and for Lisp evaluation. > > > > ;; If you want to create a file, first visit that file with C-x C-f, > > > > ;; then enter the text in that file's own buffer. > > > > > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) = 17548 (0x448c) > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) = 185446412 (0xb0db00c) > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > gettimeofday(0x88eee44,0x0) = 0 (0x0) > > > > gettimeofday(0x88eeeb4,0x0) = 0 (0x0) > > > > poll(0x88f0400,0x0,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > SIGNAL 27 > > > > SIGNAL 27 > > > > gettimeofday(0x281057a8,0x0) = 0 (0x0) > > > > sigprocmask(0x3,0x28105818,0x0) = 0 (0x0) > > > > poll(0x805f000,0x3,0x0) = 0 (0x0) > > > > sigreturn(0x88ab8e0) ERR#185360396 'Unknown error: 185360396' > > > > > > > _______________________________________________ > > > > 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" > > > > > > _______________________________________________ > > > 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" > > > > > > > -- > > -Achilleus > > > > _______________________________________________ > > 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" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 10:24:02 2004 Return-Path: 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 8E5DA16A4CE for ; Thu, 16 Sep 2004 10:24:02 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBE043D49 for ; Thu, 16 Sep 2004 10:24:01 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i8GAMv221486; Thu, 16 Sep 2004 11:23:03 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <414969A1.6070609@iang.org> Date: Thu, 16 Sep 2004 11:23:29 +0100 From: Ian Grigg User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Alexey Zelkin cc: Palle Girgensohn cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 10:24:02 -0000 Achilleus Mantzios wrote: > Right, > but what about eclipse? > On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 > will also fail to run eclipse where no -server issue is involved. Maybe unrelated, but there is a history of eclipse crashing on startup. On my machine [1] the eclipse thread exception [2] was solved by setting JAVA_HOME [3]. iang 1. FreeBSD 4.9 with jdk1.4.2 (p4 thru p6). 2. this is the UnsatisfiedLinkError that Eclipse throws on startup, seaching on the net indicated that a) reinstall all Java, and b) kldload linprocfs. http://lists.freebsd.org/pipermail/freebsd-java/2004-June/002336.html 3. For my luck, those didn't work, but setting JAVA_HOME did. From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 10:52:01 2004 Return-Path: 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 0948516A4CE for ; Thu, 16 Sep 2004 10:52:01 +0000 (GMT) Received: from web21004.mail.yahoo.com (web21004.mail.yahoo.com [216.136.227.58]) by mx1.FreeBSD.org (Postfix) with SMTP id CF62943D5D for ; Thu, 16 Sep 2004 10:52:00 +0000 (GMT) (envelope-from josearaness@yahoo.es) Message-ID: <20040916105200.50693.qmail@web21004.mail.yahoo.com> Received: from [82.67.4.166] by web21004.mail.yahoo.com via HTTP; Thu, 16 Sep 2004 12:52:00 CEST Date: Thu, 16 Sep 2004 12:52:00 +0200 (CEST) From: =?iso-8859-1?q?Jose=20Aranes?= To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: problems with installation of eclipse-3.0_1 at freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 10:52:01 -0000 Hi all I get this output with the installation of eclipse: the ports tree is update this week. make install clean FORCE_PKG_REGISTER=YES ===> Building for eclipse-3.0_1 ===> Building libswt. cd "plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library" && \ /bin/sh ./build.sh && \ /bin/cp *.so ../../../../org.eclipse.swt.gtk/os/freebsd/x86/ gmake[1]: Entering directory `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library' c++ -O -fno-rtti -Wall -I./ -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/bsd -I/usr/local/jdk1.4.2/include/freebsd -include /usr/X11R6/include/mozilla/mozilla-config.h -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/xpcom -I/usr/X11R6/include/mozilla/string -I/usr/X11R6/include/mozilla/nspr -I/usr/X11R6/include/mozilla/embed_base -I/usr/X11R6/include/mozilla/gfx -c xpcom.cpp cc1plus: /usr/X11R6/include/mozilla/mozilla-config.h: No such file or directory xpcom.cpp:32:19: nsCRT.h: No such file or directory xpcom.cpp:33:25: nsEmbedAPI.h: No such file or directory xpcom.cpp:34:19: prmem.h: No such file or directory xpcom.cpp:35:19: prenv.h: No such file or directory xpcom.cpp:36:22: nsString.h: No such file or directory xpcom.cpp:37:31: nsEnumeratorUtils.h: No such file or directory xpcom.cpp:38:28: nsIInputStream.h: No such file or directory xpcom.cpp:39:20: nsRect.h: No such file or directory xpcom.cpp:48: error: type specifier omitted for parameter `P_OLE_FN_16S' xpcom.cpp:48: error: ISO C++ forbids declaration of `NS_CALLBACK_' with no type xpcom.cpp:48: error: `NS_CALLBACK_' declared as function returning a function xpcom.cpp:49: error: syntax error before `,' token xpcom.cpp:50: error: syntax error before `,' token xpcom.cpp:51: error: syntax error before `,' token xpcom.cpp:52: error: syntax error before `,' token xpcom.cpp:53: error: syntax error before `,' token xpcom.cpp:54: error: syntax error before `,' token xpcom.cpp:55: error: syntax error before `,' token xpcom.cpp:56: error: syntax error before `,' token xpcom.cpp:57: error: syntax error before `,' token xpcom.cpp:58: error: syntax error before `,' token xpcom.cpp:59: error: syntax error before `,' token xpcom.cpp:60: error: syntax error before `,' token xpcom.cpp:61: error: syntax error before `,' token xpcom.cpp:62: error: syntax error before `void' xpcom.cpp:63: error: syntax error before `,' token xpcom.cpp:64: error: syntax error before `,' token xpcom.cpp:65: error: syntax error before `,' token xpcom.cpp:66: error: syntax error before `,' token xpcom.cpp:67: error: syntax error before `void' xpcom.cpp:68: error: syntax error before `,' token xpcom.cpp:69: error: syntax error before `,' token xpcom.cpp:90: error: syntax error before `*' token gmake[1]: *** [xpcom.o] Error 1 gmake[1]: Leaving directory `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library' gmake: *** [libswt] Error 2 *** Error code 2 Stop in /usr/ports/java/eclipse. what would you advise me to do? thanks ______________________________________________ Renovamos el Correo Yahoo!: ¡100 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 11:07:09 2004 Return-Path: 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 C92E816A4CE for ; Thu, 16 Sep 2004 11:07:09 +0000 (GMT) Received: from hxx0038.munich.munichre.com (netserv.munichre.com [193.103.202.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E8B43D46 for ; Thu, 16 Sep 2004 11:07:08 +0000 (GMT) (envelope-from MBevin@munichre.com) Received: from netserv.dmz.munichre.com by hxx0038.munich.munichre.com ESMTP; Thu, 16 Sep 2004 13:07:08 +0200 Received: from MUCS039851.munich.munichre.com (mucs039851.munich.munichre.com [139.50.211.62] (may be forged))i8GB77gF077024 for ; Thu, 16 Sep 2004 13:07:07 +0200 (CEST) Received: from MUCS018645.eu.munichre.com (unverified) by MUCS039851.munich.munichre.com ; Thu, 16 Sep 2004 13:07:03 +0200 Received: from MUCS040151.munich.munichre.com ([139.50.211.73]) by MUCS018645.eu.munichre.com with Microsoft SMTPSVC(5.0.2195.6797); Thu, 16 Sep 2004 13:07:03 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Sep 2004 13:07:02 +0200 Message-ID: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JDK 1.5 / 5.0 thread-index: AcSb0mQ/0pgpdowMRTee/aR78vZTmwACmZmg From: "Bevin Michael - Munich-MR - external" To: "Alexey Zelkin" X-OriginalArrivalTime: 16 Sep 2004 11:07:03.0509 (UTC) FILETIME=[4BCE1050:01C49BDD] cc: freebsd-java@freebsd.org Subject: RE: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 11:07:09 -0000 Hi, Thanks for the reply. As I understand it there are typically both native = ports of the JDK, plus ports which are based on the linux JDK release = using the Linux compatibility. Are both these dependent on the SCSL = sources, or just the native port? Thanks, Michael Bevin > -----Original Message----- > From: owner-freebsd-java@freebsd.org > [mailto:owner-freebsd-java@freebsd.org]On Behalf Of Alexey Zelkin > Sent: Donnerstag, 16. September 2004 11:50 > To: Michael Bevin > Cc: freebsd-java@freebsd.org > Subject: Re: JDK 1.5 / 5.0 >=20 >=20 > hi, >=20 > Main blocking issue here is releasing of SCSL version of=20 > jdk1.5.0 sources. > Usually SCSL release delays official release by few weeks. > Till this time no patchsets will be released. >=20 > On Sun, Sep 12, 2004 at 04:41:28PM +0200, Michael Bevin wrote: > > I read the recent post confirming that there are plans to=20 > make Java 1.5 / 5.0 > > work on FreeBSD.=20 > >=20 > > Just wondering what the status is? The Java 5.0 RC has been=20 > out for a couple > > of weeks, or are people waiting for the full release=20 > (scheduled towards the > > end of this month)? > >=20 > > Also, I read something about a FreeBSD ports freeze. Will=20 > this affect the > > speed with which a Java 5.0 port will be released? > >=20 > > Thanks, > >=20 > > Michael Bevin > >=20 > >=20 > >=20 > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to=20 > "freebsd-java-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to=20 > "freebsd-java-unsubscribe@freebsd.org" >=20 From owner-freebsd-java@FreeBSD.ORG Thu Sep 16 12:41:55 2004 Return-Path: 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 7A51C16A4CE for ; Thu, 16 Sep 2004 12:41:55 +0000 (GMT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7631E43D5A for ; Thu, 16 Sep 2004 12:41:54 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])i8GCfpLl040287; Thu, 16 Sep 2004 14:41:52 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Thu, 16 Sep 2004 14:41:51 +0200 From: Palle Girgensohn To: Ian Grigg , Achilleus Mantzios Message-ID: In-Reply-To: <414969A1.6070609@iang.org> References: <414969A1.6070609@iang.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Alexey Zelkin cc: freebsd-java@freebsd.org Subject: Re: WARNING: -server JVM on recent 5.x/6.x X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 12:41:55 -0000 I have JAVA_HOME set. Also, it can run for days before the problem shows. /Palle --On Thursday, September 16, 2004 11:23:29 +0100 Ian Grigg wrote: > > > Achilleus Mantzios wrote: > >> Right, >> but what about eclipse? >> On my gcc 3.4.2 5.3-BETA2, a freshly built jdk1.4.2-p6 >> will also fail to run eclipse where no -server issue is involved. > > > Maybe unrelated, but there is a history of > eclipse crashing on startup. On my machine [1] > the eclipse thread exception [2] was solved by > setting JAVA_HOME [3]. > > iang > > 1. FreeBSD 4.9 with jdk1.4.2 (p4 thru p6). > > 2. this is the UnsatisfiedLinkError that > Eclipse throws on startup, seaching on the > net indicated that a) reinstall all Java, > and b) kldload linprocfs. > > http://lists.freebsd.org/pipermail/freebsd-java/2004-June/002336.html > > 3. For my luck, those didn't work, but setting > JAVA_HOME did. From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 05:46:20 2004 Return-Path: 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 2DD8016A4CE for ; Fri, 17 Sep 2004 05:46:20 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F98043D53 for ; Fri, 17 Sep 2004 05:46:19 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i8H5kIvr016353; Thu, 16 Sep 2004 23:46:18 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i8H5kHl1016352; Thu, 16 Sep 2004 23:46:17 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 16 Sep 2004 23:46:16 -0600 From: Greg Lewis To: Bevin Michael - Munich-MR - external Message-ID: <20040917054616.GA16333@misty.eyesbeyond.com> References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 05:46:20 -0000 On Thu, Sep 16, 2004 at 01:07:02PM +0200, Bevin Michael - Munich-MR - external wrote: > Hi, > > Thanks for the reply. As I understand it there are typically both native ports of the JDK, plus ports which are based on the linux JDK release using the Linux compatibility. Are both these dependent on the SCSL sources, or just the native port? Just the native port. However, the beta of the Linux 1.5 in the tree fails to run at all. So it looks like we'll be SOOL on that front. This is potentially going to cause a bootstrap problem unless the 1.5.0 release is bootstrappable with 1.4. -- 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 Sep 17 07:10:35 2004 Return-Path: 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 8E31416A4CE for ; Fri, 17 Sep 2004 07:10:35 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D6943D2F for ; Fri, 17 Sep 2004 07:10:33 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i8H7CTaF018576; Fri, 17 Sep 2004 10:12:29 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i8H7CTNR018575; Fri, 17 Sep 2004 10:12:29 +0300 (EEST) (envelope-from ml) Date: Fri, 17 Sep 2004 10:12:29 +0300 From: Alexey Zelkin To: Greg Lewis Message-ID: <20040917071229.GA18547@phantom.cris.net> References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040917054616.GA16333@misty.eyesbeyond.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: Bevin Michael - Munich-MR - external cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 07:10:35 -0000 On Thu, Sep 16, 2004 at 11:46:16PM -0600, Greg Lewis wrote: > On Thu, Sep 16, 2004 at 01:07:02PM +0200, Bevin Michael - Munich-MR - external wrote: > > Hi, > > > > Thanks for the reply. As I understand it there are typically both native ports of the JDK, plus ports which are based on the linux JDK release using the Linux compatibility. Are both these dependent on the SCSL sources, or just the native port? > > Just the native port. However, the beta of the Linux 1.5 in the tree fails > to run at all. So it looks like we'll be SOOL on that front. > > This is potentially going to cause a bootstrap problem unless the 1.5.0 > release is bootstrappable with 1.4. Actually it should not. JDK releases are able to be bootstraped with previous JDK release. When I was expirementing with jdk 1.5.0 this spring, I was able to use jdk 1.4.2 to bootstrap. From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 07:33:11 2004 Return-Path: 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 F158D16A4CE for ; Fri, 17 Sep 2004 07:33:11 +0000 (GMT) Received: from smtp18.wxs.nl (smtp18.wxs.nl [195.121.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF03B43D45 for ; Fri, 17 Sep 2004 07:33:11 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from ronald.echteman.nl (ip51cdc5d2.speed.planet.nl [81.205.197.210]) by smtp18.wxs.nlSMTP id <0I46005R2CYRW2@smtp18.wxs.nl> for java@freebsd.org; Fri, 17 Sep 2004 09:32:51 +0200 (CEST) Received: (qmail 14757 invoked from network); Fri, 17 Sep 2004 07:32:51 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Fri, 17 Sep 2004 07:32:51 +0000 Received: (qmail 45517 invoked from network); Fri, 17 Sep 2004 07:32:30 +0000 Received: from unknown (HELO guido.thuis.klop.ws) (192.168.0.2) by 192.168.0.16 with SMTP; Fri, 17 Sep 2004 07:32:30 +0000 Received: (qmail 88740 invoked from network); Fri, 17 Sep 2004 07:32:29 +0000 Received: from localhost.thuis.klop.ws (HELO outgoing.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; Fri, 17 Sep 2004 07:32:29 +0000 Date: Fri, 17 Sep 2004 09:32:28 +0200 From: Ronald Klop In-reply-to: <20040917054616.GA16333@misty.eyesbeyond.com> To: "java@freebsd.org" Message-id: MIME-version: 1.0 Content-type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-transfer-encoding: 7BIT User-Agent: Opera M2/7.54 (FreeBSD, build 751) References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> Subject: offtopic: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 07:33:12 -0000 On Thu, 16 Sep 2004 23:46:16 -0600, Greg Lewis wrote: > On Thu, Sep 16, 2004 at 01:07:02PM +0200, Bevin Michael - Munich-MR - > external wrote: >> Hi, >> >> Thanks for the reply. As I understand it there are typically both >> native ports of the JDK, plus ports which are based on the linux JDK >> release using the Linux compatibility. Are both these dependent on the >> SCSL sources, or just the native port? > > Just the native port. However, the beta of the Linux 1.5 in the tree > fails > to run at all. So it looks like we'll be SOOL on that front. What is SOOL? -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 13:45:26 2004 Return-Path: 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 97E4616A4CE for ; Fri, 17 Sep 2004 13:45:26 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3309943D39 for ; Fri, 17 Sep 2004 13:45:26 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i8HDjOTq069555; Fri, 17 Sep 2004 07:45:25 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i8HDjJQj069554; Fri, 17 Sep 2004 07:45:19 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 17 Sep 2004 07:45:19 -0600 From: Greg Lewis To: Alexey Zelkin Message-ID: <20040917134519.GA69537@misty.eyesbeyond.com> References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040917071229.GA18547@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040917071229.GA18547@phantom.cris.net> User-Agent: Mutt/1.4.2.1i cc: Bevin Michael - Munich-MR - external cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 13:45:26 -0000 On Fri, Sep 17, 2004 at 10:12:29AM +0300, Alexey Zelkin wrote: > On Thu, Sep 16, 2004 at 11:46:16PM -0600, Greg Lewis wrote: > > On Thu, Sep 16, 2004 at 01:07:02PM +0200, Bevin Michael - Munich-MR - external wrote: > > > Hi, > > > > > > Thanks for the reply. As I understand it there are typically both native ports of the JDK, plus ports which are based on the linux JDK release using the Linux compatibility. Are both these dependent on the SCSL sources, or just the native port? > > > > Just the native port. However, the beta of the Linux 1.5 in the tree fails > > to run at all. So it looks like we'll be SOOL on that front. > > > > This is potentially going to cause a bootstrap problem unless the 1.5.0 > > release is bootstrappable with 1.4. > > Actually it should not. JDK releases are able to be bootstraped with previous > JDK release. When I was expirementing with jdk 1.5.0 this spring, I was > able to use jdk 1.4.2 to bootstrap. Maybe so, but you certainly can't bootstrap 1.4.2 with 1.3.1 for example. I can't recall an earlier release that was bootstrappable at release time by the previous release. They usually drop that feature later in the development cycle. Hopefully they haven't this time, but I'm not holding my breath :). -- 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 Sep 17 15:01:52 2004 Return-Path: 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 6A38F16A4CE for ; Fri, 17 Sep 2004 15:01:52 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F65B43D45 for ; Fri, 17 Sep 2004 15:01:51 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8HEGLCC005456 for ; Fri, 17 Sep 2004 17:16:21 +0300 Received: from localhost (achill@localhost)i8HEGLNA005452 for ; Fri, 17 Sep 2004 17:16:21 +0300 Date: Fri, 17 Sep 2004 17:16:21 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Strange eclipse 3 problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 15:01:52 -0000 Hi, i run into a bizzard situation when starting eclipse from the ordinary dev user (me!) as i used to in the eclipse 2 days (yesterday!). I get at the very begining: [achill4@smadev ~]% ecl^Gipse^M java.io.IOException: The FrameworkAdaptor object could not perform the operation at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor.initializeStorage(DefaultAdaptor.java:267) at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:115) at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) !SESSION Sep 17, 2004 14:59:00.369 --------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY org.eclipse.osgi Sep 17, 2004 14:59:00.371 !MESSAGE Startup error !STACK 1 java.lang.RuntimeException: The FrameworkAdaptor object could not perform the operation at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:119) at org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) at org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) With newly created users i have no problem starting (and having a 1st feel of) eclipse3. All quotas are ok, filesystems have plenty of space, permissions are ok, no acls present. Any ideas from people that have been into eclipse code? -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 18:39:03 2004 Return-Path: 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 BF9AB16A4D8 for ; Fri, 17 Sep 2004 18:39:03 +0000 (GMT) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.5.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D1043D31 for ; Fri, 17 Sep 2004 18:39:03 +0000 (GMT) (envelope-from truk@optonline.net) Received: from focus (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta4.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0I47008CR7T250@mta4.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Fri, 17 Sep 2004 14:39:02 -0400 (EDT) Date: Fri, 17 Sep 2004 14:39:10 -0400 From: Kurt Miller To: Greg Lewis , Alexey Zelkin Message-id: <001401c49ce5$9f494700$1d0110ac@focus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040917071229.GA18547@phantom.cris.net> <20040917134519.GA69537@misty.eyesbeyond.com> cc: openbsd-java@codemonkey.net cc: freebsd-java@freebsd.org Subject: bootstrapping 1.4 with 1.3 (was JDK 1.5 / 5.0) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 18:39:04 -0000 From: "Greg Lewis" > On Fri, Sep 17, 2004 at 10:12:29AM +0300, Alexey Zelkin wrote: > > Actually it should not. JDK releases are able to be bootstraped with previous > > JDK release. When I was expirementing with jdk 1.5.0 this spring, I was > > able to use jdk 1.4.2 to bootstrap. > > Maybe so, but you certainly can't bootstrap 1.4.2 with 1.3.1 for example. > I can't recall an earlier release that was bootstrappable at release time > by the previous release. They usually drop that feature later in the > development cycle. Hopefully they haven't this time, but I'm not holding > my breath :). Following up on some suggestions that Greg gave me a while back.... I've made some progress with using 1.3 to bootstrap 1.4. 1.3 can be used to bootstrap 1.4 hotspot build, but fails in j2se. On OpenBSD, if I use the FreeBSD 1.4 rt.jar and tools.jar to get the subset of classes needed for bootstrapping I get further. There are still a set of source and header files that get created during bootstrapping that 1.3 can't create and are not available elsewhere: ./control/build/bsd-i586/gensrc/java/lang/Character.java ./control/build/bsd-i586/gensrc/java/lang/CharacterData.java ./control/build/bsd-i586/gensrc/java/lang/CharacterDataLatin1.java ./control/build/bsd-i586/tmp/java/java.lang/java/CClassHeaders/*.h ./control/build/bsd-i586/tmp/java/java.nio/nio/CClassHeaders/*.h ./control/build/bsd-i586/tmp/sun/java.util.zip/zip/CClassHeaders/*.h Since all of the above falls into the category of 'source', I believe they can be distributed as a dist file similar to how the patchset is distributed (click-on verification of SCSL status). I have a working OpenBSD port framework for bootstrapping 1.4 using this method. There's one remaining problem. Until FreeBSD releases a binary 1.4, I don't have a place to direct OpenBSD users to get the rt.jar and tools.jar files. I've tried the linux and solaris rt.jar and tools.jar, but it fails at the first invocation of native java with: Error occurred during initialization of VM java.lang.NoSuchMethodError: java.lang.Class.getName()Ljava/lang/String; If I can figure this problem out, I think I've got a way to bootstrap 1.4 using 1.3-linux and various distfiles. Otherwise I may have to wait until FreeBSD releases a binary 1.4 to use this method. A similar approach may also work for bootstrapping 1.5 (assuming the above problem is solved). BTW, if anyone wants to help me along with fixing the above problem it can be reproduced on FreeBSD by renaming your rt.jar and using the 1.4 linux rt.jar in its place. Help would be greatly appreciated. -Kurt From owner-freebsd-java@FreeBSD.ORG Fri Sep 17 22:35:35 2004 Return-Path: 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 E94DC16A4F0 for ; Fri, 17 Sep 2004 22:35:35 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C967943D45 for ; Fri, 17 Sep 2004 22:35:32 +0000 (GMT) (envelope-from phantom@FreeBSD.org.ua) Received: from phantom.cris.net (phantom@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i8HMbWaF023280; Sat, 18 Sep 2004 01:37:32 +0300 (EEST) (envelope-from phantom@FreeBSD.org.ua) Received: (from phantom@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i8HMbV2E023279; Sat, 18 Sep 2004 01:37:31 +0300 (EEST) (envelope-from phantom) Date: Sat, 18 Sep 2004 01:37:31 +0300 From: Alexey Zelkin To: Greg Lewis Message-ID: <20040917223731.GB23061@phantom.cris.net> References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040917071229.GA18547@phantom.cris.net> <20040917134519.GA69537@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040917134519.GA69537@misty.eyesbeyond.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: Bevin Michael - Munich-MR - external cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 22:35:36 -0000 hi, On Fri, Sep 17, 2004 at 07:45:19AM -0600, Greg Lewis wrote: > On Fri, Sep 17, 2004 at 10:12:29AM +0300, Alexey Zelkin wrote: > > On Thu, Sep 16, 2004 at 11:46:16PM -0600, Greg Lewis wrote: > > > On Thu, Sep 16, 2004 at 01:07:02PM +0200, Bevin Michael - Munich-MR - external wrote: > > > > Hi, > > > > > > > > Thanks for the reply. As I understand it there are typically both native ports of the JDK, plus ports which are based on the linux JDK release using the Linux compatibility. Are both these dependent on the SCSL sources, or just the native port? > > > > > > Just the native port. However, the beta of the Linux 1.5 in the tree fails > > > to run at all. So it looks like we'll be SOOL on that front. > > > > > > This is potentially going to cause a bootstrap problem unless the 1.5.0 > > > release is bootstrappable with 1.4. > > > > Actually it should not. JDK releases are able to be bootstraped with previous > > JDK release. When I was expirementing with jdk 1.5.0 this spring, I was > > able to use jdk 1.4.2 to bootstrap. > > Maybe so, but you certainly can't bootstrap 1.4.2 with 1.3.1 for example. > I can't recall an earlier release that was bootstrappable at release time > by the previous release. They usually drop that feature later in the > development cycle. Hopefully they haven't this time, but I'm not holding > my breath :). Sun is using method "previous release can be used for bootstraping". It means what jdk 1.3.1 can be used to bootstrap 1.4.0, 1.4.0 -> 1.4.1, 1.4.1 -> 1.4.2 and 1.4.2 -> 1.5.0. And since we do not have all pre-1.4.2 jdks in tree, we can't use 1.3.1 to bootstrap 1.4.2. -- /* Alexey Zelkin && Independent Contractor */ /* phantom(at)FreeBSD.org && http://www.FreeBSD.org/java */ /* phantom(at)cris.net && http://www.FreeBSD.org.ua/ */ From owner-freebsd-java@FreeBSD.ORG Sat Sep 18 01:58:48 2004 Return-Path: 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 8B34E16A4CE for ; Sat, 18 Sep 2004 01:58:48 +0000 (GMT) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEC643D31 for ; Sat, 18 Sep 2004 01:58:47 +0000 (GMT) (envelope-from antony.t.curtis@ntlworld.com) Received: from [10.10.10.100] ([81.107.94.210]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040918015913.INKA19539.mta07-svc.ntlworld.com@[10.10.10.100]>; Sat, 18 Sep 2004 02:59:13 +0100 From: Antony T Curtis To: Alexey Zelkin In-Reply-To: <20040917223731.GB23061@phantom.cris.net> References: <14C413EDD4FDAB48924086C19BF44F872E053C@MUCS040151.munich.munichre.com> <20040917054616.GA16333@misty.eyesbeyond.com> <20040917071229.GA18547@phantom.cris.net> <20040917134519.GA69537@misty.eyesbeyond.com> <20040917223731.GB23061@phantom.cris.net> Content-Type: text/plain Message-Id: <1095472725.98538.3.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 18 Sep 2004 02:58:45 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5 / 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 01:58:48 -0000 On Fri, 2004-09-17 at 23:37, Alexey Zelkin wrote: > hi, > Sun is using method "previous release can be used for bootstraping". It means > what jdk 1.3.1 can be used to bootstrap 1.4.0, 1.4.0 -> 1.4.1, 1.4.1 -> > 1.4.2 and 1.4.2 -> 1.5.0. And since we do not have all pre-1.4.2 jdks > in tree, we can't use 1.3.1 to bootstrap 1.4.2. I wouldn't mind having more options of JDKs. JBuilder 8 runs on 1.4.0 and fails in odd ways on 1.4.2. -- Antony T Curtis, BSc. UNIX, Linux, *BSD, Networking antony.t.curtis@ntlworld.com C++, J2EE, Perl, MySQL, Apache IT Consultancy. From owner-freebsd-java@FreeBSD.ORG Sat Sep 18 08:06:06 2004 Return-Path: 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 5A20416A4E2 for ; Sat, 18 Sep 2004 08:06:04 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED7143D55 for ; Sat, 18 Sep 2004 08:06:03 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8I7KbCC007530 for ; Sat, 18 Sep 2004 10:20:37 +0300 Received: from localhost (achill@localhost)i8I7KacH007526 for ; Sat, 18 Sep 2004 10:20:37 +0300 Date: Sat, 18 Sep 2004 10:20:36 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Subject: Re: Strange eclipse 3 problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 08:06:06 -0000 O Achilleus Mantzios Ýãñáøå óôéò Sep 17, 2004 : Also, has anyone had any success "migrating" his projects (j2ee), from eclipse 2? Has anyone seen,used,heard of the new (suposedly) jsp editing features of eclipse 3? After some silly workarounds (-configuration foofootos) i managed to "start" eclipse, but with no further success in actually "working" on it... Simply running xdoclet, or packaging just returned with no results (no .jar, ears, etc..) I used the same workspace (was that a big mistake?) Any help appriciated, since i foresee the mighty vi to be the next :) big IDE choice. I know i speak like a random IT mag journalist, but i had a really bad time with eclipse 3. Also sorry for not possible having done my homework... After half day, upgrading to Xorg, kde3.3 mozilla 1.7, (and using portupgrade -P wherever possible), (while at the same time doing my cross as a good orthodox christian boy), and the boss to talk about the new big app, is not a pleasant experience... (For the impatient, fast critics, yes we have donated to FreeBSD) Thanx for any help. and sorry for the attitude of this mail... > > Hi, > i run into a bizzard situation when starting eclipse from the ordinary > dev user (me!) as i used to in the eclipse 2 days (yesterday!). > > I get at the very begining: > > > [achill4@smadev ~]% ecl^Gipse^M > java.io.IOException: The FrameworkAdaptor object could not perform the > operation > at > org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor.initializeStorage(DefaultAdaptor.java:267) > at > org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:115) > at > org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) > at > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) > at > org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.basicRun(Main.java:183) > at org.eclipse.core.launcher.Main.run(Main.java:644) > at org.eclipse.core.launcher.Main.main(Main.java:628) > !SESSION Sep 17, 2004 14:59:00.369 > --------------------------------------------- > eclipse.buildId=200406251208 > java.version=1.4.2-p6 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en > > !ENTRY org.eclipse.osgi Sep 17, 2004 14:59:00.371 > !MESSAGE Startup error > !STACK 1 > > java.lang.RuntimeException: The FrameworkAdaptor object could not perform > the operation > at > org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:119) > at > org.eclipse.osgi.framework.internal.core.Framework.(Framework.java:95) > at > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90) > at > org.eclipse.osgi.framework.internal.core.OSGi.(OSGi.java:31) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.eclipse.core.launcher.Main.basicRun(Main.java:183) > at org.eclipse.core.launcher.Main.run(Main.java:644) > at org.eclipse.core.launcher.Main.main(Main.java:628) > > > With newly created users i have no problem starting (and having a 1st > feel of) eclipse3. > > All quotas are ok, filesystems have plenty of space, permissions are ok, > no acls present. > > Any ideas from people that have been into eclipse code? > > > -- -Achilleus