Opened 5 years ago
Closed 5 years ago
#1740 closed help (fixed)
Build fail, destination is busy.
Reported by: | fadzilmnor | Owned by: | um_support |
---|---|---|---|
Component: | UM Model | Keywords: | |
Cc: | c.e.holloway@… | Platform: | ARCHER |
UM Version: | 7.5 |
Description
Hi,
I am trying to compile a job, xlwwf, and the compile processed failed due to the error below. I've been geting the same error since last week.
the Build command finished on Mon Nov 23 11:49:30 2015.
BASE build is OK
COMP_ATM is true - run build command
ERROR: /work/n02/n02/py015531/xlwwf/ummodel/fcm.bld.lock: lock file exists,
/work/n02/n02/py015531/xlwwf/ummodel: destination is busy.
Build failed on Mon Nov 23 11:49:33 2015.
output at:
/home/n02/n02/py015531/output/xlwwf000.xlwwf.d15327.t114336.comp.leave
Is that a normal error?
Thanks
Fadzil
Change History (3)
comment:1 Changed 5 years ago by chollow
comment:2 Changed 5 years ago by fadzilmnor
Hi Chris
Thanks, seems like working now.
fadzil.
comment:3 Changed 5 years ago by ros
- Resolution set to fixed
- Status changed from new to closed
Thanks Chris for providing the solution.
Cheers,
Ros.
Hi Fadzil,
I think you need to delete the "lock" file that is listed above:
/work/n02/n02/py015531/xlwwf/ummodel/fcm.bld.lock
That file tells the compiler to stop because a previous attempt at compiling is either still going on or got stopped mid-way.
Chris