Uploaded image for project: 'Pegasus'
  1. Pegasus
  2. PM-618

planner hits NPE when doing staging of executables in PegasusLite mode with hints specified in the DAX for the execution site

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • master, 4.1, 4.0.2
    • Affects Version/s: master, 4.0.1
    • Component/s: Pegasus Planner
    • None

      Pegasus hits into NPE when planning a workflow with Pegasus Lite turned on , and the DAX having an executionPool specified as a hints profile.

      pegasus-plan --conf ./conf/properties --dax orca.dax -s condorpool --staging-site local -o local --dir dags -vvv
      ...

      2.06.15 14:25:40.112 PDT: [TRACE] For job orca_create_ID0000001 updating profiles from site local
      2012.06.15 14:25:40.112 PDT: [DEBUG] Trying to get TCEntries for orca::orca_create:0.1 on resource ALL of type ALL
      2012.06.15 14:25:40.112 PDT: [DEBUG] Random TC Record selected is 2 amongst 2 possible
      2012.06.15 14:25:40.112 PDT: [DEBUG] Mapping Job orca_delete_ID0000002
      2012.06.15 14:25:40.112 PDT: [TRACE] For job orca_delete_ID0000002 updating profiles from site local
      2012.06.15 14:25:40.113 PDT: [DEBUG] Trying to get TCEntries for orca::orca_delete:0.1 on resource ALL of type ALL
      2012.06.15 14:25:40.113 PDT: [DEBUG] Random TC Record selected is 1 amongst 2 possible
      2012.06.15 14:25:40.114 PDT: [FATAL ERROR] java.lang.RuntimeException: Entry for null does not exist in the Site Catalog
      2012.06.15 14:25:40.114 PDT: [INFO] event.pegasus.siteselection dax.id orca_0 - FINISHED
      at edu.isi.pegasus.planner.catalog.site.classes.SiteStore.getInternalWorkDirectory(SiteStore.java:588)
      at edu.isi.pegasus.planner.catalog.site.classes.SiteStore.getInternalWorkDirectory(SiteStore.java:526)
      at edu.isi.pegasus.planner.refiner.InterPoolEngine.incorporateProfiles(InterPoolEngine.java:514)
      at edu.isi.pegasus.planner.refiner.InterPoolEngine.scheduleJobs(InterPoolEngine.java:309)
      at edu.isi.pegasus.planner.refiner.InterPoolEngine.determineSites(InterPoolEngine.java:241)
      at edu.isi.pegasus.planner.refiner.MainEngine.runPlanner(MainEngine.java:199)
      at edu.isi.pegasus.planner.client.CPlanner.executeCommand(CPlanner.java:561)
      at edu.isi.pegasus.planner.client.CPlanner.executeCommand(CPlanner.java:307)

            Assignee:
            vahi Karan Vahi
            Reporter:
            vahi Karan Vahi
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: