Out PyKMIP test harness will crash using exit if presented with a version of the KMIP protocol it has been instructed to reject. This might not be sufficient to totally terminate the server, because it uses the multiprocessing framework.
We should be more graceful, and return a KMIP error back to the client and remain active. This will allow our JSTest harness to terminate the KMIP server using our usual infrastructure.