Re: unable to bind RMIDispatcher (was: Re: ./startofbiz.sh doesn't start : JDK problem ?) SOLVED

2011-01-21 Thread Jacques Le Roux
Thanks for the (important) update! Jacques From: De Jacques Le Roux (1R3 October, 16:22) : > You have clearly a nwetwork issue, we can't help much about it... You're perfectly right. I's a Debian known bug : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044 Now everything works fine.

Re: unable to bind RMIDispatcher (was: Re: ./startofbiz.sh doesn't start : JDK problem ?) SOLVED

2011-01-21 Thread fdap
De Jacques Le Roux (1R3 October, 16:22) : > You have clearly a nwetwork issue, we can't help much about it... You're perfectly right. I's a Debian known bug : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044 Now everything works fine. -- F > > > This works better than startofbiz.sh (

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-17 Thread Shi Jinghai
Here is a patch for this problem: https://issues.apache.org/jira/browse/OFBIZ-3993 在 2010-10-13三的 10:58 +0200,f...@free.fr写道: > > You have to change > > List> featureCountList = FastList.newInstance(); > > to > > List> featureCountList = > > FastList.newInstance(); > > > > and > > public

Re: unable to bind RMIDispatcher (was: Re: ./startofbiz.sh doesn't start : JDK problem ?)

2010-10-13 Thread Jacques Le Roux
From: De Jacques Le Roux (6 October, 19:08) : > Be sure that because you used ./startofbiz.sh before OFBiz is not > already connected to 1099 (though sounds weird that you get this > error without report by netstat!) Doesn't seem to be so : netstat doesn't report anything neither on 1

unable to bind RMIDispatcher (was: Re: ./startofbiz.sh doesn't start : JDK problem ?)

2010-10-13 Thread fdap
De Jacques Le Roux (6 October, 19:08) : > Be sure that because you used ./startofbiz.sh before OFBiz is not > already connected to 1099 (though sounds weird that you get this > error without report by netstat!) Doesn't seem to be so : netstat doesn't report anything neither on 1099 no

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-13 Thread fdap
> You have to change > List> featureCountList = FastList.newInstance(); > to > List> featureCountList = > FastList.newInstance(); > > and > public static List> listCountByFeatureForType > to > public static List> > listCountByFeatureForType > > save and rebuild. Thanks for the hi

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-13 Thread Shi Jinghai
Hmm... It seems many places have to change. We will try to find a better solution in next week. Regards, Shi Jinghai/Beijing Langhua Ltd. 在 2010-10-13三的 10:58 +0200,f...@free.fr写道: > > You have to change > > List> featureCountList = FastList.newInstance(); > > to > > List> featureCountList =

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Shi Jinghai
You have to change List> featureCountList = FastList.newInstance(); to List> featureCountList = FastList.newInstance(); and public static List> listCountByFeatureForType to public static List> listCountByFeatureForType save and rebuild. 在 2010-10-06三的 09:45 +0200,f...@free.fr写道: > Hello, > >

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Jacques Le Roux
Be sure that because you used ./startofbiz.sh before OFBiz is not already connected to 1099 (though sounds weird that you get this error without report by netstat!) When using ./startofbiz.sh you may look at the logs: runtime\logs BTW the demos trunk and stable are running on Ubuntu... Also ple

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread fdap
Thanks to all for the quick replies. Summary : - 09.04 : compiles with either OpenJDK or Sun/Oracle runs, from startofbiz.sh, with OpenJDK (!) only - 10.04 : compiles with Sun/Oracle only doesn't run neither from startofbiz.sh nor from `java -jar ofbiz.jar' Details below. D

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
Also make sure that your port 8080 is not used by another resource, to avoid JVM bind problem. -- Thanks & Regards, Pankaj Savita Mob: +91 9890262476 Mail to: pankajsav...@gmail.com On Wed, Oct 6, 2010 at 2:58 PM, Christian Geisert < christian.geis...@isu-gmbh.de> wrote: > f...@free.fr schrieb:

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Christian Geisert
f...@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.

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread pankaj savita
Check your class path entries for ofbiz10.04: JAVA_HOME C:\Program Files\Java\jdk1.6.0_20 CLASSPATH C:\Program Files\Java\jdk1.6.0_20\lib;C:\Program Files\Java\jdk1.6.0_20\jre\lib PATH C:\Program Files\Java\jdk1.6.0_20\bin Then try to bulid using ant run-install command if its build successfull

Re: ./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread Jacques Le Roux
You must use Sun (arg Oracle ;o) OpenJDK does not work with OFBiz yet... Also try with ./ant rather (uses 1.7.1) I know there are some issues with 1.8 Jacques From: Hello, Here is what I've done : svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 Ofbiz-10.04 cd Ofbi

./startofbiz.sh doesn't start : JDK problem ?

2010-10-06 Thread fdap
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 Runt