I am facing this problem since more than a month, here is what I see when I run java on command line:
$ java -Xmx1300m 
Error occurred during initialization          
        
Sometimes it may happen that you run multiple applications on the same java VM. In Case you have tried all the other solutions described above and it didnt work. Try Running your process by running it on a newly created java VM by passing vmargs
-agentlib:jdwp=transport=dt_socket,server=y,address=10049,suspend=n . 
Here address is what the vm takes.