4 # Revision 1.10 1994/04/22 21:51:17 hollings
7 # Revision 1.9 1994/04/22 21:48:54 hollings
10 # Revision 1.8 1994/04/19 18:59:35 hollings
13 # Revision 1.7 1994/04/19 18:54:43 hollings
16 # Revision 1.6 1994/04/19 18:50:06 hollings
19 # Revision 1.5 1994/04/19 18:46:30 hollings
22 # Revision 1.4 1994/04/19 18:41:55 hollings
25 # Revision 1.3 1994/04/19 18:37:43 hollings
28 # Revision 1.2 1994/04/19 18:29:48 hollings
31 # Revision 1.1 1994/04/19 18:26:56 hollings
32 # Libray of error numbers in paradyn.
39 %E Application Process found for machine without paradynd
43 An application processes was found to be running on a machine that had no
44 paradynd process running. This is a serious error that indicates either a
45 paradynd process could not be started, or that it might have died. This
46 error should be considered an indication of a bug in the tool.
50 %E Data for unknown metric id
54 Data has arrived from a paradynd process for an unknown metric id. This is
55 a serious error that indicates a bug in the paradyn/paradynd interface.
59 %E Unable to find metric component for sample.
63 A sample value has arrive for a metric from a paradynd, but the paradyn
64 process was not expecting a value from this process. This is a serious internal
65 consistancy failure of the paradyn/paradynd interface.
69 %E unable to connect to new paradyn daemon process.
73 A request had arrived to start a new paradyn daemon process on a remote
74 machine (either from the user or the system based on adding new hosts), and
75 the paradyn user process was unable to rendezvous with the paradynd process.
76 This could indicate a network failure, the paradynd process not being
77 installed on the remote machine, or a file permission problem.
81 %E paradynd process has died
85 A paradynd process has died somewhere in the system. This indicates either
86 a network failure, a host failure, or a bug in the paradyd process.
90 %E unable to start paradynd
94 A request to start a new application process on a machine required that a new
95 paradyn daemon process be started on that machine. The attempt to start that
96 new paradyd process failed. This is a continuable error, but does mean that
97 the request application process will NOT be started. This error can happen
98 if the path for the paradynd is incorrect, if the paradynd binary is not
99 installed on that machine, or if the machine or network is down.
103 %E auto refinement already enabled
107 An attempt to enable automatic refinement was made will automated refinement
108 was already being attempted.
112 %E unable to find search history graph node
116 An attempt to lookup a search history graph node failed. The passed interger
117 name of the node was not found in the list of nodes.
122 %E search history graph ancestor not true
126 An attempt to set the current refinement to a node failed becuase one of the
127 ancesstors of that node is false. To manually select a SHG node, you must
128 select a node which is true. In addition, all of it's ancesstors back to
129 the root must also be true.