-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
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?
Here's some more context from the error.log:
|
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. |
Thank you, will give that a try. |
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:
Hoping for some pointers on how to debug this. Thanks!
The text was updated successfully, but these errors were encountered: