Hello,
I try to install ofbiz.12.04 on debian but i even can not run with success a ./ant . Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or on ofbiz.jar afterwards ??? My ./ant stops always executing. Any idea from an advanced Debian Linux specialist? regards, Eric -- Olagos bvba http://www.olagos.eu http://www.olagos.com http://www.olagos.be http://www.olagos.nl Olagos team Kerkstraat 34 2570 Duffel Belgium |
paste your error info for detail
2012/12/27 Info Olagos <[hidden email]> > Hello, > > I try to install ofbiz.12.04 on debian but i even can not run with > success a ./ant . > > Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or > on ofbiz.jar afterwards ??? > > My ./ant stops always executing. > > Any idea from an advanced Debian Linux specialist? > > regards, > Eric > > -- > Olagos bvba > http://www.olagos.eu > http://www.olagos.com > http://www.olagos.be > http://www.olagos.nl > Olagos team > Kerkstraat 34 > 2570 Duffel > Belgium > |
In reply to this post by Heidi Dehaes - Olagos
Hello,
User running the ./ant must be owner of the ofbiz and it sub directories. You can do that with chown <username> command. Other reason could be the wrong JDK. Thanks, Raj On Thursday 27 December 2012 02:36 AM, Info Olagos wrote: > Hello, > > I try to install ofbiz.12.04 on debian but i even can not run with > success a ./ant . > > Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or > on ofbiz.jar afterwards ??? > > My ./ant stops always executing. > > Any idea from an advanced Debian Linux specialist? > > regards, > Eric > |
In reply to this post by 李明洋
If ./ant stops always executing on same time it will show some error on
terminal so please send that error log to get it relolve. On Wed, Dec 26, 2012 at 8:21 PM, 李明洋 <[hidden email]> wrote: > paste your error info for detail > > > 2012/12/27 Info Olagos <[hidden email]> > > > Hello, > > > > I try to install ofbiz.12.04 on debian but i even can not run with > > success a ./ant . > > > > Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or > > on ofbiz.jar afterwards ??? > > > > My ./ant stops always executing. > > > > Any idea from an advanced Debian Linux specialist? > > > > regards, > > Eric > > > > -- > > Olagos bvba > > http://www.olagos.eu > > http://www.olagos.com > > http://www.olagos.be > > http://www.olagos.nl > > Olagos team > > Kerkstraat 34 > > 2570 Duffel > > Belgium > > > -- *Thanks & Regards SAURABH SINGH **Software Engineer* |
Hello ,
This is what i get for example: ======================= root@vps:~/downloads/ofbiz.12.04# ./ant Buildfile: /root/downloads/ofbiz.12.04/build.xml ofbiz-init: build: [echo] [build] ========== Start Building (Compile) ========== ofbiz-init: dir-init: [mkdir] Created dir: /root/downloads/ofbiz.12.04/runtime/logs/test-results [mkdir] Created dir: /root/downloads/ofbiz.12.04/runtime/data/derby copy-derby-props: build: [echo] [build] ========== Start Building Framework (Compile) ========== init: prepare: classes: jar: [copy] Copying 1 file to /root/downloads/ofbiz.12.04 init: prepare: gen-src: classes: [javac16] Compiling 182 source files to /root/downloads/ofbiz.12.04/framework/base/build/classes # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb70c8d03, pid=15667, tid=3028286320 # # JRE version: 6.0_26-b03 # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing linux-x86 ) # Problematic frame: # V [libjvm.so+0x37dd03] ObjectMonitor::UnlinkAfterAcquire(Thread*, ObjectWaiter*)+0x73 # # An error report file with more information is saved as: # /root/downloads/ofbiz.12.04/hs_err_pid15667.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # ./ant: line 38: 15667 Aborted "$JAVA" -jar "$(find_jar)" -lib "$top/framework/base/lib/ant" "$@" Regards, Eric 2012/12/27 SAURABH SINGH <[hidden email]>: > If ./ant stops always executing on same time it will show some error on > terminal so please send that error log to get it relolve. > > On Wed, Dec 26, 2012 at 8:21 PM, 李明洋 <[hidden email]> wrote: > >> paste your error info for detail >> >> >> 2012/12/27 Info Olagos <[hidden email]> >> >> > Hello, >> > >> > I try to install ofbiz.12.04 on debian but i even can not run with >> > success a ./ant . >> > >> > Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or >> > on ofbiz.jar afterwards ??? >> > >> > My ./ant stops always executing. >> > >> > Any idea from an advanced Debian Linux specialist? >> > >> > regards, >> > Eric >> > >> > -- >> > Olagos bvba >> > http://www.olagos.eu >> > http://www.olagos.com >> > http://www.olagos.be >> > http://www.olagos.nl >> > Olagos team >> > Kerkstraat 34 >> > 2570 Duffel >> > Belgium >> > >> > > > > -- > *Thanks & Regards > SAURABH SINGH > **Software Engineer* -- Olagos bvba http://www.olagos.eu http://www.olagos.com http://www.olagos.be http://www.olagos.nl Olagos team Kerkstraat 34 2570 Duffel Belgium |
Can anyone say me what is the detailed wrong thing in the execution of
this ./ant on Debian 6 Linux on a virtual private server hosting? ant is version 1.8 i thought. root is the owner JRE version: 6.0_26-b03 Eric 2012/12/27 Info Olagos <[hidden email]>: > Hello , > > > This is what i get for example: > ======================= > > > root@vps:~/downloads/ofbiz.12.04# ./ant > Buildfile: /root/downloads/ofbiz.12.04/build.xml > > ofbiz-init: > > build: > [echo] [build] ========== Start Building (Compile) ========== > > ofbiz-init: > > dir-init: > [mkdir] Created dir: /root/downloads/ofbiz.12.04/runtime/logs/test-results > [mkdir] Created dir: /root/downloads/ofbiz.12.04/runtime/data/derby > > copy-derby-props: > > build: > [echo] [build] ========== Start Building Framework (Compile) ========== > > init: > > prepare: > > classes: > > jar: > [copy] Copying 1 file to /root/downloads/ofbiz.12.04 > > init: > > prepare: > > gen-src: > > classes: > [javac16] Compiling 182 source files to > /root/downloads/ofbiz.12.04/framework/base/build/classes > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGSEGV (0xb) at pc=0xb70c8d03, pid=15667, tid=3028286320 > # > # JRE version: 6.0_26-b03 > # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing linux-x86 ) > # Problematic frame: > # V [libjvm.so+0x37dd03] ObjectMonitor::UnlinkAfterAcquire(Thread*, > ObjectWaiter*)+0x73 > # > # An error report file with more information is saved as: > # /root/downloads/ofbiz.12.04/hs_err_pid15667.log > # > # If you would like to submit a bug report, please visit: > # http://java.sun.com/webapps/bugreport/crash.jsp > # > ./ant: line 38: 15667 Aborted "$JAVA" -jar > "$(find_jar)" -lib "$top/framework/base/lib/ant" "$@" > > > Regards, > Eric > > > 2012/12/27 SAURABH SINGH <[hidden email]>: >> If ./ant stops always executing on same time it will show some error on >> terminal so please send that error log to get it relolve. >> >> On Wed, Dec 26, 2012 at 8:21 PM, 李明洋 <[hidden email]> wrote: >> >>> paste your error info for detail >>> >>> >>> 2012/12/27 Info Olagos <[hidden email]> >>> >>> > Hello, >>> > >>> > I try to install ofbiz.12.04 on debian but i even can not run with >>> > success a ./ant . >>> > >>> > Do i have to execute a chmod 755 on all directories of ofbiz.12.04 or >>> > on ofbiz.jar afterwards ??? >>> > >>> > My ./ant stops always executing. >>> > >>> > Any idea from an advanced Debian Linux specialist? >>> > >>> > regards, >>> > Eric >>> > >>> > -- >>> > Olagos bvba >>> > http://www.olagos.eu >>> > http://www.olagos.com >>> > http://www.olagos.be >>> > http://www.olagos.nl >>> > Olagos team >>> > Kerkstraat 34 >>> > 2570 Duffel >>> > Belgium >>> > >>> >> >> >> >> -- >> *Thanks & Regards >> SAURABH SINGH >> **Software Engineer* > > > > -- > Olagos bvba > http://www.olagos.eu > http://www.olagos.com > http://www.olagos.be > http://www.olagos.nl > Olagos team > Kerkstraat 34 > 2570 Duffel > Belgium -- Olagos bvba http://www.olagos.eu http://www.olagos.com http://www.olagos.be http://www.olagos.nl Olagos team Kerkstraat 34 2570 Duffel Belgium |
seems like an issue with the JVM and not ant .. try upgrading Java to a newer version.
Rgds Sanjeev
Rgds
Sanjeev Gupta www.digitalwebadvisors.com |
In reply to this post by Heidi Dehaes - Olagos
Ok o will try that
Verzonden van mijn HTC ----- Reply message ----- Van: "Sanjeev Gupta" <[hidden email]> Datum: do, dec. 27, 2012 14:21 Onderwerp: debian linux ofbiz Aan: <[hidden email]> seems like an issue with the JVM and not ant .. try upgrading Java to a newer version. Rgds Sanjeev ----- Rgds Sanjeev www.sanjeevg.com @sanjeevgcom -- View this message in context: http://ofbiz.135035.n4.nabble.com/debian-linux-ofbiz-tp4638489p4638516.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Free forum by Nabble | Edit this page |