Only 1 movie is imported #3
-
Hi, I'm trying to try out nextPYP in standalone mode on a workstation. The app is running and my config.toml has a standalone section with the available CPUs and the SLURM section is commented. When I go to import a movie dataset, the job shows all ~1800 files identified but a symlink is only made to the first one in the project folder, and the job never seems to advance or use any CPU. The "check gain reference" step has the clock icon next to it - it is waiting for something I guess. Do I need to do something else for standalone mode to work? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
You shouldn't need anything else. What type of import block are you using (from Raw Data, Star, PYP or Session) and are these single-particle or tomo movies? If you click on the icon to the right of the |
Beta Was this translation helpful? Give feedback.
-
They are tomo movies with the raw data block. I created a new job and it actually does link all the movies and display a preview, but doesn't seem to advance from there. The check gain ref. modal says "the job has started." The job log in shared/log has a number of connection errors (111) all to port localhost:443/pyp, does that indicate a service isn't running? |
Beta Was this translation helpful? Give feedback.
-
Great, that's working! Thanks! |
Beta Was this translation helpful? Give feedback.
-
I believe I am having a similar error. Launched jobs will hang with spinning cogs forever, with no apparent activity of any kind - no generated workflow files or system hardware activity. I read this thread while setting up the installation, and the suggested webhost hasn't prevented it. the web UI displays no logs or errors, but some of the log files are recording info. |
Beta Was this translation helpful? Give feedback.
We don't normally use nextpyp in standalone mode, but apparently you need to set
webhost = 'http://localhost:8080'
in the configuration file for things to work correctly in this mode.