CLI Tool Error

I ran the CLI tool to create my first Cubi module and got an error.  I'm not sure where to start since the error doesn't reference the line or file.

jim@badass:~/Documents/dev/openbiz_test/test/bin/tools$ php gen_meta.php cubi firm firm
---------------------------------------
Please select metadata naming:
1. module path: /firm, object name: Firm, module name: firm
S. specify a custom module path, object name and module name
Please select: [1/s] (1) : 1

Access control options:
1. Access and Manage (default)
2. Access, Create, Update and Delete
3. No access control
Please select access control type [1/2/3] (1) : 1

---------------------------------------
Target dir: /home/jim/Documents/dev/openbiz_test/test/modules/firm
Medata file to create:
  do/FirmDO.xml
  form/Firm...Form.xml
  view/FirmView.xml
Do you want to continue? [y/n] (y) : y
PHP Fatal error:  Exception thrown without a stack frame in Unknown on line 0
jim@badass:~/Documents/dev/openbiz_test/test/bin/tools$ php gen_meta.php cubi firm firm
---------------------------------------
Please select metadata naming:
1. module path: /firm, object name: Firm, module name: firm
S. specify a custom module path, object name and module name
Please select: [1/s] (1) : 1

Access control options:
1. Access and Manage (default)
2. Access, Create, Update and Delete
3. No access control
Please select access control type [1/2/3] (1) : 1

---------------------------------------
Target dir: /home/jim/Documents/dev/openbiz_test/test/modules/firm
Medata file to create:
  do/FirmDO.xml
  form/Firm...Form.xml
  view/FirmView.xml
Do you want to continue? [y/n] (y) : y
PHP Fatal error:  Exception thrown without a stack frame in Unknown on line 0

Not sure what I did, but now

Not sure what I did, but now I get

Error message:  #256, Unable to find a valide entry with Name as 'cubi' in metadata/Config.xml. Please add a Database entry with Name as 'cubi' in metadata/Config.xml file
Script name and line number of error: /home/jim/Documents/dev/openbiz_test/openbiz/bin/Configuration.php:100
function: errorHandler ( 256, "Unable to find a valide entry with Name as 'cubi' in metadata/Co...", "/home/jim/Documents/dev/openbiz_test/openbiz/bin/Configuration.p...", 100, Array(5) ) @ /home/jim/Documents/dev/openbiz_test/openbiz/bin/sysheader_inc.php 123
function: userErrorHandler ( 256, "Unable to find a valide entry with Name as 'cubi' in metadata/Co...", "/home/jim/Documents/dev/openbiz_test/openbiz/bin/Configuration.p...", 100, Array(5) ) @
function: trigger_error ( "Unable to find a valide entry with Name as 'cubi' in metadata/Co...", 256 ) @ /home/jim/Documents/dev/openbiz_test/openbiz/bin/Configuration.php 100
function: getDatabaseInfo ( "cubi" ) @ /home/jim/Documents/dev/openbiz_test/test/bin/tools/gen_meta.inc.php 90
function: __construct ( "firm", "cubi", "firm", Array(4) ) @ /home/jim/Documents/dev/openbiz_test/test/bin/tools/gen_meta.php 140
Please ask system administrator for help...

It looks like the new version of OB  no longer uses metadata.  I've tried copying the Config.xml file into a metadata directory with no luck.