From owner-freebsd-java@FreeBSD.ORG Tue May 12 05:50:01 2009 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C38C106567F for ; Tue, 12 May 2009 05:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CDB58FC20 for ; Tue, 12 May 2009 05:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4C5o1IY011618 for ; Tue, 12 May 2009 05:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4C5o1kn011617; Tue, 12 May 2009 05:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 12 May 2009 05:50:01 GMT Resent-Message-Id: <200905120550.n4C5o1kn011617@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horst Leitenmueller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A79521065673 for ; Tue, 12 May 2009 05:48:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 95F7F8FC21 for ; Tue, 12 May 2009 05:48:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4C5mKFw028915 for ; Tue, 12 May 2009 05:48:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4C5mKbJ028914; Tue, 12 May 2009 05:48:20 GMT (envelope-from nobody) Message-Id: <200905120548.n4C5mKbJ028914@www.freebsd.org> Date: Tue, 12 May 2009 05:48:20 GMT From: Horst Leitenmueller To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: java/134481: Jboss 5 Makefile problem with copying dir to deployment path X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2009 05:50:02 -0000 >Number: 134481 >Category: java >Synopsis: Jboss 5 Makefile problem with copying dir to deployment path >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 12 05:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Horst Leitenmueller >Release: 7.1 >Organization: >Environment: FreeBSD 7.1-RELEASE-p3 #0: Thu Feb 19 14:43:15 CET 2009 amd64 >Description: Problem on building jboss 5 port /usr/ports/java/jboss5 deployment runs ok, but on starting the jboss does not find the default libs which are located in the common directory this is new; changed from jboss 4 to jboss 5 common contains the jar files for the base server/* missing in Makefile: APP_HOME_FILES= bin client lib server *common* >How-To-Repeat: remove the deployed /usr/local/jboss5 directory deploy it again start the jboss5 add in /etc/rc.conf the line jboss5_enable="YES" boot the jboss /usr/local/etc/rc.d/jboss5 start look in jboss5 log file tail -f /usr/local/jboss5/server/default/log/server.log >Fix: cp -R /usr/ports/java/jboss5/work/jboss-5.0.0.GA-src/build/output/jboss-5.0.0.GA/common /usr/local/jboss5/ chown -R www:www /usr/local/jboss5/common correct fix is: add in /usr/ports/java/jboss5/Makefile (without *) APP_HOME_FILES= bin client lib server *common* >Release-Note: >Audit-Trail: >Unformatted: