General operation problems » History » Version 24
Anchi Cheng, 11/28/2012 03:19 PM
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 | 21 | Anchi Cheng | # If the freeze is reproducable, record and report the circumstance when this happens with "Leginon redmine":http://emg.nysbc.org/projects/leginon/issues/new |
31 | 16 | Eric Hou | |
32 | # 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. |
||
33 | |
||
34 | ** close the window |
||
35 | |
||
36 | ** main>ctrl-c |
||
37 | |
||
38 | ** main>xkill |
||
39 | |
||
40 | 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) |
41 | 16 | Eric Hou | |
42 | ** main>killall -9 python |
||
43 | |
||
44 | 1 | Amber Herold | This kills all processes with name containing python. Therefore, it may kill other process you run in the background! |
45 | 16 | Eric Hou | |
46 | # scope> kill and restart Leginon Client if desired. |
||
47 | |
||
48 | ** Close the python window. The Leginon window will close automatically this way. |
||
49 | |
||
50 | 1 | Amber Herold | ** If several restart of leginon is needed, Leginon Client is more likely to behave badly without its own restart. |
51 | 16 | Eric Hou | |
52 | 24 | Anchi Cheng | # Follow [[Restarting procedure to continue data acquisition]] |
53 | 15 | Eric Hou | |
54 | 1 | Amber Herold | Still not working: Check for hardware and network problems. |
55 | |||
56 | 15 | Eric Hou | h2. Leginon has crashed |
57 | 1 | Amber Herold | |
58 | 15 | Eric Hou | Commonly Why: You have click too many places and make changes so fast that leginon can not follow it. |
59 | 1 | Amber Herold | |
60 | 15 | Eric Hou | Solution: |
61 | 1 | Amber Herold | |
62 | * Slow down, especially in preset manager. |
||
63 | 16 | Eric Hou | * Other reason: Run out of memory or other hardware/software/network problems. |
64 | 1 | Amber Herold | |
65 | 16 | Eric Hou | Solution: |
66 | 15 | Eric Hou | |
67 | 1 | Amber Herold | # 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 |
68 | 16 | Eric Hou | |
69 | 21 | Anchi Cheng | # 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. |
70 | 1 | Amber Herold | |
71 | 16 | Eric Hou | ** main>ctrl-c |
72 | 1 | Amber Herold | |
73 | 16 | Eric Hou | ** main>killall -9 python |
74 | 1 | Amber Herold | |
75 | 16 | Eric Hou | This kills all processes with name containing python. Therefore, it may kill other process you run in the background! |
76 | 1 | Amber Herold | |
77 | 16 | Eric Hou | # scope> kill and restart Leginon Client if desired. |
78 | 1 | Amber Herold | |
79 | ** Close the python window. The Leginon window will close automatically this way. |
||
80 | 16 | Eric Hou | |
81 | 1 | Amber Herold | ** If several restart of leginon is needed, Leginon Client is more likely to behave badly without its own restart. |
82 | 16 | Eric Hou | |
83 | 24 | Anchi Cheng | # main> [[Restarting procedure to continue data acquisition]] |
84 | 21 | Anchi Cheng | |
85 | 15 | Eric Hou | Still not working: Check for hardware and network problems. |
86 | |||
87 | h2. Python window does not close on Windows after Leginon GUI window is closed |
||
88 | |||
89 | Why: Python process controls Leginon GUI window. On Windows, Python process is considered broken without Leginon GUI. |
||
90 | |||
91 | * Always close the python process window to exit both Leginon GUI and the python process. |
||
92 | |||
93 | h2. Data collection does not resume after restarting Leginon |
||
94 | 16 | Eric Hou | |
95 | 15 | Eric Hou | Commonly Why: |
96 | 16 | Eric Hou | |
97 | 15 | Eric Hou | 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. |
98 | 16 | Eric Hou | |
99 | 21 | Anchi Cheng | * Follow the restart instruction |
100 | 1 | Amber Herold | |
101 | 14 | Eric Hou | h2. Acquired image or program parameters do not behave in the same way as the input |
102 | 1 | Amber Herold | |
103 | 15 | Eric Hou | Commonly Why: An invalid input is entered such as an invalid camera setting, text in place of an inumber. |
104 | 1 | Amber Herold | |
105 | 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. |
106 | 1 | Amber Herold | |
107 | 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. |
108 | 1 | Amber Herold | |
109 | 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. |
110 | 1 | Amber Herold | |
111 | h2. Parameters in setting windows do not apply to the node image display |
||
112 | |||
113 | 15 | Eric Hou | h3. Why: |
114 | 1 | Amber Herold | |
115 | 15 | Eric Hou | * The display panel is set to output other than the direct result of the setting. |
116 | 1 | Amber Herold | |
117 | 15 | Eric Hou | * The function needs to be excuted to its input in the setting window. Use "Test" button to do this. |
118 | 1 | Amber Herold | |
119 | 15 | Eric Hou | * if still not working, "Apply" the parameters before "Test" or "Create" (in Suqare Targeting Node). |
120 | 1 | Amber Herold | |
121 | h2. Fail to load a node in an new application with DataAccessError |
||
122 | |||
123 | 15 | Eric Hou | h3. Why: |
124 | 1 | Amber Herold | |
125 | 15 | Eric Hou | * A bug in default setting loading causes some JAHCFinder or HoleFinder nodes with bad reference to LowPassFilterSettings. |
126 | 1 | Amber Herold | |
127 | 15 | Eric Hou | You may want to get help from the most experienced user at your institute to do these: |
128 | 1 | Amber Herold | |
129 | * Start Leginon as "administrator". |
||
130 | |||
131 | * Identify the node name that failed to load in the application. |
||
132 | |||
133 | * Start the same application. |
||
134 | |||
135 | 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. |
136 | 1 | Amber Herold | |
137 | * If the application is loaded normally, select the problematic node. |
||
138 | |||
139 | 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. |
140 | 1 | Amber Herold | |
141 | 15 | Eric Hou | * If the node belongs to HoleFinder Class, open the settings for Edge and for Template. Repeat the same sequence as above. |
142 | 2 | Amber Herold | |
143 | |||
144 | |||
145 | |||
146 | ______ |
||
147 | |||
148 | 23 | Anchi Cheng | [[Restarting procedure to continue data acquisition|< Restarting procedure to continue data acquisition]] | [[Hardware Troubles|Hardware Troubles >]] |
149 | 2 | Amber Herold | |
150 | ______ |