From: "Erwan de FERRIERES" <[email protected]>
Le 07/12/2011 00:32, [email protected] a écrit :
The trunk actually is broken, not sure what your link is pointing to, are you sure your build server is reporting the right status? what O/S, jdk version does the build server use?

Thanks.

<quote author='Erwan de FERRIERES'>
Le 05/12/2011 21:10, Tolu Williams a écrit :
Trunk is broken and no one seems to care?

According to this, trunk is not broken:
http://ci.apache.org/builders/ofbiz-trunk

trunk is broken on your machine and on the demo server.

--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4161937.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Hi Tolu,

if the trunk was broken, this was due to this commit 
http://svn.apache.org/viewvc?rev=1211073&view=rev

Actually this commit was after Toly message, so it's unrelated to his message

Build server is reporting the right status, and is run after each commit on 
OFBiz trunk.

I don't know which is the configuration, except this is an Ubuntu running on 
it, as it is said here http://ci.apache.org/.
The JVM used is the sun one, but I don't know which version too.

Following an issue due to http://bugs.sun.com/view_bug.do?bug_id=6973402 the 18 
December 2010, we switched from

java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

Old Location:

/usr/lib/jvm/java-6-sun/

To

java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

New Location:

/usr/lib/jvm/java-6-sunjdk/jdk1.6.0_23/

JAVA_HOME was then and is still now:

$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sunjdk/jdk1.6.0_23

Recently Hans updated Ubuntu and kernel 
http://markmail.org/message/oluem6ve5xie3i4w

and I see
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

So it's java default

But we still run our 3 OFBIz instances under jdk1.6.0_23

24178 ofbiz 20 0 1760m 985m 19m S 6.8 24.8 23:05.60 /usr/lib/jvm/java-6-sunjdk/jdk1.6.0_23/bin/java -Xms128M -Xmx768M -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dofbiz.admin.port=10523 -Do 4858 ofbiz 20 0 1208m 331m 9904 S 0.4 8.4 12:37.63 /usr/lib/jvm/java-6-sunjdk/jdk1.6.0_23/bin/java -Xms128M -Xmx768M -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError -Dofbiz.admin.port=30523 -Do 5675 ofbiz 20 0 1353m 839m 10m S 0.0 21.2 174:31.93 /usr/lib/jvm/java-6-sunjdk/jdk1.6.0_23/bin/java -Xms128M -Xmx768M -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError -Dofbiz.admin.port=20523 -Do

Since we point to JAVA_HOME to use  jdk1.6.0_23

I don't remember exactly for how long we run 3 instances (Christian did it I beleive) and I don't know if it's a memory/resource issue, we are low on that...

No more time for that today...

Jacques


Cheers,

--
Erwan de FERRIERES
www.nereide.biz

Reply via email to