You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/19 02:53:23 UTC

[GitHub] Michael-YuSha commented on issue #3211: pulsar producer create fail, get error :Received error from server: java.lang.NullPointerException

Michael-YuSha commented on issue #3211: pulsar producer create fail, get error :Received error from server: java.lang.NullPointerException
URL: https://github.com/apache/pulsar/issues/3211#issuecomment-448451149
 
 
   I have create a producer with JSON schema of Person object for topic named /xh/test/demo8, in the code review, we need to update Person to Student, the Student  extends Person, so i delete the schema for persistent://xh/test/demo8, then i create the producer by pulsarClient, but the server response the error Received error from server: java.lang.NullPointerException. Then, i delete the topic persistent://xh/test/demo8,  and create producer ,i get a same error from server, so that, I use pulsar-admin to upload a new schema by conf file, the server response a 500 bad code for me 

----------------------------------------------------------------
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