Unable to launch Local Server

(Windows 7 64 bit, Java ver 1.8.0_25-b18)
When attempting to launch the Server by any means, I am unable to connect locally or even launch the server and receive the following Java error in the console. I've updated Java, run as admin, and tried everything I can think of. When I first installed XMage I was able to connect to and launch the local server once after many messages of "Unable to connect to server. Server is likely offline." I chalked this up to the server needing time to launch and get running, but now I cannot launch the local server at all. The client also spits out an error when I try to connect locally but I haven't pasted it here (mostly the same thing).
When attempting to launch the Server by any means, I am unable to connect locally or even launch the server and receive the following Java error in the console. I've updated Java, run as admin, and tried everything I can think of. When I first installed XMage I was able to connect to and launch the local server once after many messages of "Unable to connect to server. Server is likely offline." I chalked this up to the server needing time to launch and get running, but now I cannot launch the local server at all. The client also spits out an error when I try to connect locally but I haven't pasted it here (mostly the same thing).
- Code: Select all
INFO 2015-01-09 11:55:10,657 Loading cards... =>[main] Main.main
org.h2.jdbc.JdbcSQLException: General error: "java.lang.NullPointerException" [50000-178]
...
Exception in thread "main" java.lang.NullPointerException
at mage.cards.repository.ExpansionRepository.add(ExpansionRepository.java:52)
at mage.cards.repository.CardScanner.scan(CardScanner.java:58)
at mage.server.Main.main(Main.java:116)