History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3140
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

There was an issue when compiling Source of QB v8.0.0

Created: 26/Feb/18 05:31 PM   Updated: 26/Jan/19 02:57 AM
Component/s: None
Affects Version/s: 8.0.0
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows


 Description  « Hide
 The build process failed to delete ..\stage\classpath\lib\azure-1.0.0.jar as the follow. Looks like the file has been in use. Please let me know if you need more information regarding it.

 Thank you,
ptrinh


============================================================================================================
15:20:21,258 INFO - [copy] Copying 1 file to D:\QB\workspace\3283\stage\framework

15:20:21,259 INFO - [delete] Deleting directory D:\QB\workspace\3283\stage\classpath

15:20:22,907 ERROR - BUILD FAILED

15:20:22,907 ERROR - D:\QB\workspace\3283\system\build\build.xml:340: The following error occurred while executing this line:

15:20:22,907 ERROR - D:\QB\workspace\3283\system\build\build.xml:218: Unable to delete file D:\QB\workspace\3283\stage\classpath\lib\azure-1.0.0.jar

15:20:22,907 INFO - Total time: 1 minute 21 seconds

15:20:23,053 INFO - Executing post-execute action...

15:20:23,053 ERROR - Step 'master>package' is failed: Ant build failed.
BUILD FAILED
D:\QB\workspace\3283\system\build\build.xml:340: The following error occurred while executing this line:
D:\QB\workspace\3283\system\build\build.xml:218: Unable to delete file D:\QB\workspace\3283\stage\classpath\lib\azure-1.0.0.jar
========================================================================================================================

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [16/Mar/18 12:04 AM]
We encountered the same issue and it looks like that some lock is still held by Windows for that library for some unknown reason. Please compile with JDK8 or compile from Linux with JDK7 to avoid this issue.