From owner-freebsd-java Fri Aug 23 14: 8:47 2002 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 3EC1537B4F7 for ; Fri, 23 Aug 2002 14:08:40 -0700 (PDT) Received: from ns3.ideathcare.com (mail.allneo.com [216.185.96.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A91543E4A for ; Fri, 23 Aug 2002 14:08:39 -0700 (PDT) (envelope-from jps@funeralexchange.com) Received: (qmail 96329 invoked by uid 85); 23 Aug 2002 21:21:19 -0000 Received: from jps@funeralexchange.com by ns3.ideathcare.com with qmail-scanner-1.03 (uvscan: v4.1.40/v4121. . Clean. Processed in 0.172818 secs); 23 Aug 2002 21:21:19 -0000 Received: from unknown (HELO pimpin) (216.138.114.132) by mail.allneo.com with SMTP; 23 Aug 2002 21:21:18 -0000 Reply-To: From: "Jeremy Suo-Anttila" To: , Subject: RE: /lib/libpthread.so.0: No such file or directory. Errors with Linux Jdk1.4.0.1 & Resin or Tomcat Date: Fri, 23 Aug 2002 16:15:59 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <200208231611.54672.absinthe@pobox.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dylan, Unfortunatley i do need the 1.4 api otherwise i would be using the native 1.3.1. Our application uses alot of the 1.4 features so to downgrade to it would be ALOT of work. I have found that if i create a symlink from the /lib dir to the /usr/compat/linux/lib dir that gets rid of the first error that i posted (libpthread.so.0) but brings up another. Now the server cannot find the libstdc++-libc6.1-1.so.2@ file so i am going to try and link all of the missing files to from the /usr/lib/foo > /usr/compat/linux/usr/lib/foo to see if that will solve the problem. Anyone on the list happen to know a easier way to accomplish this? I can see this not being the best way to handle this since it can be easily broken by a makeworld or other upgrades. Do i need to maybe add the path to the linux libs to a hint file somewhere?? Also this only happens when i run the MS Application Web stress tester against my server with a 100+ threads and the server is under ALOT of load. Thanks Jps -----Original Message----- From: Dylan Carlson [mailto:absinthe@pobox.com] Sent: Friday, August 23, 2002 3:12 PM To: jps@funeralexchange.com; freebsd-java@FreeBSD.ORG Subject: Re: /lib/libpthread.so.0: No such file or directory. Errors with Linux Jdk1.4.0.1 & Resin or Tomcat On Friday 23 August 2002 01:32pm, Jeremy Suo-Anttila wrote: > I have been experiencing allot of java crashes (2-3 some days) with the > following error code every time it happens. If any one could tell me what I > can do to prevent future crashes from happening or how I can get more info > from the crash and find a way to patch my system to make them work that > would be great. The errors are listed below along with other info. Also if > anyone else has had the same problems please let me know and I will submit > a pr for this. > > I have already upgraded to the latest linux_base last night from > linux_base6 and reinstalled the linux-sun-jdk.1.4.0.1 from the ports. > > Thanks Hi Jeremy, The 1.4 JDK port is not considered "stable" at this time. It is known to crash often. I'm not personally qualified to tell you why, however, unless you need the 1.4.0 API for something specific, I would suggest building and running ports/java/jdk13 or /ports/java/linux-jdk13 if you want as close to a production quality VM for Tomcat and Resiin. I have personally run the native JDK (java/jdk13) under both of those products without problem since patchset 5. That is what I would recommend that you use for the time being. Regards, -- Dylan Carlson [absinthe@pobox.com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message