Hi all,
I am getting this error recently but all the build files are proper and I haven't altered any thing ; I am running my application in NetBeans, MySQL, Appach tomcat 5.5 combination and the error is : build: [build] ========== Start Building (Compile) ========== ofbiz-init: dir-init: copy-derby-props: build: [build] ========== Start Building Framework (Compile) ========== init: clean-lib: Deleting directory E:\Havini\framework\base\build\lib E:\Havini\build.xml:106: The following error occurred while executing this line: E:\Havini\framework\build.xml:133: The following error occurred while executing this line: E:\Havini\framework\base\build.xml:55: Unable to delete file E:\Havini\framework\base\build\lib\ofbiz-base.jar BUILD FAILED (total time: 1 second) -- With regards, S K Pradeep kumar |
Make sure OFBiz isn't running on your local machine.
-Adrian Pradeep Kumar wrote: > Hi all, > > I am getting this error recently but all the build files are proper and I > haven't altered any thing ; > > I am running my application in NetBeans, MySQL, Appach tomcat 5.5 > combination and the error is : > > build: > [build] ========== Start Building (Compile) ========== > ofbiz-init: > dir-init: > copy-derby-props: > build: > [build] ========== Start Building Framework (Compile) ========== > init: > clean-lib: > Deleting directory E:\Havini\framework\base\build\lib > E:\Havini\build.xml:106: The following error occurred while executing this > line: > E:\Havini\framework\build.xml:133: The following error occurred while > executing this line: > E:\Havini\framework\base\build.xml:55: Unable to delete file > E:\Havini\framework\base\build\lib\ofbiz-base.jar > BUILD FAILED (total time: 1 second) > > |
Hi,
I am running it on the local machine and copy of ofbiz is also in the local machine. On Wed, Apr 16, 2008 at 4:09 AM, Adrian Crum <[hidden email]> wrote: > Make sure OFBiz isn't running on your local machine. > > -Adrian > > > Pradeep Kumar wrote: > > > Hi all, > > > > I am getting this error recently but all the build files are proper and > > I > > haven't altered any thing ; > > > > I am running my application in NetBeans, MySQL, Appach tomcat 5.5 > > combination and the error is : > > > > build: > > [build] ========== Start Building (Compile) ========== > > ofbiz-init: > > dir-init: > > copy-derby-props: > > build: > > [build] ========== Start Building Framework (Compile) ========== > > init: > > clean-lib: > > Deleting directory E:\Havini\framework\base\build\lib > > E:\Havini\build.xml:106: The following error occurred while executing > > this > > line: > > E:\Havini\framework\build.xml:133: The following error occurred while > > executing this line: > > E:\Havini\framework\base\build.xml:55: Unable to delete file > > E:\Havini\framework\base\build\lib\ofbiz-base.jar > > BUILD FAILED (total time: 1 second) > > > > > > -- With regards, S K Pradeep kumar |
What I meant was, make sure OFBiz isn't running when you execute the
build. If OFBiz is running, then the jars can't be deleted because OFBiz is using them. -Adrian Pradeep Kumar wrote: > Hi, > > I am running it on the local machine and copy of ofbiz is also in the local > machine. > > On Wed, Apr 16, 2008 at 4:09 AM, Adrian Crum <[hidden email]> wrote: > >> Make sure OFBiz isn't running on your local machine. >> >> -Adrian >> >> >> Pradeep Kumar wrote: >> >>> Hi all, >>> >>> I am getting this error recently but all the build files are proper and >>> I >>> haven't altered any thing ; >>> >>> I am running my application in NetBeans, MySQL, Appach tomcat 5.5 >>> combination and the error is : >>> >>> build: >>> [build] ========== Start Building (Compile) ========== >>> ofbiz-init: >>> dir-init: >>> copy-derby-props: >>> build: >>> [build] ========== Start Building Framework (Compile) ========== >>> init: >>> clean-lib: >>> Deleting directory E:\Havini\framework\base\build\lib >>> E:\Havini\build.xml:106: The following error occurred while executing >>> this >>> line: >>> E:\Havini\framework\build.xml:133: The following error occurred while >>> executing this line: >>> E:\Havini\framework\base\build.xml:55: Unable to delete file >>> E:\Havini\framework\base\build\lib\ofbiz-base.jar >>> BUILD FAILED (total time: 1 second) >>> >>> >>> > > |
Hello,
The problem is that oibiz is not at all running and one thing it is a version controlled copy i jus t checked it out and using it. On Wed, Apr 16, 2008 at 4:31 AM, Adrian Crum <[hidden email]> wrote: > What I meant was, make sure OFBiz isn't running when you execute the > build. If OFBiz is running, then the jars can't be deleted because OFBiz is > using them. > > > -Adrian > > Pradeep Kumar wrote: > > > Hi, > > > > I am running it on the local machine and copy of ofbiz is also in the > > local > > machine. > > > > On Wed, Apr 16, 2008 at 4:09 AM, Adrian Crum <[hidden email]> wrote: > > > > Make sure OFBiz isn't running on your local machine. > > > > > > -Adrian > > > > > > > > > Pradeep Kumar wrote: > > > > > > Hi all, > > > > > > > > I am getting this error recently but all the build files are proper > > > > and > > > > I > > > > haven't altered any thing ; > > > > > > > > I am running my application in NetBeans, MySQL, Appach tomcat 5.5 > > > > combination and the error is : > > > > > > > > build: > > > > [build] ========== Start Building (Compile) ========== > > > > ofbiz-init: > > > > dir-init: > > > > copy-derby-props: > > > > build: > > > > [build] ========== Start Building Framework (Compile) ========== > > > > init: > > > > clean-lib: > > > > Deleting directory E:\Havini\framework\base\build\lib > > > > E:\Havini\build.xml:106: The following error occurred while > > > > executing > > > > this > > > > line: > > > > E:\Havini\framework\build.xml:133: The following error occurred > > > > while > > > > executing this line: > > > > E:\Havini\framework\base\build.xml:55: Unable to delete file > > > > E:\Havini\framework\base\build\lib\ofbiz-base.jar > > > > BUILD FAILED (total time: 1 second) > > > > > > > > > > > > > > > > > > > > -- With regards, S K Pradeep kumar |
You can fix your problem by making sure you can delete ofbiz.jar manually.
You have some problem outside of ofbiz build sequence. You might not have rights to delete the file or a host of other os specific reasons. Start by rm ofbiz.jar or del ofbiz.jar (mswindows) I am betting you can't do it. Once you find out why, you will have solved your problem. Skip -----Original Message----- From: Pradeep Kumar [mailto:[hidden email]] Sent: Tuesday, April 15, 2008 4:05 PM To: [hidden email] Subject: Re: Can anybody resolve this error: Hello, The problem is that oibiz is not at all running and one thing it is a version controlled copy i jus t checked it out and using it. On Wed, Apr 16, 2008 at 4:31 AM, Adrian Crum <[hidden email]> wrote: > What I meant was, make sure OFBiz isn't running when you execute the > build. If OFBiz is running, then the jars can't be deleted because OFBiz is > using them. > > > -Adrian > > Pradeep Kumar wrote: > > > Hi, > > > > I am running it on the local machine and copy of ofbiz is also in the > > local > > machine. > > > > On Wed, Apr 16, 2008 at 4:09 AM, Adrian Crum <[hidden email]> wrote: > > > > Make sure OFBiz isn't running on your local machine. > > > > > > -Adrian > > > > > > > > > Pradeep Kumar wrote: > > > > > > Hi all, > > > > > > > > I am getting this error recently but all the build files are proper > > > > and > > > > I > > > > haven't altered any thing ; > > > > > > > > I am running my application in NetBeans, MySQL, Appach tomcat 5.5 > > > > combination and the error is : > > > > > > > > build: > > > > [build] ========== Start Building (Compile) ========== > > > > ofbiz-init: > > > > dir-init: > > > > copy-derby-props: > > > > build: > > > > [build] ========== Start Building Framework (Compile) ========== > > > > init: > > > > clean-lib: > > > > Deleting directory E:\Havini\framework\base\build\lib > > > > E:\Havini\build.xml:106: The following error occurred while > > > > executing > > > > this > > > > line: > > > > E:\Havini\framework\build.xml:133: The following error occurred > > > > while > > > > executing this line: > > > > E:\Havini\framework\base\build.xml:55: Unable to delete file > > > > E:\Havini\framework\base\build\lib\ofbiz-base.jar > > > > BUILD FAILED (total time: 1 second) > > > > > > > > > > > > > > > > > > > > -- With regards, S K Pradeep kumar No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 4/12/2008 11:32 AM No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 4/12/2008 11:32 AM |
Free forum by Nabble | Edit this page |