General operation problems » History » Version 19
Eric Hou, 06/24/2010 11:57 AM
1 | 1 | Amber Herold | h1. General operation problems |
---|---|---|---|
2 | |||
3 | 12 | Anchi Cheng | * [[General operation problems#Leginon_main_window_has_frozen|Leginon has frozen]] |
4 | 1 | Amber Herold | |
5 | * [[General operation problems#Leginon_has_crashed|Leginon has crached]] |
||
6 | 12 | Anchi Cheng | |
7 | 15 | Eric Hou | * [[General operation problems#Python_window_does_not_close_on_Windows_after_Leginon_GUI_window_is_closed|Python process window does not close after Leginon or Client GUI is closed]] |
8 | 1 | Amber Herold | |
9 | * [[General operation problems#Data_collection_does_not_resume_after_restarting_Leginon|Leginon does not resume data collection after restart]] |
||
10 | |||
11 | 18 | Eric Hou | * [[General operation problems#Acquired_image_or_program_parameters_do_not_behave_in_the_same_way_as_the_input|Parameter used does not follow the input]] |
12 | 1 | Amber Herold | |
13 | 18 | Eric Hou | * [[General operation problems#Parameters_in_setting_windows_do_not_apply_to_the_node_image_display|Changing parameters in setting window does not change node image display]] |
14 | 1 | Amber Herold | |
15 | 18 | Eric Hou | * [[General operation problems#Parameters_in_setting_windows_do_not_apply_to_the_node_image_display|Create atlas in different dimension seems not to function]] |
16 | 1 | Amber Herold | |
17 | 18 | Eric Hou | * [[General operation problems#Parameters_in_setting_windows_do_not_apply_to_the_node_image_display|Error in starting MSI application with error regarding reference data can not be found]] |
18 | 1 | Amber Herold | |
19 | h2. Leginon main window has frozen |
||
20 | |||
21 | 15 | Eric Hou | Commonly Why: You have a setting window open somewhere. The main window can not do anything if there is a subwindow open. |
22 | 1 | Amber Herold | |
23 | Solution: |
||
24 | |||
25 | 16 | Eric Hou | * Find the setting window on your desktop and close it. |
26 | * Other reason: Run out of memory or other hardware/software/network problems. |
||
27 | 1 | Amber Herold | |
28 | Solution: |
||
29 | |||
30 | 19 | Eric Hou | # If the freeze is reproducable, record and report the circumstance when this happens to those in charge with "Leginon redmine":http://emg.nysbc.org/projects/leginon/issues/new |
31 | 16 | Eric Hou | |
32 | ** Leginon core - pulokas@scripps.edu |
||
33 | |
||
34 | ** database and image viewer - erichou@scripps.edu |
||
35 | |
||
36 | ** documentation - acheng@scripps.edu |
||
37 | |
||
38 | # Kill frozen Leginon window by one of the following. Try the gentler ones listed at front first. Check to see if any Leginon related process is running by Unix command >ps. If there are left-over python processes, try the next more aggresive one. |
||
39 | |
||
40 | ** close the window |
||
41 | |
||
42 | ** main>ctrl-c |
||
43 | |
||
44 | ** main>xkill |
||
45 | |
||
46 | 15 | Eric Hou | A cursor in the shape of a skeleton will show up. Point it to the window you want to kill and click on it) |
47 | 16 | Eric Hou | |
48 | ** main>killall -9 python |
||
49 | |
||
50 | 1 | Amber Herold | This kills all processes with name containing python. Therefore, it may kill other process you run in the background! |
51 | 16 | Eric Hou | |
52 | # scope> kill and restart Leginon Client if desired. |
||
53 | |
||
54 | ** Close the python window. The Leginon window will close automatically this way. |
||
55 | |
||
56 | ** If several restart of leginon is needed, Leginon Client is more likely to behave badly without its own restart. |
||
57 | |
||
58 | # main> restart Leginon by 'start-leginon.py' |
||
59 | |
||
60 | # Leginon Setup Wizard> Select user and returning sesson and "Start" the program. |
||
61 | |
||
62 | # Leginon/Application> select the application used to run. Select the scope and the main launcher, and then launch the application. |
||
63 | |
||
64 | # If a simple application such as "Manual" is used, just continue what you were doing. |
||
65 | |
||
66 | # If "MSI" or "Multiscale Tomography" application is used and Leginon did not crash during queue processing, do the following to continue: |
||
67 | |
||
68 | ** Leginon/Square Targeting/Toolbar/Tiles> select the current mosaic from the pull-down list by checking the ID and label, and then "Load" it. |
||
69 | |
||
70 | ** Leginon/Square Targeting/Toolbar> "Submit" the target list that is loaded with the atlas. Leginon will check the status of the target acquisition and processing and pick it up from where it was left off. |
||
71 | |
||
72 | # If "MSI" or "Multiscale Tomography" application is used and Leginon crash during queue processing, do the following at the node where the targets from its queue you wish to continue process. |
||
73 | |
||
74 | 1 | Amber Herold | Leginon/XXX Targeting/Toolbar> click on the "Submit the queued target". |
75 | 15 | Eric Hou | |
76 | 1 | Amber Herold | Still not working: Check for hardware and network problems. |
77 | |||
78 | 15 | Eric Hou | h2. Leginon has crashed |
79 | 1 | Amber Herold | |
80 | 15 | Eric Hou | Commonly Why: You have click too many places and make changes so fast that leginon can not follow it. |
81 | 1 | Amber Herold | |
82 | 15 | Eric Hou | Solution: |
83 | 1 | Amber Herold | |
84 | 16 | Eric Hou | * Slow down, especially in preset manager. |
85 | * Other reason: Run out of memory or other hardware/software/network problems. |
||
86 | 15 | Eric Hou | |
87 | 1 | Amber Herold | Solution: |
88 | |||
89 | 19 | Eric Hou | # If the crash is reproducable, record and report the circumstance when this happens to those in charge with "Leginon redmine":http://emg.nysbc.org/projects/leginon/issues/new |
90 | 1 | Amber Herold | |
91 | 16 | Eric Hou | ** Leginon core - pulokas@scripps.edu |
92 | 1 | Amber Herold | |
93 | 16 | Eric Hou | ** database and image viewer - erichou@scripps.edu |
94 | 1 | Amber Herold | |
95 | 16 | Eric Hou | ** documentation - acheng@scripps.edu |
96 | 1 | Amber Herold | |
97 | # Check to see if any Leginon related process is running by Unix command >ps. If there are left-over python processes, try the next more aggresive one. |
||
98 | 16 | Eric Hou | |
99 | 1 | Amber Herold | ** main>ctrl-c |
100 | 16 | Eric Hou | |
101 | 1 | Amber Herold | ** main>killall -9 python |
102 | 16 | Eric Hou | |
103 | 1 | Amber Herold | This kills all processes with name containing python. Therefore, it may kill other process you run in the background! |
104 | 16 | Eric Hou | |
105 | 1 | Amber Herold | # scope> kill and restart Leginon Client if desired. |
106 | 16 | Eric Hou | |
107 | 1 | Amber Herold | ** Close the python window. The Leginon window will close automatically this way. |
108 | 16 | Eric Hou | |
109 | 1 | Amber Herold | ** If several restart of leginon is needed, Leginon Client is more likely to behave badly without its own restart. |
110 | 16 | Eric Hou | |
111 | 1 | Amber Herold | # main> restart Leginon by 'start-leginon.py' |
112 | 16 | Eric Hou | |
113 | 15 | Eric Hou | # Leginon Setup Wizard> Select user and returning sesson and "Start" the program. |
114 | 16 | Eric Hou | |
115 | 15 | Eric Hou | # Leginon/Application> select the application used to run. Select the scope and the main launcher, and then launch the application. |
116 | 16 | Eric Hou | |
117 | 15 | Eric Hou | # If a simple application such as "Manual" is used, just continue what you were doing. |
118 | 16 | Eric Hou | |
119 | 15 | Eric Hou | # If "MSI" or "Multiscale Tomography" application is used and Leginon did not crash during queue processing, do the following to continue: |
120 | 16 | Eric Hou | |
121 | 15 | Eric Hou | ** Leginon/Square Targeting/Toolbar/Tiles> select the current mosaic from the pull-down list by checking the ID and label, and then "Load" it. |
122 | 16 | Eric Hou | |
123 | 15 | Eric Hou | ** Leginon/Square Targeting/Toolbar> "Submit" the target list that is loaded with the atlas. Leginon will check the status of the target acquisition and processing and pick it up from where it was left off. |
124 | 16 | Eric Hou | |
125 | 15 | Eric Hou | # If "MSI" or "MSI-Tomography" application is used and Leginon crash during queue processing, do the following at the node where the targets from its queue you wish to continue process. |
126 | 16 | Eric Hou | |
127 | 15 | Eric Hou | Leginon/XXX Targeting/Toolbar> click on the "Submit the queued target". |
128 | |||
129 | Still not working: Check for hardware and network problems. |
||
130 | |||
131 | h2. Python window does not close on Windows after Leginon GUI window is closed |
||
132 | |||
133 | Why: Python process controls Leginon GUI window. On Windows, Python process is considered broken without Leginon GUI. |
||
134 | |||
135 | * Always close the python process window to exit both Leginon GUI and the python process. |
||
136 | |||
137 | h2. Data collection does not resume after restarting Leginon |
||
138 | 1 | Amber Herold | |
139 | Commonly Why: |
||
140 | |||
141 | For applications that process targets on grid atlas such as MSI and "Multiscale Tomography", resuming data collection depends on whether "queuing" option is used and if there are still targets left in the queues. |
||
142 | |||
143 | 14 | Eric Hou | * If "queuing" is not used, resume data collection in Square Targeting by reloading the atlas and resubmit the unprocessed targets (green) will resume the data collection at where it left off. |
144 | 16 | Eric Hou | |
145 | 1 | Amber Herold | # Leginon/Square Targeting/Toolbar/Tiles> select the current mosaic from the pull-down list by checking the ID and label, and then "Load" it. |
146 | 16 | Eric Hou | |
147 | 1 | Amber Herold | # Leginon/Square Targeting/Toolbar> "Submit" the target list that is loaded with the atlas. Leginon will check the status of the target acquisition and processing and pick it up from where it was left off. |
148 | 16 | Eric Hou | |
149 | 1 | Amber Herold | # Leginon/Square Targeting/Toolbar> If all targets are done, select new ones on the atlas for more data collection. |
150 | |||
151 | * If "queuing" is used, data collection should be resumed at the targeting node it left off. If unsure where it has been interrupted, follow this safe instruction to process the high level queued targets first: |
||
152 | 16 | Eric Hou | |
153 | 1 | Amber Herold | # Resume at Exposure (or Tomography) Targeting. If there is no unprocessed targets, no data will be collected. |
154 | 16 | Eric Hou | |
155 | 15 | Eric Hou | ** Leginon/Exposure Targeting/Toolbar> click on the "Submit the queued target". |
156 | 16 | Eric Hou | |
157 | 15 | Eric Hou | # When all queued targets at higher level are done, resume at Hole (or Subsquare) Targeting. |
158 | 16 | Eric Hou | |
159 | 15 | Eric Hou | ** Leginon/Hole Targeting/Toolbar> click on the "Submit the queued target". |
160 | 16 | Eric Hou | |
161 | 15 | Eric Hou | # Resume at Square Targeting when queued targets at hole targeting are processed. |
162 | 16 | Eric Hou | |
163 | 15 | Eric Hou | ** Leginon/Square Targeting/Toolbar/Tiles> select the current mosaic from the pull-down list by checking the ID and label, and then "Load" it. |
164 | 16 | Eric Hou | |
165 | 15 | Eric Hou | ** Leginon/Square Targeting/Toolbar> "Submit" the target list that is loaded with the atlas. Leginon will check the status of the target acquisition and processing and pick it up from where it was left off. |
166 | 16 | Eric Hou | |
167 | 15 | Eric Hou | # None of the above will resume data collection if all targets are done or abort by the user. Select new ones on the atlas for more data collection. |
168 | 1 | Amber Herold | |
169 | 14 | Eric Hou | h2. Acquired image or program parameters do not behave in the same way as the input |
170 | 1 | Amber Herold | |
171 | 15 | Eric Hou | Commonly Why: An invalid input is entered such as an invalid camera setting, text in place of an inumber. |
172 | 1 | Amber Herold | |
173 | 15 | Eric Hou | * For camera setting: Leginon/Presets Manager> Send the suspected preset to scope and check the actual values in scope/Instrument/Camera> with a refresh. |
174 | 1 | Amber Herold | |
175 | 15 | Eric Hou | * For all other inputs: Check by reenter the value and hit "Enter" on the keyboard. The cursor will return to the front of the number and the entry box no longer highlighted if it is valid. |
176 | 1 | Amber Herold | |
177 | 15 | Eric Hou | * Preset Manager> Select another preset to refresh the parameter list and then select the problematic preset and check its current saved parameter. |
178 | 1 | Amber Herold | |
179 | h2. Parameters in setting windows do not apply to the node image display |
||
180 | |||
181 | 15 | Eric Hou | h3. Why: |
182 | 1 | Amber Herold | |
183 | 15 | Eric Hou | * The display panel is set to output other than the direct result of the setting. |
184 | 1 | Amber Herold | |
185 | 15 | Eric Hou | * The function needs to be excuted to its input in the setting window. Use "Test" button to do this. |
186 | 1 | Amber Herold | |
187 | 15 | Eric Hou | * if still not working, "Apply" the parameters before "Test" or "Create" (in Suqare Targeting Node). |
188 | 1 | Amber Herold | |
189 | h2. Fail to load a node in an new application with DataAccessError |
||
190 | |||
191 | 15 | Eric Hou | h3. Why: |
192 | 1 | Amber Herold | |
193 | 15 | Eric Hou | * A bug in default setting loading causes some JAHCFinder or HoleFinder nodes with bad reference to LowPassFilterSettings. |
194 | 1 | Amber Herold | |
195 | 15 | Eric Hou | You may want to get help from the most experienced user at your institute to do these: |
196 | 1 | Amber Herold | |
197 | * Start Leginon as "administrator". |
||
198 | |||
199 | * Identify the node name that failed to load in the application. |
||
200 | |||
201 | * Start the same application. |
||
202 | |||
203 | 15 | Eric Hou | * If you get the same problem, the database entry will need modification, get help from Leginon team to do this if you don't know how. |
204 | 1 | Amber Herold | |
205 | * If the application is loaded normally, select the problematic node. |
||
206 | |||
207 | 15 | Eric Hou | * If the node belongs to JAHCFinder Class, open the settings for Template. Change LowPassFilter Sigma to a different value, apply the change and then change it back before exist with OK. This will create a new and valid data reference to the node's settings. |
208 | 1 | Amber Herold | |
209 | 15 | Eric Hou | * If the node belongs to HoleFinder Class, open the settings for Edge and for Template. Repeat the same sequence as above. |
210 | 2 | Amber Herold | |
211 | |||
212 | |||
213 | |||
214 | ______ |
||
215 | |||
216 | [[Pausing and Aborting during data collection|< Pausing and Aborting during data collection]] | [[Hardware Troubles|Hardware Troubles >]] |
||
217 | |||
218 | ______ |