Created
November 21, 2012 11:37
-
-
Save nicomen/4124464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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