You got objects.count = 0 because the template you use to serach for a key doesn't match to any object in the token.
Then, the error 208 (0xD0) means CKR_TEMPLATE_INCOMPLETE, i.e. the template you are using to create an RSA key pair is incomplete. This happen when your underlying native PKCS#11 module wants some more attributes in the template to generate the key pair. Refer to the documentation of your PKCS#11 native module to see what other attributes are required.