From owner-freebsd-ports@FreeBSD.ORG Thu May 8 08:44:11 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDF95231 for ; Thu, 8 May 2014 08:44:11 +0000 (UTC) Received: from mail-vc0-x22f.google.com (mail-vc0-x22f.google.com [IPv6:2607:f8b0:400c:c03::22f]) (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 9B2AF6E for ; Thu, 8 May 2014 08:44:11 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id lh4so2843129vcb.20 for ; Thu, 08 May 2014 01:44:10 -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=V7KAspJn0JO5/r/xYMxU32cF+5u+0EM0HwBbnD8N+/A=; b=tBHqyRIk1AeZI4vHchyVVu+zU0uEDeBQ+thWiZhbXka/hQGlLEXKzNvVFnwT3zwD5w mDOibEYpQtjKAVXe+EvPvsFeciIFT01txxBgyfomeQqQVpv3iVsl0vyVfypIPOHI3i3y FNNIx0zf/1woMTSyZDtQ1FIztEI4TyiO8cC28/uK1wXBaXcReS1Wcog9KEgXWE3EonHu CFIjkH1DtLdvyma1g+cEl100yyAUooo9ab/rlhHGet1+yQcbGSjLjt8DE3IjbP5XzxwJ 9x7A9xsRqkIHYDypr52JFA24fvYOYXZsWrWO/AbRqn1s6J13htBkuXcrXaqrJMnD18Z9 hfEg== MIME-Version: 1.0 X-Received: by 10.58.201.5 with SMTP id jw5mr1993081vec.6.1399538650709; Thu, 08 May 2014 01:44:10 -0700 (PDT) Received: by 10.52.18.67 with HTTP; Thu, 8 May 2014 01:44:10 -0700 (PDT) In-Reply-To: <6B2116F3-83DB-455D-88A0-18072E5AD490@liwest.at> References: <6B2116F3-83DB-455D-88A0-18072E5AD490@liwest.at> Date: Thu, 8 May 2014 11:44:10 +0300 Message-ID: Subject: Re: Java wildfly port From: Alexander Yerenkow To: horst leitenmueller Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 08:44:11 -0000 I updated archive (with tweaks from both Kurt and Horst). https://home.gits.kiev.ua/wildfly80.tar.bz2 2014-05-08 10:13 GMT+03:00 horst leitenmueller < horst.leitenmueller@liwest.at>: > Hi Alexander, > > first thank=E2=80=99s for your work > > i have tested installation on 9.2-RELEASE with openjdk version "1.7.0_25" > > ERROR: > java.lang.IllegalArgumentException: Failed to instantiate class > "org.jboss.logmanager.handlers.PeriodicRotatingFileHandler" for handler > "FILE" > > > Caused by: java.io.FileNotFoundException: > /usr/local/wildfly-8.0.0.Final/standalone/log/server.log (No such file or > directory) > > > =3D> log directory in standalone is missing cause by following problem > > chown -R www:www /usr/local/wildfly-8.0.0.Final > is missing > > if changed before first start; installation works like charm > Which is best way to detect first-start? I placed chown (but only of standalone subdir) in _start section, should work. > > > INFO: > not 100% correct (see also > https://docs.jboss.org/author/display/WFLY8/Command+line+parameters) > > i testet both constellations of binding both where working > > -Djboss.bind.address=3D > > and > > -b IP_to_bind_to > > as rc.conf _args > Oh, great, they returned '-b' back :) Updated info to this simpler form. > NTH: > > - info about wildfly80_enable=3D=E2=80=9CYES=E2=80=9D to put to rc.conf > > - some info on how to enable the administration console because at the > moment only localhost ist enabled=E2=80=A6. > i will write something together... > I think it's more about their documentation, default setup is localhost due to security, if you need to change this, you should have deep knowledge how and why. > > deployment i have not testet but i think when rights of the directories > are working=E2=80=A6 the rest should also > > > br horst > Thanks! > > On 24 Apr 2014, at 19:48, Alexander Yerenkow wrote: > > Could anyone take a PR 188339 ? > Thanks. > > -- > Regards, > Alexander Yerenkow > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > --=20 Regards, Alexander Yerenkow