From owner-freebsd-java@FreeBSD.ORG Sat Oct 25 01:54:15 2003 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 6F02416A4B3 for ; Sat, 25 Oct 2003 01:54:15 -0700 (PDT) Received: from kontor.bph.rub.de (kontor.bph.ruhr-uni-bochum.de [134.147.252.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3F743FBF for ; Sat, 25 Oct 2003 01:54:14 -0700 (PDT) (envelope-from frankw@lecroy.bph.ruhr-uni-bochum.de) Received: from localhost (localhost [127.0.0.1]) by kontor.bph.rub.de (Postfix) with ESMTP id 39C9B39AC3 for ; Sat, 25 Oct 2003 10:54:13 +0200 (CEST) Received: from lecroy.bph.ruhr-uni-bochum.de (lecroy.bph.ruhr-uni-bochum.de [134.147.196.43]) by kontor.bph.rub.de (Postfix) with ESMTP id 7F08539AC2 for ; Sat, 25 Oct 2003 10:54:10 +0200 (CEST) Received: (from frankw@localhost)h9P8sqid014806 for freebsd-java@freebsd.org; Sat, 25 Oct 2003 10:54:52 +0200 (CEST) (envelope-from frankw) Date: Sat, 25 Oct 2003 10:54:52 +0200 From: Frank Wennmohs To: freebsd-java@freebsd.org Message-ID: <20031025085452.GB14758@lecroy.bph.ruhr-uni-bochum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: scanned by AMaViS 0.3.12 (BPH) - Sat Oct 25 10:54:12 2003 Subject: JAP under any JDK1.3.1 on a 4.8 System? 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, 25 Oct 2003 08:54:15 -0000 Hello all! I am a real fan of the JAP (Java Anon Proxy) project. Trying to get it running on a 4.8 System fails in one way or another (with a JDK1.3.1). Here is what I tried: Using the the native JDK1.3.1p8 with green threads results in core dump in a 'SeedGeneratorThread'. Using native JDK1.3.1 with native threads results in an immediate return of 'User signal 1'. Using the Linux JDK1.3.1 results in an illegal ioctl on /dev/random. The Diablo JDK1.3.1 does indeed run the JAP applet, but not every request to the personal proxy is being processed. Did anyone get JAP running correctly under FreeBSD? Or does anyone have a suggestion what I could try in addition? Thanks in advance Frank