Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread İhsan Koçak
Sorry, i attached screenshot and logs. On Mon, Aug 12, 2013 at 8:48 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Most of the time attachments don't work (it rarely works). > Better to use text (log snippet) than snapshot. > When really needed you still can attach on Nabble user f

Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Pan-Wei Ng
Hi, I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java 1.6.0_29 on Windows Vista. When I tried to run ant I get the following result BUILD FAILED Target "load-demo" does not exist in the project "OFBiz Main Build". Any ideas?

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Malin Nicolas
Le 12/08/2013 15:13, Pan-Wei Ng a écrit : Hi, I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java 1.6.0_29 on Windows Vista. When I tried to run ant I get the following result BUILD FAILED Target "load-demo" does not exist in the project

OFBiz VM: Read-only file system

2013-08-12 Thread Jacques Le Roux
Hi infra team, Just got this trying to reset our demoes on OFBiz VM $ sudo -s -u ofbiz -H [sudo] password for jleroux: sudo: Can't open /var/lib/sudo/jleroux/0: Read-only file system Thanks for your help Jacques

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Jacques Le Roux
Did you try to run "ant load-demo" or only "ant"? For releases before R12.04 still use "ant run-install" for installing demo data. Works here using the R11.04 branch Else there is an issue with the release, please confirm Jacques - Original Message - From: "Pan-Wei Ng" To: Sent: Mon

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread Jacques Le Roux
Simply put a copy of your log snippet in your email. Prefer to use text format than HTML. HTML gets higher spam scores because of phishing done in HTML not text Jacques - Original Message - From: İhsan Koçak To: user@ofbiz.apache.org Sent: Monday, August 12, 2013 2:57 PM Sub

RE: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Pan-Wei Ng
I tried 1. ant load-demo - it says build failed - build does not exist 2. ant - it runs, but when access http://localhost:8443/catalog, I get some error, which I did not take note 3. ant run-install - it runs, and when I access http://localhost:8443/catalog, I am able to log-in. However, I need to

RE: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Pan-Wei Ng
Thanks, I ran "ant run-install" and it worked "ant start" does not work I ran startofbiz.bat and I can visit https://localhost:8443/catalog What is the userid and password for POS app? Cheers panwei -Original Message- From: Malin Nicolas [mailto:malin.nico...@librenberry.net] Sent: Mond

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread İhsan Koçak
Thank you for your patience :) This from ofbiz.log: *2013-08-11 16:43:43,538 (main) [ ComponentContainer.java:180:INFO ] Auto-Loading component directory : [/home/abc/ihsan/workspace/ofbiz/hot-deploy]* *2013-08-11 16:43:43,547 (main) [ ComponentContainer.java:241:INFO ] Loading component : [practi

Developing Ofbiz with Eclipse

2013-08-12 Thread Pan-Wei Ng
Hi, Are there any guidelines for developing Ofbiz with Eclipse? Which directory to import to eclipse, etc. Building/testing with Eclipse? Cheers panwei

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Jacques Le Roux
OK, I think that you need to learn how to help yourself In the future, to know the available ant targets use "ant -p" POS: admin user credential: 1/1, doc: https://cwiki.apache.org/confluence/display/OFBIZ/POS+System Jacques - Original Message - From: "Pan-Wei Ng" To: Sent: Monday, Au

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread Mandeep Sidhu
I believe it's a unix box, navigate to the directory where your web.xml file resides and do a "ls -l" and then "pwd" and share the logs here. Let's see if that helps. On Mon, Aug 12, 2013 at 7:06 AM, İhsan Koçak wrote: > Thank you for your patience :) This from ofbiz.log: > > *2013-08-11 16:43

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread İhsan Koçak
Thank you for the reply.Yes it is linux. Outputs: $ ls -l total 12 -rw-rw-r-- 1 abc abc 996 Ağu 11 15:33 controller.xml -rw-rw-r-- 1 abc abc 4379 Ağu 12 17:49 web.xml $pwd(there is a space between "/" and WEB-INF) /home/abc/ihsan/workspace/ofbiz/hot-deploy/practice/webapp/practice/ WEB-INF On

Re: OFBiz Tutorial - A Beginners Development Guide(Part 1)

2013-08-12 Thread İhsan Koçak
Thank you.It is done.It was because of the space.i did mv " WEB-INF" "WEB-INF" in practice directory and tutorial page suddenly came. On Mon, Aug 12, 2013 at 6:35 PM, İhsan Koçak wrote: > Thank you for the reply.Yes it is linux. > Outputs: > $ ls -l > total 12 > -rw-rw-r-- 1 abc abc 996 Ağu 1

Re: Developing Ofbiz with Eclipse

2013-08-12 Thread Jacques Le Roux
Last time before RTFM: https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Help yourself: from http://ofbiz.apache.org/ look for documentation Also DuckDuckGo can help you https://duckduckgo.com/ for instance try https://duckduckgo.com/?q=ofbiz+eclipse I reco