zoukankan      html  css  js  c++  java
  • ERROR: Unable to clean up existing run directory

     Project Navigator - Launching PlanAhead gives: ERROR: Unable to clean up existing run directory

     

    Description

    When running any process that will Launch the PlanAhead GUI (e.g. floor planning, Pin planning, analyze timing) I get an error about not being able to clean up existing ru directory.

    Example:

    Started : "I/O Pin Planning (PlanAhead) - Post-Synthesis".
    Preparing PlanAhead launch script...
    ERROR: Unable to clean up existing run directory: /projects/proj1/planAhead_run_1: error deleting "/projects/proj1/planAhead_run_1/.nfs000000000102fad50000000a": file busy

    Solution

    This error is usually seen if:
    • A Cleanup Project files process has been run whilea previous instance of PlanAhead was open
    • Auser sequentially launches and closes PlanAhead Floorplan followed by PlanAhead Analyze Timing and they chose the option to save project when closing PlanAhead Floorplan prior to launching the PlanAhead Analyze Timing.
    • A network tag exists for the PlanAhead directory and the directory cannot be deleted.
    • The Java sub application did not close when PlanAhead was closed preventing the PlanAhead directory from being deleted.

    When Project Navigator launches PlanAhead, it does not track whether the application remains open or not (It only tracks the changes in source/constraint files). Often an openPlanAhead GUIwill get minimized or becomebehind the Project NavigatorGUI and out of sight. In any case, the Current Working Directory (CWD) for PlanAhead is pointing to a directory that Project Navigator believes to have been deleted. A subsequent launch of the PlanAhead tool attempts to reuse the original run directory but it cannot be cleared.

    To resolve the error, find and close anypreviously launched instances of the PlanAhead tool.


    In ISE Design Suite 12.3 Project Navigator / PlanAhead integration will create and proceed with a new directory if the previous directory is found to be "in use."
  • 相关阅读:
    三、python函数基础
    二、python算法逻辑基础
    RE正则表达式-语法
    read方法读取ini文件报错'gbk' codec can't decode
    git bash常用命令
    xlrd、xlwt、xlutils模块操作excel文件
    Git命令行克隆项目
    浏览器console,web自动化常用的几种定位调试使用方法总结
    css定位正则匹配和模糊匹配
    罗马数字转整数
  • 原文地址:https://www.cnblogs.com/lsjjob/p/5224173.html
Copyright © 2011-2022 走看看