Java Web项目(Extjs)报错四
1、Java Web项目(Extjs)报错四
具体报错如下:
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-3-26 23:02:35 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6. 2014-3-26 23:02:35 org.apache.catalina.core.AprLifecycleListener init 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2014-3-26 23:02:36 org.apache.catalina.core.AprLifecycleListener initializeSSL 信息: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013) 2014-3-26 23:02:36 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["http-apr-8686"] 2014-3-26 23:02:36 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["ajp-apr-8009"] 2014-3-26 23:02:36 org.apache.catalina.startup.Catalina load 信息: Initialization processed in 1083 ms 2014-3-26 23:02:36 org.apache.catalina.core.StandardService startInternal 信息: Starting service Catalina 2014-3-26 23:02:36 org.apache.catalina.core.StandardEngine startInternal 信息: Starting Servlet Engine: Apache Tomcat/7.0.41 2014-3-26 23:02:36 org.apache.catalina.loader.WebappClassLoader validateJarFile 信息: validateJarFile(D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\lib\juel-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class 2014-3-26 23:02:36 org.apache.catalina.loader.WebappClassLoader validateJarFile 信息: validateJarFile(D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined 2014-3-26 23:02:44 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined 2014-3-26 23:02:44 org.apache.catalina.core.ApplicationContext log 信息: No Spring WebApplicationInitializer types detected on classpath 2014-3-26 23:02:44 org.apache.catalina.core.ApplicationContext log 信息: Set web app root system property: 'log.root' = [D:\MyEclipse\workspace\gwtjs_framework\web\] 2014-3-26 23:02:44 org.apache.catalina.core.ApplicationContext log 信息: Initializing log4j from [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\log4j.properties] 2014-3-26 23:02:44 org.apache.catalina.core.ApplicationContext log 信息: Initializing Spring root WebApplicationContext SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/D:/MyEclipse/workspace/gwtjs_framework/web/WEB-INF/lib/slf4j-jdk14-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/D:/MyEclipse/workspace/gwtjs_framework/web/WEB-INF/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] 2014-3-26 23:02:48 org.apache.cxf.bus.spring.OldSpringSupport logWarning 警告: Import of META-INF/cxf/cxf-extension-soap.xml has been deprecated and is unnecessary. 2014-03-26 23:02:48 [localhost-startStop-1] INFO com.mchange.v2.log.MLog - MLog clients using log4j logging. 2014-03-26 23:02:48 [localhost-startStop-1] INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] 2014-3-26 23:02:48 org.hibernate.cfg.Environment <clinit> 信息: Hibernate 3.5.1-Final 2014-3-26 23:02:48 org.hibernate.cfg.Environment <clinit> 信息: loaded properties from resource hibernate.properties: {c3p0.maxIdleTime=600, c3p0.numHelperThreads=10, hibernate.connection.password=****, hibernate.jdbc.batch_versioned_data=true, hibernate.mapping.directory=classpath:/com/gwtjs/model/, hibernate.query.substitutions=yes 'Y', no 'N', c3p0.maxStatements=100, hibernate.cache.use_second_level_cache=true, hibernate.show_sql=true, hibernate.proxool.pool_alias=pool1, hibernate.bytecode.use_reflection_optimizer=false, hibernate.jdbc.batch_size=28, c3p0.maxPoolSize=50, c3p0.initialPoolSize=3, hibernate.cache.configurationResourceName=ehcache.xml, set=the maximum depth of the outer join fetch tree, hibernate.jdbc.use_streams_for_binary=true, hibernate.max_fetch_depth=1, hibernate.format_sql=false, hibernate.connection.pool_size=1, hibernate.connection.username=FrameworkTest, c3p0.idleConnectionTextPeriod=900, hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, c3p0.minPoolSize=2, hibernate.cache.provider_class=net.sf.ehcache.hibernate.EhCacheProvider, hibernate.use_sql_comments=true, c3p0.acquireIncrement=3, spring.security.mapping.directory=classpath:/com/gwtjs/spring/security/model, hibernate.dialect=org.hibernate.dialect.Oracle10gDialect, hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:orcl} 2014-3-26 23:02:48 org.hibernate.cfg.Environment <clinit> 信息: using java.io streams to persist binary types 2014-3-26 23:02:48 org.hibernate.cfg.Environment buildBytecodeProvider 信息: Bytecode provider name : javassist 2014-3-26 23:02:48 org.hibernate.cfg.Environment <clinit> 信息: using JDK 1.4 java.sql.Timestamp handling 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentImpl -> JBPM4_DEPLOYMENT 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentProperty -> JBPM4_DEPLOYPROP 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.id.PropertyImpl -> JBPM4_PROPERTY 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.model.ExecutionImpl -> JBPM4_EXECUTION 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.type.Variable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.BlobVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DateVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DoubleVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateLongVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateStringVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.LongVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.NullVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.StringVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.TextVariable -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.lob.Lob -> JBPM4_LOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.job.JobImpl -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.MessageImpl -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteActivityMessage -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.CommandMessage -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.TimerImpl -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.StartProcessTimer -> JBPM4_JOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl -> JBPM4_HIST_PROCINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryAutomaticInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryDecisionInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryTaskImpl -> JBPM4_HIST_TASK 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryVariableImpl -> JBPM4_HIST_VAR 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryDetailImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryCommentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceMigrationImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryPriorityUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskAssignmentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskDuedateUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.TaskImpl -> JBPM4_TASK 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.ParticipationImpl -> JBPM4_PARTICIPATION 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.SwimlaneImpl -> JBPM4_SWIMLANE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.UserImpl -> JBPM4_ID_USER 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.MembershipImpl -> JBPM4_ID_MEMBERSHIP 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.GroupImpl -> JBPM4_ID_GROUP 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Acl.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Acl -> t_acl 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Article.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Article -> t_article 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Attachments.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Attachments -> t_attachments 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Dictionary.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Dictionary -> t_dictionary 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Document.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Document -> t_document 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Module.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Module -> t_module 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Navigator.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Navigator -> t_navigator 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Organization.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Organization -> t_organization 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Photo.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Photo -> t_photo 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Role.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Role -> t_role 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\User.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.User -> t_user 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\UserRoles.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.UserRoles -> t_user_roles 2014-3-26 23:02:49 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\WorkFlow.hbm.xml 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.WorkFlow -> t_work_flow 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.resources -> JBPM4_LOB 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.objectProperties -> JBPM4_DEPLOYPROP 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.systemVariables -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.executions -> JBPM4_EXECUTION 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.swimlanes -> JBPM4_SWIMLANE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyActivityInstances -> JBPM4_HIST_ACTINST 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.subTasks -> JBPM4_HIST_TASK 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryVariableImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryCommentImpl.replies -> JBPM4_HIST_DETAIL 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.subTasks -> JBPM4_TASK 2014-3-26 23:02:49 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.SwimlaneImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:02:49 org.hibernate.cfg.Environment verifyProperties 警告: Property [hibernate.cglib.use_reflection_optimizer] has been renamed to [hibernate.bytecode.use_reflection_optimizer]; update your properties appropriately 2014-3-26 23:02:49 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider 信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 2014-03-26 23:02:49 [localhost-startStop-1] INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge15x901yq9whv117fe3t|156f14c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge15x901yq9whv117fe3t|156f14c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://192.168.1.101:3306/FrameworkTest, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 2, numHelperThreads -> 10, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ] 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: RDBMS: MySQL, version: 5.0.96-community-nt 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} ) 2014-3-26 23:02:50 org.hibernate.dialect.Dialect <init> 信息: Using dialect: org.hibernate.dialect.MySQLDialect 2014-3-26 23:02:50 org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation 信息: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 2014-3-26 23:02:50 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory 信息: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 2014-3-26 23:02:50 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup 信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic flush during beforeCompletion(): disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic session close at end of transaction: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch size: 28 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch updates for versioned data: enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Scrollable result sets: enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC3 getGeneratedKeys(): enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Connection release mode: auto 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Maximum outer join fetch depth: 1 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default batch fetch size: 1 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Generate SQL with comments: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL updates by primary key: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL inserts for batching: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2014-3-26 23:02:50 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> 信息: Using ASTQueryTranslatorFactory 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query language substitutions: {yes='Y', no='N'} 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: JPA-QL strict compliance: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Second-level cache: enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query cache: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory createRegionFactory 信息: Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge 2014-3-26 23:02:50 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge <init> 信息: Cache provider: net.sf.ehcache.hibernate.EhCacheProvider 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Optimize cache for minimal puts: enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Structured second-level cache entries: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Echoing all SQL to stdout 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Statistics: enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Deleted entity synthetic identifier rollback: disabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default entity-mode: pojo 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Named query checking : enabled 2014-3-26 23:02:50 org.hibernate.cfg.SettingsFactory buildSettings 信息: Check Nullability in Core (should be disabled when Bean Validation is on): enabled 2014-3-26 23:02:50 org.hibernate.impl.SessionFactoryImpl <init> 信息: building session factory 2014-3-26 23:02:50 org.hibernate.cache.impl.bridge.EntityRegionAdapter buildAccessStrategy 警告: read-only cache configured for mutable entity [com.gwtjs.model.Article] 2014-3-26 23:02:51 org.hibernate.impl.SessionFactoryObjectFactory addInstance 信息: Not binding factory to JNDI, no JNDI name configured 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: Running hbm2ddl schema update 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: fetching database metadata 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: updating schema 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_acl 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_attachments 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_dictionary 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_document 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_module 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_navigator 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_organization 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_photo 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_role 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_user 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_user_roles 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_work_flow 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_DEPLOYMENT 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_DEPLOYPROP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_EXECUTION 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_ACTINST 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_DETAIL 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_PROCINST 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_TASK 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_VAR 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_GROUP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_MEMBERSHIP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_USER 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_JOB 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_LOB 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_PARTICIPATION 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_PROPERTY 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_SWIMLANE 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_TASK 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_VARIABLE 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_acl 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_attachments 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_dictionary 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_document 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_module 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_navigator 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_organization 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_photo 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_role 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_user 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_user_roles 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_work_flow 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_DEPLOYMENT 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_DEPLOYPROP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_EXECUTION 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_ACTINST 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_DETAIL 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_PROCINST 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_TASK 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_HIST_VAR 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_GROUP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_MEMBERSHIP 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_ID_USER 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_JOB 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_LOB 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_PARTICIPATION 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_PROPERTY 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_SWIMLANE 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_TASK 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: JBPM4_VARIABLE 2014-3-26 23:02:51 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:02:53 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unsuccessful: create table ddddd.t_article (id bigint not null auto_increment, title varchar(255), author varchar(64), imgUrl longtext, orderNo integer, editor varchar(32), tags longtext, status integer, grade integer, clickNumber integer, content longtext, primary key (id)) 2014-3-26 23:02:53 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unknown database 'ddddd' 2014-3-26 23:02:55 net.sf.ehcache.util.UpdateChecker doCheck 信息: New update(s) found: 2.4.7 [http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]. Please check http://ehcache.org for the latest version. 2014-3-26 23:03:06 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: schema update complete 2014-3-26 23:03:07 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass 信息: Creating Service {http://impl.service.web.gwtjs.com/}/ArticleService from class com.gwtjs.web.service.ArticleWebService 2014-3-26 23:03:08 org.apache.cxf.endpoint.ServerImpl initDestination 信息: Setting the server's publish address to be /ArticleService 2014-3-26 23:03:09 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentImpl -> JBPM4_DEPLOYMENT 2014-3-26 23:03:09 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentProperty -> JBPM4_DEPLOYPROP 2014-3-26 23:03:09 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.id.PropertyImpl -> JBPM4_PROPERTY 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.model.ExecutionImpl -> JBPM4_EXECUTION 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.type.Variable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.BlobVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DateVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DoubleVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateLongVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateStringVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.LongVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.NullVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.StringVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.TextVariable -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.lob.Lob -> JBPM4_LOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.job.JobImpl -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.MessageImpl -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteActivityMessage -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.CommandMessage -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.TimerImpl -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.StartProcessTimer -> JBPM4_JOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl -> JBPM4_HIST_PROCINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryAutomaticInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryDecisionInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryTaskImpl -> JBPM4_HIST_TASK 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryVariableImpl -> JBPM4_HIST_VAR 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryDetailImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryCommentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceMigrationImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryPriorityUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskAssignmentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskDuedateUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.TaskImpl -> JBPM4_TASK 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.ParticipationImpl -> JBPM4_PARTICIPATION 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.SwimlaneImpl -> JBPM4_SWIMLANE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.UserImpl -> JBPM4_ID_USER 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.MembershipImpl -> JBPM4_ID_MEMBERSHIP 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.GroupImpl -> JBPM4_ID_GROUP 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Acl.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Acl -> t_acl 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Article.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Article -> t_article 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Attachments.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Attachments -> t_attachments 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Dictionary.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Dictionary -> t_dictionary 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Document.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Document -> t_document 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Module.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Module -> t_module 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Navigator.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Navigator -> t_navigator 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Organization.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Organization -> t_organization 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Photo.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Photo -> t_photo 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Role.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Role -> t_role 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\User.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.User -> t_user 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\UserRoles.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.UserRoles -> t_user_roles 2014-3-26 23:03:10 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\WorkFlow.hbm.xml 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.WorkFlow -> t_work_flow 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.resources -> JBPM4_LOB 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.objectProperties -> JBPM4_DEPLOYPROP 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.systemVariables -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.executions -> JBPM4_EXECUTION 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.swimlanes -> JBPM4_SWIMLANE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyActivityInstances -> JBPM4_HIST_ACTINST 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.subTasks -> JBPM4_HIST_TASK 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryVariableImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryCommentImpl.replies -> JBPM4_HIST_DETAIL 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.subTasks -> JBPM4_TASK 2014-3-26 23:03:10 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.SwimlaneImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:03:10 org.hibernate.cfg.Environment verifyProperties 警告: Property [hibernate.cglib.use_reflection_optimizer] has been renamed to [hibernate.bytecode.use_reflection_optimizer]; update your properties appropriately 2014-3-26 23:03:10 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider 信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 2014-03-26 23:03:10 [localhost-startStop-1] INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge15x901yq9whv117fe3t|8b1a8f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge15x901yq9whv117fe3t|8b1a8f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://192.168.1.101:3306/FrameworkTest, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 2, numHelperThreads -> 10, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ] 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: RDBMS: MySQL, version: 5.0.96-community-nt 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} ) 2014-3-26 23:03:10 org.hibernate.dialect.Dialect <init> 信息: Using dialect: org.hibernate.dialect.MySQLDialect 2014-3-26 23:03:10 org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation 信息: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 2014-3-26 23:03:10 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory 信息: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 2014-3-26 23:03:10 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup 信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic flush during beforeCompletion(): disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic session close at end of transaction: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch size: 28 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch updates for versioned data: enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Scrollable result sets: enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC3 getGeneratedKeys(): enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Connection release mode: auto 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Maximum outer join fetch depth: 1 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default batch fetch size: 1 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Generate SQL with comments: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL updates by primary key: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL inserts for batching: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2014-3-26 23:03:10 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> 信息: Using ASTQueryTranslatorFactory 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query language substitutions: {yes='Y', no='N'} 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: JPA-QL strict compliance: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Second-level cache: enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query cache: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory createRegionFactory 信息: Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge 2014-3-26 23:03:10 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge <init> 信息: Cache provider: net.sf.ehcache.hibernate.EhCacheProvider 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Optimize cache for minimal puts: enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Structured second-level cache entries: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Echoing all SQL to stdout 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Statistics: enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Deleted entity synthetic identifier rollback: disabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default entity-mode: pojo 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Named query checking : enabled 2014-3-26 23:03:10 org.hibernate.cfg.SettingsFactory buildSettings 信息: Check Nullability in Core (should be disabled when Bean Validation is on): enabled 2014-3-26 23:03:10 org.hibernate.impl.SessionFactoryImpl <init> 信息: building session factory 2014-3-26 23:03:10 net.sf.ehcache.CacheManager detectAndFixDiskStorePathConflict 警告: Creating a new instance of CacheManager using the diskStorePath "D:\MyEclipse\apache-tomcat-7.0.41\temp" which is already used by an existing CacheManager. The source of the configuration was net.sf.ehcache.config.generator.ConfigurationSource$DefaultConfigurationSource@1c78066. The diskStore path for this CacheManager will be set to D:\MyEclipse\apache-tomcat-7.0.41\temp\ehcache_auto_created_1395846190196. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. 2014-3-26 23:03:10 org.hibernate.cache.impl.bridge.EntityRegionAdapter buildAccessStrategy 警告: read-only cache configured for mutable entity [com.gwtjs.model.Article] 2014-3-26 23:03:10 org.hibernate.impl.SessionFactoryObjectFactory addInstance 信息: Not binding factory to JNDI, no JNDI name configured 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: Running hbm2ddl schema update 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: fetching database metadata 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: updating schema 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_acl 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [aclstate, id, acltristate, principalsn, principaltype, resourcesn] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_attachments 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_dictionary 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, orderno, dickey, parent] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_document 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, title] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_module 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, direction, parent, orderno, leaf, mgrurl, url, iconcls] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_navigator 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, title, orderno, parentid, leaf, mgrurl, url, iconcls] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, title, primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_organization 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, sn, description, name, orderno, parentid] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_photo 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_role 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, name, orderno, parentid] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [sex, status, idcard, password, id, createtime, username, email, address, name, deptno, telephone, overtime, mobile] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [username, name, primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user_roles 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, t_tuser, t_role, orderno] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_work_flow 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, processimage, processdefinition, name] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployment 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, timestamp_, state_, name_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployprop 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, objname_, dbid_, deployment_, longval_, stringval_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_deplprop_depl] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_deplprop_depl, primary, idx_deplprop_depl] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_execution 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [parent_, dbid_, subprocinst_, procdefid_, hisactinst_, parent_idx_, superexec_, hasvars_, name_, class_, priority_, key_, activityname_, dbversion_, instance_, susphiststate_, id_, state_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_exec_instance, fk_exec_subpi, fk_exec_superexec, fk_exec_parent] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_exec_instance, idx_exec_superexec, fk_exec_subpi, fk_exec_superexec, fk_exec_parent, primary, idx_exec_instance, id_, idx_exec_subpi, idx_exec_parent] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_actinst 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [transition_, type_, dbid_, hproci_, activity_name_, htask_, class_, nextidx_, duration_, dbversion_, start_, execution_, end_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hti_htask, fk_hacti_hproci] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_hti_htask, primary, fk_hti_htask, fk_hacti_hproci, idx_hacti_hproci] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_detail 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [new_str_, parent_, dbid_, hproci_, hvar_, userid_, hprociidx_, old_int_, time_, parent_idx_, old_time_, htask_, class_, old_str_, htaskidx_, hactiidx_, hvaridx_, new_time_, dbversion_, hacti_, new_int_, message_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hdetail_hacti, fk_hdetail_hvar, fk_hdetail_htask, fk_hdetail_hproci] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_hdet_hvar, fk_hdetail_hacti, idx_hdet_htask, fk_hdetail_hvar, fk_hdetail_htask, fk_hdetail_hproci, primary, idx_hdet_hacti, idx_hdet_hproci] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_procinst 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, dbid_, nextidx_, procdefid_, duration_, endactivity_, dbversion_, start_, id_, state_, end_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_task 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, nextidx_, duration_, dbversion_, supertask_, state_, execution_, end_, create_, priority_, assignee_, outcome_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hsupert_sub] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hsupert_sub, primary, idx_hsupert_sub] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_var 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [varname_, dbid_, hproci_, dbversion_, procinstid_, htask_, value_, executionid_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hvar_hproci, fk_hvar_htask] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hvar_hproci, idx_hvar_htask, fk_hvar_htask, primary, idx_hvar_hproci] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_group 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [type_, parent_, dbid_, dbversion_, id_, name_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_group_parent] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_group_parent, primary, idx_group_parent] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_membership 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, user_, dbversion_, group_, name_] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_mem_user, fk_mem_group] 2014-3-26 23:03:10 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_mem_group, fk_mem_user, primary, fk_mem_group, idx_mem_user] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_user 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, familyname_, givenname_, dbversion_, businessemail_, id_, password_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_job 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, cfg_, lockowner_, duedate_, class_, lockexptime_, signal_, retries_, repeat_, processinstance_, dbversion_, event_, state_, exception_, execution_, isexclusive_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_job_cfg] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_job_cfg, idx_jobduedate, idx_jobretries, idx_joblockexp, primary, idx_job_prinst, fk_job_cfg, idx_job_exe] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_lob 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, deployment_, blob_value_, name_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_lob_deployment] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_lob_deployment, idx_lob_deployment] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_participation 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [task_, type_, dbid_, groupid_, userid_, swimlane_, dbversion_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_part_swimlane, fk_part_task] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_part_swimlane, primary, idx_part_task, fk_part_task] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_property 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, version_, value_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_swimlane 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, execution_, name_, assignee_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_swimlane_exec] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_swimlane_exec, idx_swimlane_exec] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_task 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [progress_, dbid_, procinst_, activity_name_, execution_id_, form_, hasvars_, signalling_, name_, duedate_, class_, priority_, taskdefname_, swimlane_, dbversion_, supertask_, susphiststate_, state_, execution_, create_, descr_, assignee_] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_task_swiml, fk_task_supertask] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_task_swiml, idx_task_supertask, primary, fk_task_supertask] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_variable 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_var_task, fk_var_lob, fk_var_exesys, fk_var_execution] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_var_execution, idx_var_task, fk_var_task, primary, idx_var_lob, fk_var_lob, fk_var_exesys, idx_var_exesys, fk_var_execution] 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unsuccessful: create table ddddd.t_article (id bigint not null auto_increment, title varchar(255), author varchar(64), imgUrl longtext, orderNo integer, editor varchar(32), tags longtext, status integer, grade integer, clickNumber integer, content longtext, primary key (id)) 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unknown database 'ddddd' 2014-3-26 23:03:11 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: schema update complete 2014-3-26 23:03:11 net.sf.ehcache.CacheManager detectAndFixDiskStorePathConflict 警告: Creating a new instance of CacheManager using the diskStorePath "D:\MyEclipse\apache-tomcat-7.0.41\temp" which is already used by an existing CacheManager. The source of the configuration was net.sf.ehcache.config.generator.ConfigurationSource$DefaultConfigurationSource@1c78066. The diskStore path for this CacheManager will be set to D:\MyEclipse\apache-tomcat-7.0.41\temp\ehcache_auto_created_1395846191955. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. -----------------get all system authorites--------------com.gwtjs.spring.security.dao.impl.SysAuthoritiesDaoImpl@3b6297 --------------get all system authorites resources-------------com.gwtjs.spring.security.dao.impl.SysAuthoritiesResourcesDaoImpl@a79a6a Hibernate: select authority_name from sys_authorities 2014-3-26 23:03:12 org.hibernate.util.JDBCExceptionReporter logExceptions 警告: SQL Error: 1146, SQLState: 42S02 2014-3-26 23:03:12 org.hibernate.util.JDBCExceptionReporter logExceptions 严重: Table 'frameworktest.sys_authorities' doesn't exist 2014-3-26 23:03:12 org.hibernate.impl.SessionFactoryImpl close 信息: closing 2014-3-26 23:03:12 org.apache.catalina.core.StandardContext listenerStart 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'customFilter' while setting bean property 'filterChainMap' with key [/**] with key [10]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customFilter' defined in file [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\applicationContext-security.xml]: Cannot resolve reference to bean 'customSecurityMetadataSource' while setting bean property 'securityMetadataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customSecurityMetadataSource' defined in file [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\applicationContext-security.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService]: Constructor threw exception; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:153) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedMap(BeanDefinitionValueResolver.java:378) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:161) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:469) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customFilter' defined in file [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\applicationContext-security.xml]: Cannot resolve reference to bean 'customSecurityMetadataSource' while setting bean property 'securityMetadataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customSecurityMetadataSource' defined in file [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\applicationContext-security.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService]: Constructor threw exception; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) ... 29 more Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customSecurityMetadataSource' defined in file [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\applicationContext-security.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService]: Constructor threw exception; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:997) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:943) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org. springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) ... 39 more Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService]: Constructor threw exception; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:162) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:76) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:990) ... 47 more Caused by: org.hibernate.exception.SQLGrammarException: could not execute query at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:92) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.loader.Loader.doList(Loader.java:2297) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2172) at org.hibernate.loader.Loader.list(Loader.java:2167) at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:316) at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1832) at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:165) at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:179) at com.gwtjs.spring.security.dao.impl.SysAuthoritiesDaoImpl.getSysAuthorities(SysAuthoritiesDaoImpl.java:276) at com.gwtjs.spring.security.dao.impl.SysAuthoritiesDaoImpl$$FastClassByCGLIB$$73afa0a7.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) at com.gwtjs.spring.security.dao.impl.SysAuthoritiesDaoImpl$$EnhancerByCGLIB$$39c8cb33.getSysAuthorities(<generated>) at com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService.loadResourceDefine(CustomInvocationSecurityMetadataSourceService.java:65) at com.gwtjs.spring.security.CustomInvocationSecurityMetadataSourceService.<init>(CustomInvocationSecurityMetadataSourceService.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147) ... 49 more Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'frameworktest.sys_authorities' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1957) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2107) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2648) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2086) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2237) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:208) at org.hibernate.loader.Loader.getResultSet(Loader.java:1849) at org.hibernate.loader.Loader.doQuery(Loader.java:718) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:270) at org.hibernate.loader.Loader.doList(Loader.java:2294) ... 73 more 2014-3-26 23:03:12 org.apache.catalina.core.StandardContext startInternal 严重: Error listenerStart 2014-3-26 23:03:12 org.apache.catalina.core.StandardContext startInternal 严重: Context [/gwtjs_framework] startup failed due to previous errors 2014-3-26 23:03:12 org.apache.catalina.core.ApplicationContext log 信息: Closing Spring root WebApplicationContext 2014-3-26 23:03:12 org.apache.catalina.core.ApplicationContext log 信息: Shutting down log4j 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc 严重: The web application [/gwtjs_framework] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [Thread-1] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#3] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#4] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#5] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#6] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#7] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#8] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#9] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [gwtjs] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [userCache.data] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [gwtjs] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [userCache.data] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 严重: The web application [/gwtjs_framework] appears to have started a thread named [aclCache.data] but has failed to stop it. This is very likely to create a memory leak. 2014-3-26 23:03:12 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\docs 2014-3-26 23:03:12 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\examples 2014-3-26 23:03:12 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: contextInitialized() 2014-3-26 23:03:12 org.apache.catalina.core.ApplicationContext log 信息: SessionListener: contextInitialized() 2014-3-26 23:03:12 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@11cf7d7') 2014-3-26 23:03:12 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\host-manager 2014-3-26 23:03:12 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\manager 2014-3-26 23:03:12 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\ROOT 2014-3-26 23:03:12 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["http-apr-8686"] 2014-3-26 23:03:12 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["ajp-apr-8009"] 2014-3-26 23:03:12 org.apache.catalina.startup.Catalina start 信息: Server startup in 36438 ms 2014-3-26 23:03:12 org.apache.catalina.loader.WebappClassLoader findResourceInternal 信息: Illegal access: this web application instance has been stopped already. Could not load ehcache-version.properties. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. 2014-3-26 23:05:10 org.apache.catalina.loader.WebappClassLoader loadClass 信息: Illegal access: this web application instance has been stopped already. Could not load net.sf.ehcache.store.compound.CompoundStore$KeySet. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. java.lang.IllegalStateException at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1600) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) at net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216) at net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619)
2、分析原因
由于权限没有添加到项目中,故出现这个错误
3、解决办法
将权限有关的东西注释掉,这样才能保证项目正常运行
Java Web项目(Extjs)报错四的更多相关文章
- 导入maven的java web项目运行报错找不到Spring监听器
本地成功运行的一个maven项目,在另一台机器复制下来并导入,运行时报错: java.lang.ClassNotFoundException: org.springframework.web.cont ...
- C# 单元测试能过,但Web项目就报错!
第一印象肯定是两个项目中各有不同的地方 背景: 公司项目采用IBatic+Castle实现 排查过程: 1.sqlmap文件是否一至,并且读取位置也要正确 2.dao.config文件要一至,读取位置 ...
- servlet web项目连接数据库报错
报错信息类似这样: Wed May 27 14:15:54 CST 2020 WARN: Establishing SSL connection without server's identity v ...
- 【ContextLoaderListener】Web项目启动报错java.lang.ClassNotFoundException: ContextLoaderListener
错误原因: 进入到tomcat的部署路径.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\下检查了一下,发现工程部署后在WE ...
- gradle web项目启动报错: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener
严重: Error configuring application listener of class org.springframework.web.util.IntrospectorCleanup ...
- java导入web项目httpservlet报错
于是开始了,调错之路. 解决方法:鼠标右击项目工程——>Build Path——>点击comfigure Build Path进入----->选择java Bulid Path--- ...
- springboot 初始化 web 项目 启动报错。。。一直解决不了
1. 一个简单的SpringBoot项目,启动时报错信息: ERROR 18688 --- [cat-startStop-1] org.apache.catalina.core.ContainerBa ...
- 【maven】maven的web项目打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK
打包过程中报错如下: No compiler is provided in this environment. Perhaps you are running on a JRE rather than ...
- idea 创建运行web项目时,报错: Can not issue executeUpdate() for SELECTs解决方案
最近在做一个Web课程设计的时候遇到了如下的问题. java.sql.SQLException: java.lang.RuntimeException: java.sql.SQLException: ...
- java web应用启动报错:Caused by: java.lang.ClassNotFoundException: ServletContext
ServletContext是个接口,不同的WEB容器(tomcat, jboss等)都有各自的实现. 一般是缺少servlet-api.jar包 在Java Build Path的Libraries ...
随机推荐
- 随机切换IP和UA
在爬虫爬取过程中,网站会根据我们的IP和UA去确认到底是浏览器操作还是爬虫在操作,所以,为了让爬虫不被网站禁止,随机切换Ip 和UA是很重要的,因为这个类在各个爬虫中经常要用到,所以可以自已维护一份随 ...
- CSS核心内容之浮动
1.浮动涉及到左浮动,右浮动,清除浮动. 2.浮点的特点: 1.向指定的方向浮动,并且让出空间 2.如果后面的元素也是浮动的,那么后面的元素就会在碰到前面的浮动的元素或者边框时,就定位在那里 3.如果 ...
- BZOJ 1982: [Spoj 2021]Moving Pebbles [博弈论 对称]
给你N堆Stone,两个人玩游戏. 每次任选一堆,首先拿掉至少一个石头,然后移动任意个石子到任意堆中. 谁不能移动了,谁就输了... 以前在poj做过已经忘记了... 构造对称,选最多的一堆往其他堆分 ...
- POJ1509 Glass Beads [后缀自动机]
题意: 给一个字符串S,每次可以将它的第一个字符移到最后面,求这样能得到的字典序最小的字符串.输出开始下标 练习SAM第一题! SS构造SAM,然后从开始尽量走最小走n步就可以啦 什么?开始位置?!R ...
- POJ 2185 Milking Grid [KMP]
Milking Grid Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 8226 Accepted: 3549 Desc ...
- linux下ACE的编译与安装
1.环境变量的设置vim /etc/profile 2.然后输入export ACE_ROOT=/root/ACE/ACE_wrappers export MPC_ROOT=$ACE_ROOT/MPC ...
- javascript 回到顶部 动画效果
上代码: <!DOCTYPE html> <html> <head> <meta content="测试demo" name=" ...
- jQuery中animate()方法用法实例
本文实例讲述了jQuery中animate()方法用法.分享给大家供大家参考.具体分析如下: 此方法用于创建自定义动画,并且能够规定动画执行时长.擦除效果.动画完成后还可以地触发一个回调函数. ani ...
- 爬虫(Spider),反爬虫(Anti-Spider),反反爬虫(Anti-Anti-Spider)
爬虫(Spider),反爬虫(Anti-Spider),反反爬虫(Anti-Anti-Spider),这之间的斗争恢宏壮阔... Day 1小莫想要某站上所有的电影,写了标准的爬虫(基于HttpCli ...
- [php]通过http post发送json数据
function http_post_data($url, $data_string) { $ch = curl_init(); curl_setopt($ch, CURLOPT_POST, 1); ...