Could it be that the tested system closes it self with System.exit(0);
when you use File|Exit?
This will kill everything in the same JVM (including the remote
library and the socket it uses). If this will happen in the middle of
the keyword execution, Robot will get an error from the rmi-socket it
uses to communicate with the remote library.
If you want to close your tested system this way then I suggest that
you use Run Keyword And Expect Error to run the closing keyword.
Kind Regards,
Mikko Korpela
2011/8/29 pominnz <apom...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "robotframework-users" group.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
>
>