You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@git.apache.org on 2017/06/03 01:16:31 UTC

[GitHub] golisandeep3 opened a new issue #177: Resource representation is only available with these Content-Types:\napplication/json; charset=UTF-8

golisandeep3 opened a new issue #177: Resource representation is only available with these Content-Types:\napplication/json; charset=UTF-8
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/177
 
 
   {
       "activationId": "fb53bf3368bc4f60bb6730d50fda3f9b",
       "annotations": [
           {
               "key": "limits",
               "value": {
                   "logs": 10,
                   "memory": 256,
                   "timeout": 60000
               }
           },
           {
               "key": "path",
               "value": "guest/messaging/kafkaFeed"
           }
       ],
       "duration": 50,
       "end": 1496449973679,
       "logs": [],
       "name": "kafkaFeed",
       "namespace": "guest",
       "publish": false,
       "response": {
           "result": {
               "error": {
                   "code": 4715,
                   "error": "Resource representation is only available with these Content-Types:\napplication/json; charset=UTF-8"
               }
           },
           "status": "application error",
           "success": false
       },
       "start": 1496449973629,
       "subject": "guest",
       "version": "0.0.2"
   }
   I see this error when i am trying to create a trigger 
   wsk trigger create /guest/MyKafkaTrigger -f /guest/messaging/kafkaFeed -p brokers "[\"192.168.33.13:5000\"]" -p topic mytopic -p isJSONData false -p endpoint 192.168.33.13
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services