I was having the same issue, I saw this on the log:
java.lang.NoClassDefFoundError: Could not initialize class sun.tools.attach.LinuxVirtualMachine
To solve this, you have to search for a libattach.so file, mine was located at /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libattach.so, put...