java.lang.NullPointerException
at fr.paris.lutece.plugins.grustoragedb.service.DemandServiceTest.testDemandServiceWithoutListener(DemandServiceTest.java:74)
[sql] Failed to execute: CREATE TABLE notificationstore_demand ( uid int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), id varchar(100) NOT NULL, -- old "id" column
[sql] Failed to execute: CREATE INDEX notificationstore_demand_u_index on notificationstore_demand ( demand_type_id,customer_id,id)
[sql] Failed to execute: CREATE INDEX notificationstore_demand_id_index on notificationstore_demand ( id )
[sql] Failed to execute: CREATE INDEX notificationstore_demand_customer_index ON notificationstore_demand (customer_id)
[sql] Failed to execute: CREATE INDEX IDX_notificationstore_status_text on notificationstore_temporary_status (status(200), status_id)
[sql] Failed to execute: CREATE TABLE notificationstore_demand_category ( id_demand_category int GENERATED BY DEFAULT AS IDENTITY(START WITH 1), code varchar(50) default '' NOT NULL, label LONGVARCHAR NOT NULL, is_default SMALLINT NOT NULL default 0, PRIMARY KEY (id_demand_category) )
[sql] Failed to execute: CREATE UNIQUE INDEX IDX_notificationstore_demand_category_code on notificationstore_demand_category (code)