怎么办啊!の结束

这是为了让项目跑起来!呵呵

虽然还有几个警告,但是看着这个还是很舒服的!

2011-3-20 16:21:35 org.apache.catalina.core.AprLifecycleListener init
信息: An older version 1.1.9 of the APR based Apache Tomcat Native library is installed, while Tomcat recommends version greater then 1.1.10
2011-3-20 16:21:35 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded APR based Apache Tomcat Native library 1.1.9.
2011-3-20 16:21:35 org.apache.catalina.core.AprLifecycleListener init
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2011-3-20 16:21:35 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2011-3-20 16:21:35 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
2011-3-20 16:21:35 org.apache.coyote.http11.Http11NioProtocol init
信息: Initializing Coyote HTTP/1.1 on http-443
2011-3-20 16:21:35 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2011-3-20 16:21:35 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1105 ms
2011-3-20 16:21:36 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2011-3-20 16:21:36 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2011-3-20 16:21:36 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(D:/apache-tomcat-6.0.18/webapps/NetManageServer/WEB-INF/lib/javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-3-20 16:21:37 org.apache.catalina.core.ApplicationContext log
信息: Set web app root system property: 'NetManageServer' = [D:/apache-tomcat-6.0.18/webapps/NetManageServer/]
2011-3-20 16:21:37 org.apache.catalina.core.ApplicationContext log
信息: Initializing log4j from [D:/apache-tomcat-6.0.18/webapps/NetManageServer/WEB-INF/log4j.properties]
INFO - Initializing GraniteDS...
INFO - GraniteDS initialized
INFO - Using configuration: {closeStreams=true, inputBufferSize=null, outputBufferSize=null}
INFO - Proxool 0.9.1 (23-Aug-2008 11:10)
WARN - Use of proxool.maximum-new-connections is deprecated. Use more descriptive proxool.simultaneous-build-throttle instead.
2011-3-20 16:21:38 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
INFO - Root WebApplicationContext: initialization started
INFO - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@71b383: display name [Root WebApplicationContext]; startup date [Sun Mar 20 16:21:39 CST 2011]; root of context hierarchy
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/dao.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/access.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/corporation.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/netinfo.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/lawdeploy.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/query.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/deployment.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/dbconnect.xml]
INFO - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@71b383]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1da990d
INFO - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1da990d: defining beans [dataSource,sessionFactory,hibernateTransactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,HibernateDAO,ModulePageService,SystemModuleService,UserRoleService,LogAccountService,EmployeeService,RegionService,CompanyTypeService,CompanyService,CompanyGatewayService,AddComapnyHttpService,AddComapnyProxService,NetProtocolService,ProtocolItemService,SiteTypeService,SiteService,SiteItemService,SubsiteService,SiteEmployeeService,ProcessTypeService,KeywordTypeService,KeywordService,LawCaseService,CaseDeployConfigService,DeployLogService,DeployInfoService,CompanySummarizeService,SChatService,SEmailService,SWebpageService,SNetsessionService,SComputerActiveService,IPExaminationService,getFileContextService,DeployInfoHttpService,DeployInfoProxService,AddDeployInfoHttpService,AddDeployInfoProxService,dbConnect,logInService]; root of factory hierarchy
INFO - Loaded JDBC driver: org.logicalcobwebs.proxool.ProxoolDriver
INFO - Hibernate Annotations 3.3.0.GA
INFO - Hibernate 3.2.5
INFO - hibernate.properties not found
INFO - Bytecode provider name : cglib
INFO - using JDK 1.4 java.sql.Timestamp handling
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.Keyword
INFO - Bind entity com.netpolicy.po.lawdeploy.Keyword on table table_keyword
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.KeywordType
INFO - Bind entity com.netpolicy.po.lawdeploy.KeywordType on table table_keyword_type
INFO - Hibernate Validator 3.0.0.GA
INFO - Building new Hibernate SessionFactory
INFO - Binding entity from annotated class: com.netmanager.po.access.Employee
INFO - Bind entity com.netmanager.po.access.Employee on table table_employee
INFO - Binding entity from annotated class: com.netmanager.po.access.LogAccount
INFO - Bind entity com.netmanager.po.access.LogAccount on table table_admin_user
INFO - Binding entity from annotated class: com.netmanager.po.access.ModulePage
INFO - Bind entity com.netmanager.po.access.ModulePage on table table_modulepage
INFO - Binding entity from annotated class: com.netmanager.po.access.SystemModule
INFO - Bind entity com.netmanager.po.access.SystemModule on table table_systemmodule
INFO - Binding entity from annotated class: com.netmanager.po.access.UserRole
INFO - Bind entity com.netmanager.po.access.UserRole on table table_power
INFO - Binding entity from annotated class: com.netmanager.po.corporation.Company
INFO - Bind entity com.netmanager.po.corporation.Company on table table_org
INFO - Binding entity from annotated class: com.netmanager.po.corporation.CompanyGateway
INFO - Bind entity com.netmanager.po.corporation.CompanyGateway on table table_company_gateway
INFO - Binding entity from annotated class: com.netmanager.po.corporation.CompanyType
INFO - Bind entity com.netmanager.po.corporation.CompanyType on table table_org_type
INFO - Binding entity from annotated class: com.netmanager.po.corporation.Region
INFO - Bind entity com.netmanager.po.corporation.Region on table table_region
INFO - Binding entity from annotated class: com.netmanager.po.lawdeploy.CaseDeployConfig
INFO - Bind entity com.netmanager.po.lawdeploy.CaseDeployConfig on table table_deploy_config
INFO - Binding entity from annotated class: com.netmanager.po.lawdeploy.DeployInfo
INFO - Bind entity com.netmanager.po.lawdeploy.DeployInfo on table table_deploy_info
INFO - Binding entity from annotated class: com.netmanager.po.lawdeploy.DeployKeyword
INFO - Bind entity com.netmanager.po.lawdeploy.DeployKeyword on table table_deploye_keyword
INFO - Binding entity from annotated class: com.netmanager.po.lawdeploy.DeployResult
INFO - Bind entity com.netmanager.po.lawdeploy.DeployResult on table table_deploy_result
INFO - Binding entity from annotated class: com.netmanager.po.lawdeploy.LawCase
INFO - Bind entity com.netmanager.po.lawdeploy.LawCase on table table_low_case
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.NetProtocol
INFO - Bind entity com.netpolicy.po.netinfo.NetProtocol on table table_protocol
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.ProcessType
INFO - Bind entity com.netpolicy.po.netinfo.ProcessType on table table_process
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.ProtocolItem
INFO - Bind entity com.netpolicy.po.netinfo.ProtocolItem on table table_protocol_item
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.Site
INFO - Bind entity com.netpolicy.po.netinfo.Site on table table_site
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteEmployee
INFO - Bind entity com.netpolicy.po.netinfo.SiteEmployee on table table_site_employee
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteItem
INFO - Bind entity com.netpolicy.po.netinfo.SiteItem on table table_site_item
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteType
INFO - Bind entity com.netpolicy.po.netinfo.SiteType on table table_site_type
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SubSite
INFO - Bind entity com.netpolicy.po.netinfo.SubSite on table table_sub_site
INFO - Mapping collection: com.netmanager.po.access.SystemModule.modulePages -> table_modulepage
INFO - Mapping collection: com.netmanager.po.corporation.Company.companyGateways -> table_company_gateway
INFO - Mapping collection: com.netmanager.po.lawdeploy.CaseDeployConfig.deployKeywords -> table_deploye_keyword
INFO - Mapping collection: com.netmanager.po.lawdeploy.LawCase.deployConfigs -> table_deploy_config
INFO - Mapping collection: com.netpolicy.po.netinfo.NetProtocol.items -> table_protocol_item
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.employees -> table_site_employee
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.items -> table_site_item
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.subSites -> table_sub_site
INFO - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
INFO - RDBMS: MySQL, version: 5.5.8-log
INFO - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.8 ( Revision: ${svn.Revision} )
INFO - Using dialect: org.hibernate.dialect.MySQL5Dialect
INFO - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
INFO - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
INFO - Automatic flush during beforeCompletion(): disabled
INFO - Automatic session close at end of transaction: disabled
INFO - JDBC batch size: 30
INFO - JDBC batch updates for versioned data: enabled
INFO - Scrollable result sets: enabled
INFO - JDBC3 getGeneratedKeys(): enabled
INFO - Connection release mode: auto
INFO - Maximum outer join fetch depth: 2
INFO - Default batch fetch size: 1
INFO - Generate SQL with comments: enabled
INFO - Order SQL updates by primary key: disabled
INFO - Order SQL inserts for batching: disabled
INFO - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO - Using ASTQueryTranslatorFactory
INFO - Query language substitutions: {false=0, true=1}
INFO - JPA-QL strict compliance: disabled
INFO - Second-level cache: enabled
INFO - Query cache: enabled
INFO - Cache provider: org.hibernate.cache.EhCacheProvider
INFO - Optimize cache for minimal puts: disabled
INFO - Structured second-level cache entries: disabled
INFO - Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
INFO - Echoing all SQL to stdout
INFO - Statistics: disabled
INFO - Deleted entity synthetic identifier rollback: disabled
INFO - Default entity-mode: pojo
INFO - Named query checking : enabled
INFO - building session factory
WARN - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/D:/apache-tomcat-6.0.18/webapps/NetManageServer/WEB-INF/lib/ehcache-1.2.3.jar!/ehcache-failsafe.xml
INFO - Not binding factory to JNDI, no JNDI name configured
INFO - Running hbm2ddl schema update
INFO - fetching database metadata
INFO - updating schema
INFO - table found: netmanager.table_admin_power
INFO - columns: [glyid, qxid]
INFO - foreign keys: []
INFO - indexes: [fka0aa4d24dadd86a4, primary, fka0aa4d246007b0a9]
INFO - table found: netmanager.table_admin_user
INFO - columns: [id, logpwd, ygid, systemed, logid, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, fkcb62a7ccacbd2663, entity_uid]
INFO - table found: netmanager.table_admin_user_role
INFO - columns: [glyid, jsid]
INFO - foreign keys: []
INFO - indexes: [primary, fk5cba9109dadd86a4, fk5cba910955b09e11]
INFO - table found: netmanager.table_company_gateway
INFO - columns: [port, zkdlogid, fwip, ms, zkdlogpwd, mac, deviceid, entity_uid, version, logid, ip, id, logpwd, dwid, spellshort]
INFO - foreign keys: [table_company_gateway_ibfk_1]
INFO - indexes: [primary, fk3ceb92115413da07, deviceid, entity_uid]
INFO - table found: netmanager.table_deploy_config
INFO - columns: [ajid, oo, xyid, clfsid, entity_uid, version, id, qssj, keywordid, qyid, dxx, zzsj, dwid, spellshort, wzid]
INFO - foreign keys: []
INFO - indexes: [fk1702dae94d6b498b, fk1702dae95413da07, fk1702dae9748a7205, primary, fk1702dae9a013f81b, fk1702dae9b5315734, fk1702dae92942256b, fk1702dae9ecd46013, entity_uid]
INFO - table found: netmanager.table_deploy_info
INFO - columns: [dfip, wzxmid, bkid, bdport, bdip, entity_uid, version, id, qssj, fj, zy, xyxmid, dfport, zzsj, dwid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fka8647a155413da07, fka8647a15a454bd00, fka8647a15619c5f13, fka8647a1524d55c02, primary, entity_uid]
INFO - table found: netmanager.table_deploy_result
INFO - columns: [id, bkqk, bkid, dwid, jsr, note, isdpeloy, sj, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, fk30111fc4548cc7d9, fk30111fc4a454bd00, entity_uid]
INFO - table found: netmanager.table_deploye_keyword
INFO - columns: [id, keywordid, xh, relation, wzxmid, xyxmid, bkid, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, fk59eb6897619c5f13, fk59eb689724d55c02, fk59eb6897a454bd00, fk59eb6897748a7205, entity_uid]
INFO - table found: netmanager.table_employee
INFO - columns: [isenabled, id, lxdh, gh, xm, xb, sfzh, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_keyword
INFO - columns: [id, sm, dxx, word, type, ppfs, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fke73b5278d0012755, primary, entity_uid]
INFO - table found: netmanager.table_keyword_type
INFO - columns: [isenabled, id, issystemed, sm, mc, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_low_case
INFO - columns: [hzrlxdh, oo, hzr, qsrq, type, entity_uid, version, id, qssj, mc, deployaccount, zzrq, zzsj, hzrpwd, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, fk744ce28c593bbdbb, entity_uid]
INFO - table found: netmanager.table_modulepage
INFO - columns: [id, modulename, pageindex, pagenote, pagename, systemed, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fk6e8d400c83db97e, primary, pagename, entity_uid]
INFO - table found: netmanager.table_org
INFO - columns: [wg, wglxdh, dwlxid, code, entity_uid, version, id, mc, qyid, fr, frsfzh, frlxdh, spellshort]
INFO - foreign keys: []
INFO - indexes: [fk897e82f3a013f81b, primary, code_2, code, fk897e82f3e0dcdaad, entity_uid]
INFO - table found: netmanager.table_org_type
INFO - columns: [isenabled, id, issystemed, sm, mc, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_power
INFO - columns: [id, sm, mc, systemed, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [mc, primary, entity_uid]
INFO - table found: netmanager.table_process
INFO - columns: [isenabled, id, issystemed, sm, mc, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_protocol
INFO - columns: [id, sm, mc, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_protocol_item
INFO - columns: [id, sm, mc, xyid]
INFO - foreign keys: []
INFO - indexes: [fk261551a94d6b498b, primary]
INFO - table found: netmanager.table_region
INFO - columns: [regionpath, isenabled, id, issystemed, sm, mc, pcs, sjqyid, pcslxdh, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, fk5db1a4856a2702f2, entity_uid]
INFO - table found: netmanager.table_role_power
INFO - columns: [qxid, jsid]
INFO - foreign keys: []
INFO - indexes: [fkf0e090d55b09e11, primary, fkf0e090d6007b0a9]
INFO - table found: netmanager.table_site
INFO - columns: [id, mc, dns, lxid, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fka6538d188fd442ae, primary, entity_uid]
INFO - table found: netmanager.table_site_employee
INFO - columns: [id, sm, loginpwd, loginid, url, wzid, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fk6dc5c5f52942256b, primary, entity_uid]
INFO - table found: netmanager.table_site_item
INFO - columns: [id, sm, mc, wzid]
INFO - foreign keys: []
INFO - indexes: [fk1f3d15da2942256b, primary]
INFO - table found: netmanager.table_site_type
INFO - columns: [isenabled, id, issystemed, sm, mc, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [primary, entity_uid]
INFO - table found: netmanager.table_sub_site
INFO - columns: [port, id, mc, xyid, dns, wzid, ip, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [fk650c1f372942256b, primary, fk650c1f374d6b498b, entity_uid]
INFO - table found: netmanager.table_systemmodule
INFO - columns: [id, moduleurl, modulename, modulenote, moduleindex, systemed, version, entity_uid, spellshort]
INFO - foreign keys: []
INFO - indexes: [modulename, primary, entity_uid]
INFO - schema update complete
INFO - starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
WARN - Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
INFO - starting query cache at region: org.hibernate.cache.StandardQueryCache
WARN - Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
INFO - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@5faba7] of Hibernate SessionFactory for HibernateTransactionManager
INFO - Root WebApplicationContext: initialization completed in 8476 ms
INFO - Starting Gravity...
INFO - Starting Gravity Pool (corePoolSize=5, maximumPoolSize=20, keepAliveTimeMillis=10000, queueCapacity=2147483647)...
INFO - Gravity successfully started.
2011-3-20 16:21:47 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'SpringService'
INFO - FrameworkServlet 'SpringService': initialization started
INFO - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@1360f8e: display name [WebApplicationContext for namespace 'SpringService-servlet']; startup date [Sun Mar 20 16:21:47 CST 2011]; parent: org.springframework.web.context.support.XmlWebApplicationContext@71b383
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/SpringService-servlet.xml]
INFO - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@1360f8e]: org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2bd1
INFO - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@2b2bd1: defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1da990d
INFO - FrameworkServlet 'SpringService': initialization completed in 215 ms
2011-3-20 16:21:48 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(D:/apache-tomcat-6.0.18/webapps/NetPolicyServer/WEB-INF/lib/javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-3-20 16:21:49 org.apache.catalina.core.ApplicationContext log
信息: Set web app root system property: 'NetPolicyServer' = [D:/apache-tomcat-6.0.18/webapps/NetPolicyServer/]
2011-3-20 16:21:49 org.apache.catalina.core.ApplicationContext log
信息: Initializing log4j from [D:/apache-tomcat-6.0.18/webapps/NetPolicyServer/WEB-INF/log4j.properties]
INFO - Initializing GraniteDS...
INFO - GraniteDS initialized
INFO - Using configuration: {closeStreams=true, inputBufferSize=null, outputBufferSize=null}
INFO - Proxool 0.9.1 (23-Aug-2008 11:10)
WARN - Use of proxool.maximum-new-connections is deprecated. Use more descriptive proxool.simultaneous-build-throttle instead.
2011-3-20 16:21:50 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
INFO - Root WebApplicationContext: initialization started
INFO - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@18ea7e1: display name [Root WebApplicationContext]; startup date [Sun Mar 20 16:21:51 CST 2011]; root of context hierarchy
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/dao.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/access.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/corporation.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/config.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/monitor.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/remoteservice.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/querys.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/search.xml]
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring/state.xml]
INFO - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@18ea7e1]: org.springframework.beans.factory.support.DefaultListableBeanFactory@c8be6
INFO - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c8be6: defining beans [dataSource,sessionFactory,AuthenticationAdvice,reachFilesService,hibernateTransactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.aop.aspectj.AspectJPointcutAdvisor#0,org.springframework.aop.aspectj.AspectJPointcutAdvisor#1,HibernateDAO,ExecuteSQLDAO,CompanySummaryDao,ModulePageService,SystemModuleService,UserRoleService,LogAccountService,BindTypeService,CompanyService,CompanyTypeService,DepartmentService,EmployeeService,RoomService,RoomIpService,ComputerService,SystemTypeService,SystemFunctionService,NetdeviceService,OutgatewareService,LocalNetcardService,NetflowService,ComputerActiveService,WebSitService,WebpageInfoService,EmailInfoService,FtpInfoService,ChatInfoService,getFileContextService,lawdeployHttpService,companySummarizeHttpService,FtpHttpService,WebHttpService,EmailHttpService,NetsessionHttpService,ComputerActiveHttpService,IPExaminationHttpService,LawdeployService,CompanySummarizeProxyService,GetWebService,GetChatService,ChatHttpService,GetFtpService,GetEmailService,NetsessionInfoProxyService,ComputerActiveProxyService,GetIpInfoService,EmailContextService,ApplicationInfoService,FtpFileService,CaseInfoService,ProtocolInfoService,EmailEnclosureService,SiteTypeService,SubSiteService,SiteService,SiteItemService,ProtocolItemService,ProtocolActionService,ProtocolService,IndexManager,LuceneAgent,SearchServerOnJMS,FileToIndexWatcher,webInfoStateService,userNetInfoStateService,netFlowStateServcie]; root of factory hierarchy
INFO - Loaded JDBC driver: org.logicalcobwebs.proxool.ProxoolDriver
INFO - Hibernate Annotations 3.3.0.GA
INFO - Hibernate 3.2.5
INFO - hibernate.properties not found
INFO - Bytecode provider name : cglib
INFO - using JDK 1.4 java.sql.Timestamp handling
INFO - Building new Hibernate SessionFactory
INFO - Binding entity from annotated class: com.netpolicy.po.access.LogAccount
INFO - Bind entity com.netpolicy.po.access.LogAccount on table table_admin_user
INFO - Binding entity from annotated class: com.netpolicy.po.access.ModulePage
INFO - Bind entity com.netpolicy.po.access.ModulePage on table table_modulepage
INFO - Binding entity from annotated class: com.netpolicy.po.access.SystemModule
INFO - Bind entity com.netpolicy.po.access.SystemModule on table table_systemmodule
INFO - Binding entity from annotated class: com.netpolicy.po.access.UserRole
INFO - Bind entity com.netpolicy.po.access.UserRole on table table_power
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.BindType
INFO - Bind entity com.netpolicy.po.corporation.BindType on table table_bind_type
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.Company
INFO - Bind entity com.netpolicy.po.corporation.Company on table table_org
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.CompanyType
INFO - Bind entity com.netpolicy.po.corporation.CompanyType on table table_org_type
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.Computer
INFO - Bind entity com.netpolicy.po.corporation.Computer on table table_computer
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.Department
INFO - Bind entity com.netpolicy.po.corporation.Department on table table_department
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.Employee
INFO - Bind entity com.netpolicy.po.corporation.Employee on table table_employee
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.Room
INFO - Bind entity com.netpolicy.po.corporation.Room on table table_room
INFO - Binding entity from annotated class: com.netpolicy.po.corporation.RoomIp
INFO - Bind entity com.netpolicy.po.corporation.RoomIp on table table_roomip
INFO - Binding entity from annotated class: com.netpolicy.po.config.LawCheckTime
INFO - Bind entity com.netpolicy.po.config.LawCheckTime on table table_law_time
INFO - Binding entity from annotated class: com.netpolicy.po.config.LocalNetcard
INFO - Bind entity com.netpolicy.po.config.LocalNetcard on table table_local_netcard
INFO - Binding entity from annotated class: com.netpolicy.po.config.NetDevice
INFO - Bind entity com.netpolicy.po.config.NetDevice on table table_net_device
INFO - Binding entity from annotated class: com.netpolicy.po.config.Outgateware
INFO - Bind entity com.netpolicy.po.config.Outgateware on table table_out_gateway
INFO - Binding entity from annotated class: com.netpolicy.po.config.SystemFunction
INFO - Bind entity com.netpolicy.po.config.SystemFunction on table table_sys_type_config
INFO - Binding entity from annotated class: com.netpolicy.po.config.SystemType
INFO - Bind entity com.netpolicy.po.config.SystemType on table table_sys_type
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.NetProtocol
INFO - Bind entity com.netpolicy.po.netinfo.NetProtocol on table table_protocol
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.ProcessType
INFO - Bind entity com.netpolicy.po.netinfo.ProcessType on table table_process
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.ProtocolItem
INFO - Bind entity com.netpolicy.po.netinfo.ProtocolItem on table table_protocol_item
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.Site
INFO - Bind entity com.netpolicy.po.netinfo.Site on table table_site
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteEmployee
INFO - Bind entity com.netpolicy.po.netinfo.SiteEmployee on table table_site_employee
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteItem
INFO - Bind entity com.netpolicy.po.netinfo.SiteItem on table table_site_item
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SiteType
INFO - Bind entity com.netpolicy.po.netinfo.SiteType on table table_site_type
INFO - Binding entity from annotated class: com.netpolicy.po.netinfo.SubSite
INFO - Bind entity com.netpolicy.po.netinfo.SubSite on table table_sub_site
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.ChatEnclosure
INFO - Bind entity com.netpolicy.po.monitor.ChatEnclosure on table table_chat_enclosure
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.ChatInfo
INFO - Bind entity com.netpolicy.po.monitor.ChatInfo on table table_chat_info
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.ComputerActive
INFO - Bind entity com.netpolicy.po.monitor.ComputerActive on table table_active
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.EmailEnclosure
INFO - Bind entity com.netpolicy.po.monitor.EmailEnclosure on table table_email_fj
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.EmailInfo
INFO - Bind entity com.netpolicy.po.monitor.EmailInfo on table table_email_info
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.FtpFile
INFO - Bind entity com.netpolicy.po.monitor.FtpFile on table table_ftp_file
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.FtpInfo
INFO - Bind entity com.netpolicy.po.monitor.FtpInfo on table table_ftp_info
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.NetFlow
INFO - Bind entity com.netpolicy.po.monitor.NetFlow on table table_net_flow
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.NetLink
INFO - Bind entity com.netpolicy.po.monitor.NetLink on table table_netlink
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.ProtocolAction
INFO - Bind entity com.netpolicy.po.monitor.ProtocolAction on table table_protocol_action
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.SiteAction
INFO - Bind entity com.netpolicy.po.monitor.SiteAction on table table_site_action
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.WebpageInfo
INFO - Bind entity com.netpolicy.po.monitor.WebpageInfo on table table_webinfo
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.WebpageParameter
INFO - Bind entity com.netpolicy.po.monitor.WebpageParameter on table table_webinfo_parameter
INFO - Binding entity from annotated class: com.netpolicy.po.monitor.WebSit
INFO - Bind entity com.netpolicy.po.monitor.WebSit on table table_accessedweb
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.Keyword
INFO - Bind entity com.netpolicy.po.lawdeploy.Keyword on table table_keyword
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.KeywordType
INFO - Bind entity com.netpolicy.po.lawdeploy.KeywordType on table table_keyword_type
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.TerminalCaseDeployConfig
INFO - Bind entity com.netpolicy.po.lawdeploy.TerminalCaseDeployConfig on table table_deployeconfig
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.TerminalDeployeInfo
INFO - Bind entity com.netpolicy.po.lawdeploy.TerminalDeployeInfo on table table_deploye_info
INFO - Binding entity from annotated class: com.netpolicy.po.lawdeploy.TerminalDeployKeyword
INFO - Bind entity com.netpolicy.po.lawdeploy.TerminalDeployKeyword on table table_deploye_keyword
INFO - Binding entity from annotated class: com.netpolicy.po.query.ApplicationInfo
INFO - Bind entity com.netpolicy.po.query.ApplicationInfo on table table_action_info
INFO - Binding entity from annotated class: com.netpolicy.po.query.ProtocolInfo
INFO - Bind entity com.netpolicy.po.query.ProtocolInfo on table table_protocol_info
INFO - Mapping collection: com.netpolicy.po.access.SystemModule.modulePages -> table_modulepage
INFO - Mapping collection: com.netpolicy.po.corporation.Room.ips -> table_roomip
INFO - Mapping collection: com.netpolicy.po.netinfo.NetProtocol.items -> table_protocol_item
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.employees -> table_site_employee
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.items -> table_site_item
INFO - Mapping collection: com.netpolicy.po.netinfo.Site.subSites -> table_sub_site
INFO - Mapping collection: com.netpolicy.po.monitor.ChatInfo.chatEnclosures -> table_chat_enclosure
INFO - Mapping collection: com.netpolicy.po.monitor.EmailInfo.enclosuers -> table_email_fj
INFO - Mapping collection: com.netpolicy.po.monitor.FtpInfo.files -> table_ftp_file
INFO - Mapping collection: com.netpolicy.po.monitor.WebpageInfo.parameters -> table_webinfo_parameter
INFO - Mapping collection: com.netpolicy.po.lawdeploy.TerminalCaseDeployConfig.deployKeywords -> table_deploye_keyword
INFO - Hibernate Validator 3.0.0.GA
INFO - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
INFO - RDBMS: MySQL, version: 5.5.8-log
INFO - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.8 ( Revision: ${svn.Revision} )
INFO - Using dialect: org.hibernate.dialect.MySQL5Dialect
INFO - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
INFO - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
INFO - Automatic flush during beforeCompletion(): disabled
INFO - Automatic session close at end of transaction: disabled
INFO - JDBC batch size: 30
INFO - JDBC batch updates for versioned data: enabled
INFO - Scrollable result sets: enabled
INFO - JDBC3 getGeneratedKeys(): enabled
INFO - Connection release mode: auto
INFO - Maximum outer join fetch depth: 2
INFO - Default batch fetch size: 1
INFO - Generate SQL with comments: enabled
INFO - Order SQL updates by primary key: disabled
INFO - Order SQL inserts for batching: disabled
INFO - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO - Using ASTQueryTranslatorFactory
INFO - Query language substitutions: {false=0, true=1}
INFO - JPA-QL strict compliance: disabled
INFO - Second-level cache: enabled
INFO - Query cache: enabled
INFO - Cache provider: org.hibernate.cache.EhCacheProvider
INFO - Optimize cache for minimal puts: disabled
INFO - Structured second-level cache entries: disabled
INFO - Query cache factory: org.hibernate.cache.StandardQueryCacheFactory
INFO - Echoing all SQL to stdout
INFO - Statistics: disabled
INFO - Deleted entity synthetic identifier rollback: disabled
INFO - Default entity-mode: pojo
INFO - Named query checking : enabled
INFO - building session factory
WARN - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/D:/apache-tomcat-6.0.18/webapps/NetPolicyServer/WEB-INF/lib/ehcache-1.2.3.jar!/ehcache-failsafe.xml
INFO - Not binding factory to JNDI, no JNDI name configured
INFO - starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache
WARN - Could not find configuration [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
INFO - starting query cache at region: org.hibernate.cache.StandardQueryCache
WARN - Could not find configuration [org.hibernate.cache.StandardQueryCache]; using defaults.
INFO - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@c824b3] of Hibernate SessionFactory for HibernateTransactionManager
INFO - Root WebApplicationContext: initialization completed in 10231 ms
INFO - Starting Gravity...
INFO - Starting Gravity Pool (corePoolSize=5, maximumPoolSize=20, keepAliveTimeMillis=10000, queueCapacity=2147483647)...
INFO - Gravity successfully started.
2011-3-20 16:22:01 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'SpringService'
INFO - FrameworkServlet 'SpringService': initialization started
INFO - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@13a0261: display name [WebApplicationContext for namespace 'SpringService-servlet']; startup date [Sun Mar 20 16:22:01 CST 2011]; parent: org.springframework.web.context.support.XmlWebApplicationContext@18ea7e1
INFO - Loading XML bean definitions from ServletContext resource [/WEB-INF/SpringService-servlet.xml]
INFO - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@13a0261]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1fea51e
INFO - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1fea51e: defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@c8be6
INFO - FrameworkServlet 'SpringService': initialization completed in 200 ms
INFO - JMX consoles can connect to service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
INFO - Using Persistence Adapter: AMQPersistenceAdapter(activemq-data/activemq)
INFO - AMQStore starting using directory: activemq-data/activemq
INFO - Kaha Store using data directory activemq-data/activemq/kr-store/state
INFO - Active data files: []
WARN - The ReferenceStore is not valid - recovering ...
INFO - Kaha Store successfully deleted data directory activemq-data/activemq/kr-store/data
INFO - Journal Recovery Started from: DataManager:(data-)
INFO - Kaha Store using data directory activemq-data/activemq/kr-store/data
INFO - Recovered 6 operations from redo log in 0.218 seconds.
INFO - Finished recovering the ReferenceStore
INFO - ActiveMQ 5.3.2 JMS Message Broker (activemq) is starting
INFO - For help or more information please see: http://activemq.apache.org/
INFO - ActiveMQ JMS Message Broker (activemq, ID:xinquan-PC-59171-1300609322956-0:0) started
INFO - Connector vm://activemq Started
INFO - ServerOnJMS Thread is started
2011-3-20 16:22:03 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2011-3-20 16:22:03 org.apache.coyote.http11.Http11NioProtocol start
信息: Starting Coyote HTTP/1.1 on http-443
2011-3-20 16:22:03 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2011-3-20 16:22:03 org.apache.catalina.startup.Catalina start
信息: Server startup in 27837 ms

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值