Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phobos kernels no longer available #5049

Closed
lwellerastro opened this issue Sep 15, 2022 · 3 comments
Closed

Phobos kernels no longer available #5049

lwellerastro opened this issue Sep 15, 2022 · 3 comments
Labels
bug Something isn't working Products Issues which are impacting the products group

Comments

@lwellerastro
Copy link
Contributor

ISIS version(s) affected: isis7.1.0-RC1

Description
What worked yesterday no longer works today. After ingestion, spicing a Phobos SRC image results in the following:

  Group = Error
    Program = spiceinit
    Code    = 1
    Message = "No existing files found with a numerical version matching
               [kernels.????.db] in
               [/usgs/cpkgs/isis3/isis_data/mex/kernels/ik]"
    File    = FileName.cpp
    Line    = 669
  End_Group

How to reproduce
Run spiceinit (all defaults) on Phobos SRC image.
See my work users area Isis3Tests/MEX_SRC/tmp for a file and failure.

Spicinit also fails on Phobos HRSC images.

There is an SRC (H0715_0004_SR2.cub) and HRSC (HI418_0000_ND2.cub) in that directory.

@lwellerastro lwellerastro added bug Something isn't working Products Issues which are impacting the products group labels Sep 15, 2022
@Kelvinrr
Copy link
Collaborator

Should be fixed. Check again when you get the chance.

@lwellerastro
Copy link
Contributor Author

lwellerastro commented Sep 19, 2022

@Kelvinrr, I'm getting a similar, but different error (ik above, iak now):

Message = "No existing files found with a numerical version matching
           [kernels.????.db] in
           [/usgs/cpkgs/isis3/isis_data/mex/kernels/iak]"

This is the problem:
ls /usgs/cpkgs/isis3/isis_data/mex/kernels/iak
ls: cannot access /usgs/cpkgs/isis3/isis_data/mex/kernels/iak: No such file or directory

There is a directory with no name under kernels/, was that suppose to be iak/?
ls -l /usgs/cpkgs/isis3/isis_data/mex/kernels/
total 84
-rwxr-xr-x 1 1000 1000 11913 Dec 31 1969 .
drwxr-xr-x 2 1000 1000 22528 Sep 17 05:15 ck
drwxr-xr-x 2 1000 1000 6144 Sep 15 10:38 fk
drwxr-xr-x 2 1000 1000 6144 Sep 15 11:18 ik
drwxr-xr-x 2 1000 1000 6144 Sep 15 11:23 sclk
drwxr-xr-x 2 1000 1000 43008 Sep 17 05:50 spk

@Kelvinrr
Copy link
Collaborator

I was able to solve the problem. The second comment by Lynn was the iak being ignored by the command I used because of the path being butchered before being fed into rsync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Products Issues which are impacting the products group
Projects
None yet
Development

No branches or pull requests

2 participants