From owner-freebsd-java@FreeBSD.ORG Mon May 11 10:01:53 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86463106564A for ; Mon, 11 May 2009 10:01:53 +0000 (UTC) (envelope-from swun2010@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD368FC08 for ; Mon, 11 May 2009 10:01:53 +0000 (UTC) (envelope-from swun2010@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so2282859rvb.43 for ; Mon, 11 May 2009 03:01:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=3cgndQq7YiQSQp6UNdUnr4H+iZoCDUoSh6BmXGDHWYI=; b=aRcuT+vNUWghQvSWh86etYld9FOmF3q6dFCNsKC0TdNF1Ggk5uDkFPFYRdqzeIDYTe w37vA4ZxUmt/8aMHcE1E88mqBc2bl5ngYLKEX2zo6TXwaJ+xKJrOTZj5H6c5W+XklpYW Y77q6OtemMm85JcVYKHa/k/ivwobUz3HEMWLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=a78P1nFtug+PsmxRTV9855BCX51V2CWvdsf8BGrLky4Gz7HXWXUtnKoz7w/sPdnRjQ 5O99DiEPNmpiyEzavdcYcIJxFvRJhYCibZtf2RF+4Yk8XEGugyk+SXKdjeq364FocdoC djEUmHPnj8iF0Xnb09tZL8tRDoqwliSxp88lg= MIME-Version: 1.0 Received: by 10.142.87.4 with SMTP id k4mr2871425wfb.82.1242034273016; Mon, 11 May 2009 02:31:13 -0700 (PDT) Date: Mon, 11 May 2009 19:31:13 +1000 Message-ID: <736c47cb0905110231q229f2a0hdc95eceaf6df98a4@mail.gmail.com> From: Sam Wun To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: eclipse and jboss5 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: Mon, 11 May 2009 10:01:53 -0000 Hi, I got this 2 problems when I was trying to setup eclipse and jboss5 from freebsd 7.2 ports. Firstly, I have intall jboss5, but don't know how to setup it up. I run "jboss5ctl start" or "./jboss5 start" , in the "top" command, the java jvm runs few seconds, then disapeared, - that means it failed to start jboss5. But I don't know where to look for the log messages. Can anyone tell me how to setup jboss5 in freebsd 7.2? Another problem is I can't compile eclipse from the ports. The error I got is : ===> Applying FreeBSD patches for eclipse-3.4.1 Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file assemble.org.eclipse.sdk.all.xml.rej => Patch patch-assemble.org.eclipse.sdk.all.xml failed to apply cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse. Your suggestion is highly appreciated. Thanks