Skip to content

Instantly share code, notes, and snippets.

@nicomen
Created November 21, 2012 11:37
Show Gist options
  • Save nicomen/4124464 to your computer and use it in GitHub Desktop.
Save nicomen/4124464 to your computer and use it in GitHub Desktop.
(wheezy-root)nicolasm@grumpy:~/projects/cellbazaar-web$ ./script/bazaar-import-test
[Wed Nov 21 11:37:30 2012] [debug] Reading config file "/home/nicolasm/projects/cellbazaar-web/bazaar.conf".
NOTICE: CREATE TABLE will create implicit sequence "dbix_class_deploymenthandler_versions_id_seq" for serial column "dbix_class_deploymenthandler_versions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "dbix_class_deploymenthandler_versions_pkey" for table "dbix_class_deploymenthandler_versions"
NOTICE: CREATE TABLE / UNIQUE will create implicit index "dbix_class_deploymenthandler_versions_version" for table "dbix_class_deploymenthandler_versions"
DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::__ANON__(): DBI Exception: DBD::Pg::db do failed: ERROR: function uuid_generate_v4() does not exist
HINT: No function matches the given name and argument types. You might need to add explicit type casts. at /usr/share/perl5/Context/Preserve.pm line 42
(running line 'CREATE TABLE "black_lists" ( "user_id" uuid DEFAULT uuid_generate_v4() NOT NULL, "reason" text NOT NULL, "registered" timestamp NOT NULL, PRIMARY KEY ("user_id") )') at /usr/local/share/perl/5.14.2/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm line 254.
DBIx::Class::Carp::__ANON__(): A DBIx::Class::Storage::TxnScopeGuard went out of scope without explicit commit or error. Rolling back. at /usr/share/perl5/DBIx/Class/Storage/TxnScopeGuard.pm line 132
DBIx::Class::Carp::__ANON__(): A DBIx::Class::Storage::TxnScopeGuard went out of scope without explicit commit or error. Rolling back. at /usr/share/perl5/DBIx/Class/Storage/TxnScopeGuard.pm line 132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment