Now that's just silly!
java.lang.NumberFormatException: For input string: ""
One of the text fields was blank and your code tried to do an Integer.parseInt on it. Make sure you fill in all the relelvant text fields and make sure the code is processing the data from the text fields properly.