Skip to content

genie_python Troubleshooting

Thomas Lohnert edited this page Mar 8, 2019 · 31 revisions

Wiki > Trouble-shooting > genie_python

Logging

Where are the logs?

Genie_python writes its logs to ...\Instrument\var\logs\genie_python.

What does ERROR: CAException mean when it is in the log?

The following is written to the log when a virtual circuit disconnects from the IOC side:

    2018-05-21T15:21:31	(CA)	(15712)	ERROR: CAException: type=-1 state=192 op=5 file=..\cac.cpp lineNo=1223
    2018-05-21T15:21:31	(CA)	(15712)	ERROR: CAException: type=6 state=192 op=0 file=..\getCopy.cpp lineNo=92

The time stamp on these are for the first get_pv call or equivalent after a disconnect.

Problems importing a dependency that should be in genie_python

Have you pulled and rebuilt the latest version of the repository under \Apps\Python ?

Clone this wiki locally