Ticket #97 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

FILE-ERROR when trying to get TRUENAME of the reports directory.

Reported by: hbock Owned by: sam
Priority: blocker Milestone: Periscope 0.10
Component: Periscope Keywords:
Cc:

Description (last modified by hbock) (diff)

Get this when starting the collector:

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD "Collector external process" RUNNING {C0DADC9}>:
  failed to find the TRUENAME of reports/: No such file or directory

Should be in lisp/collector.lisp. Might have to call ENSURE-DIRECTORIES-EXIST before TRUENAME ?

Change History

Changed 13 months ago by hbock

  • description modified (diff)

Changed 13 months ago by sam

  • status changed from new to closed
  • resolution set to fixed

Fixed by verifying that the 'lisp/reports/' directory exists. If not, create it. See commit for details.

Note: See TracTickets for help on using tickets.