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

transferred session dir to new docker instance "missing track for reordering" errors #99

Open
jgrundstad opened this issue Jan 11, 2023 · 4 comments

Comments

@jgrundstad
Copy link

jgrundstad commented Jan 11, 2023

I'm attempting to recover/transplant old session directories into a new docker deployment of the browser and seeing several "Missing track for reordering" errors when loading them:

Restoring session...
Setting view range...
Loading 10 tracks...
done
Tracks added
hg19 Missing track for reordering: 8808312349985257
hg19 Missing track for reordering: 450151927555106
hg19 Missing track for reordering: 7996298516951332
hg19 Missing track for reordering: 7384525549182919
hg19 Missing track for reordering: refGene
Stand by

Hoping for some pointers on how to debug this. Thanks!

@lidaof
Copy link
Member

lidaof commented Jan 12, 2023

Hi @jgrundstad that would depends on the files the session trying to access, looks like the error is caused by missed files on the URLs listed in the session file (which is JSON format), you may check those http urls in the session file see if they really exist.

@jgrundstad
Copy link
Author

Thank you for the response. I've been digging into the json files and have found some outdated URLs, thank you for the tip. The missing refGene track is a bit confusing. I dug into the apache2 error log and found an error, is it related?

tabix file error: http://egg.wustl.edu/d/hg19/refGene.gz

Here's some more context from the error.log:

cgi param parsed
cgi param parsed
Hooked to hg19
Hooked to hg19
reviveScaffold() done
normal dsp...
runmode: 0, jux tk: not available
not jumping...
not moving...
        entire length computed: 961104...
showRegionSl:
usedSummaryNumber: 4170
entireLength: 961104
(0) chr7 [0,26733030 >> 27694134,159138663]     len: 961104     sp:4170
reviveScaffold() done
normal dsp...
runmode: 0, jux tk: not available
not jumping...
not moving...
        entire length computed: 961104...
showRegionSl:
usedSummaryNumber: 4170
entireLength: 961104
(0) chr7 [0,26733030 >> 27694134,159138663]     len: 961104     sp:4170
tabix file error: http://egg.wustl.edu/d/hg19/refGene.gz
track sl made
done
tabix file error: http://egg.wustl.edu/d/hg19/rmsk_all.gz
track sl made
done

@lidaof
Copy link
Member

lidaof commented Feb 22, 2023

Hi @jgrundstad sorry about that error, you would need to load your old session, delete the tracks which didn't load, and use the https URL (eg. https://egg.wustl.edu/d/hg19/refGene.gz) to add that same track instead, then save a new session, that should work. All our servers were put under an https proxy only https links work now.

@jgrundstad
Copy link
Author

Thank you, will give that a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants