From owner-freebsd-java@FreeBSD.ORG Thu Oct 10 14:49:52 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 452F2520 for ; Thu, 10 Oct 2013 14:49:52 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 045B121E8 for ; Thu, 10 Oct 2013 14:49:51 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id lc6so1756111vcb.1 for ; Thu, 10 Oct 2013 07:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UaxN+Be9OV3VPiTT0tktZvoEx8aEIrbw7w5p1QXe7CY=; b=IJWgvK4GmFJ1rhRZAqHq/vaMGMfsVMTqkYGabQ/1YY4YLT5/3NVkT+KXWoqUwLCTqs DPCULBGSZmA7xeoKaS7TQEhTKDvJUJkWK7UosZHgtYRKt4vbW2RTspZSA7eDLMsA7L2A 6QapMuj8jm02StdRY95+UdVfe9c/hp1h5R2bk1brBr6bd1VR/XHtvJVw9Rs70NZsQ2De vOX2lyF4gLP8KLzYFSQgxUQ3T4lYow5eCofM5Fyox6qUfhFbg5v+2GcGhkns7qMp7vI8 xot8cKLKxIhjIUXqLqvuVYXWc9R/zYeNRHKjEFsRPxBxktUEx9cOXP8pCf7pQhNSXfhY L/hA== MIME-Version: 1.0 X-Received: by 10.52.103.35 with SMTP id ft3mr12154957vdb.5.1381416591013; Thu, 10 Oct 2013 07:49:51 -0700 (PDT) Received: by 10.52.27.201 with HTTP; Thu, 10 Oct 2013 07:49:50 -0700 (PDT) In-Reply-To: References: Date: Thu, 10 Oct 2013 17:49:50 +0300 Message-ID: Subject: Re: Problem with java From: Alexander Yerenkow To: Ronald Klop Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 14:49:52 -0000 Yes, I saw that these logs contains some hints as to why java segfaulted. But since these servers are not mine, and I have locally "everything working" maybe this would be useful / interesting to other devs. 2013/10/10 Ronald Klop > On Thu, 10 Oct 2013 16:26:39 +0200, Alexander Yerenkow > wrote: > > Hello all. >> Seems that my ports (jboss7, jboss71, jboss72) are failing due to some >> error in JVM itself. >> Can someone take a look at it? >> >> Here latest logs: >> >> http://beefy1.isc.freebsd.org/**bulk/91i386-default/2013-10-** >> 09_14h59m01s/logs/jboss71-7.1.**3.log >> http://beefy1.isc.freebsd.org/**bulk/91i386-default/2013-10-** >> 09_14h59m01s/logs/jboss72-7.2.**0_1.log >> >> Thanks! >> > > See the mention of these lines: > # An error report file with more information is saved as: > # /wrkdirs/usr/ports/java/**jboss71/work/jbossas-jboss-as-** > f1f5122/hs_err_pid93939.log > > # An error report file with more information is saved as: > # /wrkdirs/usr/ports/java/**jboss72/work/jbossas-jboss-as-** > 4ed76ce/hs_err_pid47092.log > > Check does files. There is probably some interesting information in them. > > Ronald. > ______________________________**_________________ > 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 > " > -- Regards, Alexander Yerenkow