I am unable to add another paragraph with more content in a notebook. I can add short notes but when trying to add to long code in the new paragraph in a notebook It is not adding any more.
 
I tried increasing the zeppelin.websocket.max.text.message.size property value to 30720000. but it didn't helped. 
From logs I see the following error:
 NotebookServer.java[onMessage]:365) - Can't handle message: {"op":"INSERT_PARAGRAPH","data":{"
index":15},"roles":"[\"zeppelin_admin_role\"]"}
 
Can someone help me with this.