I am using a raidb1 controller of a virtual database backed by 2 PostgreSQL 
databases. I run the controller and i get no error but the schema creation, and 
also any query, is very slow and i keep getting this annoying error in my 
postgres database log

ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
ERROR:  table "c3p0_test_table" does not exist

NOTICE:  CREATE TABLE will create implicit sequence "aptn_id_seq" for serial 
column "aptn.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "aptn_pkey" for 
table "aptn"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"administrativeunit_pkey" for table "administrativeunit"
LOG:  unexpected EOF on client connection
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"administrator_pkey" for table "administrator"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"administrator_user_id_key" for table "administrator"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"annualservicepricing_pkey" for table "annualservicepricing"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"bankaccount_pkey" for table "bankaccount"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "bankcard_pkey" 
for table "bankcard"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"billstatistics_pkey" for table "billstatistics"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "brand_pkey" for 
table "brand"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"brandmodel_pkey" for table "brandmodel"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / UNIQUE will create implicit index 
"brand_brandmodel_models_id_key" for table "brand_brandmodel"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "camera_pkey" 
for table "camera"
NOTICE:  CREATE TABLE / UNIQUE will create implicit index "camera_name_key" for 
table "camera"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"cameralocation_pkey" for table "cameralocation"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "cash_pkey" for 
table "cash"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"catalogprice_pkey" for table "catalogprice"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
"catalogpriceapplication_pkey" for table "catalogpriceapplication"
ERROR:  relation "sequoiasabase" does not exist
STATEMENT:  select * from sequoiaSABase where objectType=$1
........


       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to