Not seeing newly implemented card in Deck Editor

I recently started to code in the card Dread Cacodemon and now want to test it out. However, when I connect to the server and check the "Force update of card database" box, I still do not see the card available in the Deck Editor.
What I've done so far...
I've followed the instructions to start the server in test mode, I have a test.dck and cheat.dck in Mage.Client directory. I also have init.txt in the Mage.Server/config directory. So from NetBeans I ran the Mage Server in test mode, then I run the Client and check the "Force Database Update" and connect to local host. When it tries to load the test.dck where I have the recently added card Dread Cacodemon:
1 [CMD:79] Dread Cacodemon
I see this error in the Client log: "FATAL 2016-02-29 10:39:00,159 Could not find card '' at line 82: 1 [CMD:79] Dread Cacodemon =>[AWT-EventQueue-0] DeckImporter.importDeck "
And when I open the Deck Editor and search for the card, it does not show up either. Am I missing a step for this card to be available in the database? And is my line in test.dck correct for the card?
I also tried running the clean_dbs.sh script and try again to connect with Force Database Update box checked, but still the card does not show up in the deck editor.
edit: Saw this post viewtopic.php?f=116&t=17336 that mentioned trying to rebuild the Mage.Sets before re-running, so I did that. Still having the same issue - not seeing the implemented card in the DB. I see the .java file added in the Mage.Sets Commander folder.
What I've done so far...
I've followed the instructions to start the server in test mode, I have a test.dck and cheat.dck in Mage.Client directory. I also have init.txt in the Mage.Server/config directory. So from NetBeans I ran the Mage Server in test mode, then I run the Client and check the "Force Database Update" and connect to local host. When it tries to load the test.dck where I have the recently added card Dread Cacodemon:
1 [CMD:79] Dread Cacodemon
I see this error in the Client log: "FATAL 2016-02-29 10:39:00,159 Could not find card '' at line 82: 1 [CMD:79] Dread Cacodemon =>[AWT-EventQueue-0] DeckImporter.importDeck "
And when I open the Deck Editor and search for the card, it does not show up either. Am I missing a step for this card to be available in the database? And is my line in test.dck correct for the card?
I also tried running the clean_dbs.sh script and try again to connect with Force Database Update box checked, but still the card does not show up in the deck editor.
edit: Saw this post viewtopic.php?f=116&t=17336 that mentioned trying to rebuild the Mage.Sets before re-running, so I did that. Still having the same issue - not seeing the implemented card in the DB. I see the .java file added in the Mage.Sets Commander folder.