From owner-freebsd-java@FreeBSD.ORG Fri Nov 21 00:34:50 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEC2797F for ; Fri, 21 Nov 2014 00:34:50 +0000 (UTC) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86A3D769 for ; Fri, 21 Nov 2014 00:34:50 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id rl12so3951306iec.33 for ; Thu, 20 Nov 2014 16:34:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=IWH69OCS705r2bLvEPOSo+qBs78OKzmoxVW++J/n3io=; b=Eo8mZ9tgH3A8Qtf/Mpf3Gxx2A9L7dExe1xX7PWdmwZxcWHhIGOOkf05nr62LycbR8S vXObEx3sxPkZ1Uk8KJpbm8L/HvTkKF/ZQKx9wF8mZrcUGvJUpEZWh8rG5KJcsw2KKYB2 nfo3e1h/SHwMTA3YkfGUlmSta+n7vp1ibXV+zzl5xTKWl2uvaGZcmkx16zgyhV5ZKp+K qvtPOd/n4Ck2m4PL4d+V2vugHdAFIsMlpDUNKO2XrzuBMdQAw8KXf+Bne/NufPvAt+RP CI0dg6U4Dlwf4JklUhw3Z6pYHy7POHDxEu5ABwwQfWpSFOvYptkaYshC463w9sW3A+ut rhrA== X-Received: by 10.42.136.133 with SMTP id u5mr10499189ict.33.1416530089987; Thu, 20 Nov 2014 16:34:49 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.29.141 with HTTP; Thu, 20 Nov 2014 16:34:29 -0800 (PST) In-Reply-To: <546E2ED7.6010803@atlantisservices.net> References: <546E2ED7.6010803@atlantisservices.net> From: Ed Maste Date: Thu, 20 Nov 2014 19:34:29 -0500 X-Google-Sender-Auth: OkqpKFi-G1bbGpidWkqlZFhe724 Message-ID: Subject: Re: Porting OpenNMS to FreeBSD 10.x with OpenJDK7 To: Paul Pathiakis Content-Type: text/plain; charset=UTF-8 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 00:34:50 -0000 On 20 November 2014 13:11, Paul Pathiakis wrote: > Hi, > > I'm trying to create the port/pkg for the OpenNMS monitoring tool. > > The latest version came out, 1.14, and I have the latest package. > > However, there still seems to be a problem with it dumping core after a > couple of hours. Can you get a backtrace from the crash?