Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 62629 invoked from network); 6 Oct 2010 09:29:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 09:29:20 -0000 Received: (qmail 1229 invoked by uid 500); 6 Oct 2010 09:29:19 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 1122 invoked by uid 500); 6 Oct 2010 09:29:17 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 1107 invoked by uid 99); 6 Oct 2010 09:29:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 09:29:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.17.9] (HELO moutng.kundenserver.de) (212.227.17.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 09:29:08 +0000 Received: from [192.168.178.21] (p5DC0ABD5.dip.t-dialin.net [93.192.171.213]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Le9EG-1OMjEa0vvA-00qPBA; Wed, 06 Oct 2010 11:28:48 +0200 Message-ID: <4CAC4151.9090201@isu-gmbh.de> Date: Wed, 06 Oct 2010 11:28:49 +0200 From: Christian Geisert Organization: ISU GmbH User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: ./startofbiz.sh doesn't start : JDK problem ? References: <19628.10522.822065.922909@aleph3.imag.fr> In-Reply-To: <19628.10522.822065.922909@aleph3.imag.fr> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V02:K0:iwuKGh4jczOK9TRYyptnnEAHczrr35tUTtDAKyxlrfE KvHYcV00FOxr6gnZfCQSEK36eth96eipVwshM8AktF/r9q/Wvc mPiJbRcLf0kW/SlDwAXmUQU2DqA4NlzaUe4MeLq3iU91fNzP0b k4F5bYZ4uZbYdL2IjY66QMnMtlpFKgmvF7XnYORGIEO1CwWWbr NGOLqA7nV/fQH2v3Niskw== X-Virus-Checked: Checked by ClamAV on apache.org fdap@free.fr schrieb: > Hello, > > Here is what I've done : > svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 > Ofbiz-10.04 > cd Ofbiz-10.04 > ant run-install > > Here, I'm using the Sun (well, Oracle) jdk on a linux Debian amd64 laptop : > ~ � java -version > java version "1.6.0_21" > Java(TM) SE Runtime Environment (build 1.6.0_21-b06) > Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode) > The build is successful. Then, ./startofbiz.sh : > > Set OFBIZ_HOME to - /srv/www/Ofbiz-10.04 > Exception in thread "main" java.net.SocketException: Invalid argument > at java.net.PlainSocketImpl.socketBind(Native Method) > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365) > at java.net.ServerSocket.bind(ServerSocket.java:319) > at java.net.ServerSocket.(ServerSocket.java:185) > at org.ofbiz.base.start.Start.initListenerThread(Start.java:167) > at org.ofbiz.base.start.Start.init(Start.java:93) > at org.ofbiz.base.start.Start.main(Start.java:410) Have a look at the value ADMIN_PORT in startofbiz.sh, seems like something is wrong with this value. Regards Christian