我启动完Tomcat后,数据库的数据全没了,怎么处理
以下是我启动Tomcat的时候一部分代码,其他都是没什么的,就觉得是下面这个以前没见过的信息搞的鬼,
2009-05-28 00:29:42,609 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'cst_customer' 的对象。
2009-05-28 00:29:42,984 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table sal_chance (chc_id numeric(19,0) identity not null, chc_source varchar(50) null, chc_cust_name varchar(100) not null, chc_title varchar(100) not null, chc_rate int not null, chc_linkman varchar(50) null, chc_tel varchar(50) null, chc_desc varchar(2000) not null, chc_create_id numeric(19,0) not null, chc_create_by varchar(50) not null, chc_create_date datetime not null, chc_due_id numeric(19,0) null, chc_due_to varchar(50) null, chc_due_date datetime null, chc_status varchar(10) not null, primary key (chc_id))
2009-05-28 00:29:42,984 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'sal_chance' 的对象。
2009-05-28 00:29:42,984 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table sys_right (right_code varchar(50) not null, right_parent_code varchar(50) null, right_type varchar(20) null, right_text varchar(50) null, right_url varchar(100) null, right_tip varchar(50) null, primary key (right_code))
2009-05-28 00:29:42,984 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'sys_right' 的对象。
2009-05-28 00:29:43,000 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table sys_role (role_id numeric(19,0) identity not null, role_name varchar(50) not null, role_desc varchar(50) null, role_flag int null, primary key (role_id))
2009-05-28 00:29:43,000 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'sys_role' 的对象。
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table v_orders (odr_id numeric(19,0) not null, odr_customer varchar(100) null, odr_date datetime null, odr_addr varchar(200) null, odr_status varchar(1) null, primary key (odr_id))
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'v_orders' 的对象。
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table v_orders_line (odd_id numeric(19,0) not null, odd_order_id numeric(19,0) null, odd_prod_id numeric(19,0) null, odd_count int null, odd_unit varchar(10) null, odd_price double precision null, primary key (odd_id))
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'v_orders_line' 的对象。
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table v_product (prod_id numeric(19,0) not null, prod_name varchar(200) null, prod_type varchar(100) null, prod_batch varchar(100) null, prod_unit varchar(10) null, prod_price double precision null, prod_memo varchar(200) null, primary key (prod_id))
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'v_product' 的对象。
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: create table v_storage (stk_id numeric(19,0) not null, stk_product varchar(402) null, stk_warehouse varchar(50) null, stk_ware varchar(50) null, stk_count int null, stk_memo varchar(200) null, primary key (stk_id))
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]数据库中已存在名为 'v_storage' 的对象。
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table cst_activity add constraint FK3067A6EA25D8E711 foreign key (atv_cust_no) references cst_customer
2009-05-28 00:29:43,015 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'cst_customer.cust_no' 的数据类型与外键 'FK3067A6EA25D8E711' 中的引用列 'cst_activity.atv_cust_no' 的数据类型不同。
2009-05-28 00:29:43,031 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table cst_linkman add constraint FK178F1FE5BEAFB43C foreign key (lkm_cust_no) references cst_customer
2009-05-28 00:29:43,031 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'cst_customer.cust_no' 的数据类型与外键 'FK178F1FE5BEAFB43C' 中的引用列 'cst_linkman.lkm_cust_no' 的数据类型不同。
2009-05-28 00:29:43,031 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table cst_service add constraint FK8344AB7A356E9EDD foreign key (svr_cust_no) references cst_customer
2009-05-28 00:29:43,031 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'cst_customer.cust_no' 的数据类型与外键 'FK8344AB7A356E9EDD' 中的引用列 'cst_service.svr_cust_no' 的数据类型不同。
2009-05-28 00:29:43,031 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table jb_crm_team0.dbo.cst_lost add constraint FKBAE0A07F6EDA463B foreign key (lst_cust_no) references cst_customer
2009-05-28 00:29:43,046 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'cst_customer.cust_no' 的数据类型与外键 'FKBAE0A07F6EDA463B' 中的引用列 'cst_lost.lst_cust_no' 的数据类型不同。
2009-05-28 00:29:43,046 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table sal_plan add constraint FK731E42EA541807A6 foreign key (pla_chc_id) references sal_chance
2009-05-28 00:29:43,046 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'sal_chance.chc_id' 的数据类型与外键 'FK731E42EA541807A6' 中的引用列 'sal_plan.pla_chc_id' 的数据类型不同。
2009-05-28 00:29:43,234 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table sys_role_right add constraint FK550439C5E3C319DA foreign key (rf_role_id) references sys_role
2009-05-28 00:29:43,234 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'sys_role.role_id' 的数据类型与外键 'FK550439C5E3C319DA' 中的引用列 'sys_role_right.rf_role_id' 的数据类型不同。
2009-05-28 00:29:43,234 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] Unsuccessful: alter table sys_user add constraint FK74A81DFDD7C7713A foreign key (usr_role_id) references sys_role
2009-05-28 00:29:43,234 [org.hibernate.tool.hbm2ddl.SchemaExport]-[ERROR] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]列 'sys_role.role_id' 的数据类型与外键 'FK74A81DFDD7C7713A' 中的引用列 'sys_user.usr_role_id' 的数据类型不同。
2009-05-28 00:29:43,234 [org.hibernate.tool.hbm2ddl.SchemaExport]-[INFO] schema export complete
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] SQL Warning: 0, SQLState: 
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to jb_crm_team0
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] SQL Warning: 0, SQLState: 
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]已将数据库上下文更改为 'crm_team0'。
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] SQL Warning: 0, SQLState: 
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] [Microsoft][SQLServer 2000 Driver for JDBC]Language changed to 简体中文
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] SQL Warning: 0, SQLState: 
2009-05-28 00:29:43,250 [org.hibernate.util.JDBCExceptionReporter]-[WARN] [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]已将语言设置更改为 简体中文。
2009-05-28 00:29:48,875 [org.quartz.simpl.SimpleThreadPool]-[INFO] Job execution threads will use