Java Web项目(Extjs)报错六

xiaoxiao2021-03-01  22

1、Java Web项目(Extjs)报错六

具体报错如下:

usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-3-26 23:27:18 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:27:18 org.apache.catalina.core.AprLifecycleListener init 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2014-3-26 23:27:19 org.apache.catalina.core.AprLifecycleListener initializeSSL 信息: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013) 2014-3-26 23:27:19 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["http-apr-8686"] 2014-3-26 23:27:19 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["ajp-apr-8009"] 2014-3-26 23:27:19 org.apache.catalina.startup.Catalina load 信息: Initialization processed in 1111 ms 2014-3-26 23:27:19 org.apache.catalina.core.StandardService startInternal 信息: Starting service Catalina 2014-3-26 23:27:19 org.apache.catalina.core.StandardEngine startInternal 信息: Starting Servlet Engine: Apache Tomcat/7.0.41 2014-3-26 23:27:19 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:27:19 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:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log 信息: No Spring WebApplicationInitializer types detected on classpath 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log 信息: Set web app root system property: 'log.root' = [D:\MyEclipse\workspace\gwtjs_framework\web\] 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log 信息: Initializing log4j from [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\log4j.properties] 2014-3-26 23:27:27 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:27:31 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:27:31 [localhost-startStop-1] INFO com.mchange.v2.log.MLog - MLog clients using log4j logging. 2014-03-26 23:27:31 [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:27:31 org.hibernate.cfg.Environment <clinit> 信息: Hibernate 3.5.1-Final 2014-3-26 23:27:31 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:27:31 org.hibernate.cfg.Environment <clinit> 信息: using java.io streams to persist binary types 2014-3-26 23:27:31 org.hibernate.cfg.Environment buildBytecodeProvider 信息: Bytecode provider name : javassist 2014-3-26 23:27:31 org.hibernate.cfg.Environment <clinit> 信息: using JDK 1.4 java.sql.Timestamp handling 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentImpl -> JBPM4_DEPLOYMENT 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentProperty -> JBPM4_DEPLOYPROP 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.id.PropertyImpl -> JBPM4_PROPERTY 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.model.ExecutionImpl -> JBPM4_EXECUTION 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.type.Variable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.BlobVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DateVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DoubleVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateLongVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateStringVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.LongVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.NullVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.StringVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.TextVariable -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.lob.Lob -> JBPM4_LOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.job.JobImpl -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.MessageImpl -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteActivityMessage -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.CommandMessage -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.TimerImpl -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.StartProcessTimer -> JBPM4_JOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl -> JBPM4_HIST_PROCINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryAutomaticInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryDecisionInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskInstanceImpl -> JBPM4_HIST_ACTINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryTaskImpl -> JBPM4_HIST_TASK 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryVariableImpl -> JBPM4_HIST_VAR 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryDetailImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryCommentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceMigrationImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryPriorityUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskAssignmentImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskDuedateUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.TaskImpl -> JBPM4_TASK 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.ParticipationImpl -> JBPM4_PARTICIPATION 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.SwimlaneImpl -> JBPM4_SWIMLANE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.UserImpl -> JBPM4_ID_USER 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.MembershipImpl -> JBPM4_ID_MEMBERSHIP 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.GroupImpl -> JBPM4_ID_GROUP 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Acl -> t_acl 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Article -> t_article 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Attachments -> t_attachments 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Dictionary -> t_dictionary 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Document -> t_document 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Module -> t_module 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Navigator -> t_navigator 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Organization -> t_organization 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Photo -> t_photo 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Role -> t_role 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.User -> t_user 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.UserRoles -> t_user_roles 2014-3-26 23:27:32 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:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.WorkFlow -> t_work_flow 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.resources -> JBPM4_LOB 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.objectProperties -> JBPM4_DEPLOYPROP 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.systemVariables -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.executions -> JBPM4_EXECUTION 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.swimlanes -> JBPM4_SWIMLANE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyActivityInstances -> JBPM4_HIST_ACTINST 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.historyVariables -> JBPM4_HIST_VAR 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.subTasks -> JBPM4_HIST_TASK 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryVariableImpl.details -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryCommentImpl.replies -> JBPM4_HIST_DETAIL 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.variables -> JBPM4_VARIABLE 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.subTasks -> JBPM4_TASK 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.SwimlaneImpl.participations -> JBPM4_PARTICIPATION 2014-3-26 23:27:32 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:27:32 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider 信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 2014-03-26 23:27:32 [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 -> 1hge15x901yr5op3s4bb0d|11cccce, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge15x901yr5op3s4bb0d|11cccce, 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:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: RDBMS: MySQL, version: 5.0.96-community-nt 2014-3-26 23:27:33 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:27:33 org.hibernate.dialect.Dialect <init> 信息: Using dialect: org.hibernate.dialect.MySQLDialect 2014-3-26 23:27:33 org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation 信息: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 2014-3-26 23:27:33 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory 信息: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 2014-3-26 23:27:33 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:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic flush during beforeCompletion(): disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic session close at end of transaction: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch size: 28 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch updates for versioned data: enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Scrollable result sets: enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC3 getGeneratedKeys(): enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Connection release mode: auto 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Maximum outer join fetch depth: 1 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default batch fetch size: 1 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Generate SQL with comments: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL updates by primary key: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL inserts for batching: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2014-3-26 23:27:33 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> 信息: Using ASTQueryTranslatorFactory 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query language substitutions: {yes='Y', no='N'} 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: JPA-QL strict compliance: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Second-level cache: enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query cache: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory createRegionFactory 信息: Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge 2014-3-26 23:27:33 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge <init> 信息: Cache provider: net.sf.ehcache.hibernate.EhCacheProvider 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Optimize cache for minimal puts: enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Structured second-level cache entries: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Echoing all SQL to stdout 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Statistics: enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Deleted entity synthetic identifier rollback: disabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default entity-mode: pojo 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Named query checking : enabled 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings 信息: Check Nullability in Core (should be disabled when Bean Validation is on): enabled 2014-3-26 23:27:33 org.hibernate.impl.SessionFactoryImpl <init> 信息: building session factory 2014-3-26 23:27:34 org.hibernate.cache.impl.bridge.EntityRegionAdapter buildAccessStrategy 警告: read-only cache configured for mutable entity [com.gwtjs.model.Article] 2014-3-26 23:27:34 org.hibernate.impl.SessionFactoryObjectFactory addInstance 信息: Not binding factory to JNDI, no JNDI name configured 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: Running hbm2ddl schema update 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: fetching database metadata 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: updating schema 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_acl 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [aclstate, id, acltristate, principalsn, principaltype, resourcesn] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_attachments 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_dictionary 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, orderno, dickey, parent] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_document 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, title] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_module 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, direction, parent, orderno, leaf, mgrurl, url, iconcls] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_navigator 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, title, orderno, parentid, leaf, mgrurl, url, iconcls] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, title, primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_organization 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, sn, description, name, orderno, parentid] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_photo 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_role 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, name, orderno, parentid] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user 2014-3-26 23:27:34 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:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [username, name, primary] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user_roles 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, t_tuser, t_role, orderno] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_work_flow 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, processimage, processdefinition, name] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployment 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, timestamp_, state_, name_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployprop 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, objname_, dbid_, deployment_, longval_, stringval_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_deplprop_depl] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_deplprop_depl, primary, idx_deplprop_depl] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_execution 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_exec_instance, fk_exec_subpi, fk_exec_superexec, fk_exec_parent] 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_actinst 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hti_htask, fk_hacti_hproci] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_hti_htask, primary, fk_hti_htask, fk_hacti_hproci, idx_hacti_hproci] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_detail 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hdetail_hacti, fk_hdetail_hvar, fk_hdetail_htask, fk_hdetail_hproci] 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_procinst 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, dbid_, nextidx_, procdefid_, duration_, endactivity_, dbversion_, start_, id_, state_, end_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_task 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, nextidx_, duration_, dbversion_, supertask_, state_, execution_, end_, create_, priority_, assignee_, outcome_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hsupert_sub] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hsupert_sub, primary, idx_hsupert_sub] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_var 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [varname_, dbid_, hproci_, dbversion_, procinstid_, htask_, value_, executionid_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hvar_hproci, fk_hvar_htask] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hvar_hproci, idx_hvar_htask, fk_hvar_htask, primary, idx_hvar_hproci] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_group 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [type_, parent_, dbid_, dbversion_, id_, name_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_group_parent] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_group_parent, primary, idx_group_parent] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_membership 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, user_, dbversion_, group_, name_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_mem_user, fk_mem_group] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_mem_group, fk_mem_user, primary, fk_mem_group, idx_mem_user] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_user 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, familyname_, givenname_, dbversion_, businessemail_, id_, password_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_job 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_job_cfg] 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_lob 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, deployment_, blob_value_, name_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_lob_deployment] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_lob_deployment, idx_lob_deployment] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_participation 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [task_, type_, dbid_, groupid_, userid_, swimlane_, dbversion_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_part_swimlane, fk_part_task] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_part_swimlane, primary, idx_part_task, fk_part_task] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_property 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, version_, value_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_swimlane 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, execution_, name_, assignee_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_swimlane_exec] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_swimlane_exec, idx_swimlane_exec] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_task 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_task_swiml, fk_task_supertask] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_task_swiml, idx_task_supertask, primary, fk_task_supertask] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_variable 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [exesys_, converter_, lob_, double_value_, text_value_, dbid_, classname_, date_value_, class_, key_, task_, long_value_, dbversion_, hist_, execution_, string_value_] 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_var_task, fk_var_lob, fk_var_exesys, fk_var_execution] 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-3-26 23:27:35 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:27:35 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unknown database 'ddddd' 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: schema update complete 2014-3-26 23:27:36 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:27:37 org.apache.cxf.endpoint.ServerImpl initDestination 信息: Setting the server's publish address to be /ArticleService Hibernate: select propertyim0_.KEY_ as KEY1_2_, propertyim0_.VERSION_ as VERSION2_2_, propertyim0_.VALUE_ as VALUE3_2_ from JBPM4_PROPERTY propertyim0_ limit ? Hibernate: select propertyim0_.KEY_ as KEY1_2_0_, propertyim0_.VERSION_ as VERSION2_2_0_, propertyim0_.VALUE_ as VALUE3_2_0_ from JBPM4_PROPERTY propertyim0_ where propertyim0_.KEY_=? 2014-03-26 23:27:38 [localhost-startStop-1] INFO org.jbpm.pvm.internal.cmd.CheckDbCmd - jBPM version info: library[4.4-SNAPSHOT], schema[null] Filter 'User' configured successfull 2014-3-26 23:27:38 org.apache.catalina.core.StandardContext filterStart 严重: Exception starting filter springSecurityFilterChain org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:553) at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1095) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:277) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1102) at org.springframework.web.filter.DelegatingFilterProxy.initDelegate(DelegatingFilterProxy.java:326) at org.springframework.web.filter.DelegatingFilterProxy.initFilterBean(DelegatingFilterProxy.java:236) at org.springframework.web.filter.GenericFilterBean.init(GenericFilterBean.java:194) at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:281) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:262) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:107) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4746) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5399) 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) 2014-3-26 23:27:41 org.apache.catalina.core.StandardContext startInternal 严重: Error filterStart 2014-3-26 23:27:41 org.apache.catalina.core.StandardContext startInternal 严重: Context [/gwtjs_framework] startup failed due to previous errors 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log 信息: Closing Spring root WebApplicationContext 2014-3-26 23:27:41 org.hibernate.impl.SessionFactoryImpl close 信息: closing 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log 信息: Shutting down log4j 2014-3-26 23:27:41 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:27:41 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:27:41 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:27:41 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\docs 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\examples 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: contextInitialized() 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log 信息: SessionListener: contextInitialized() 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@e6da1e') 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\host-manager 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\manager 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\ROOT 2014-3-26 23:27:41 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["http-apr-8686"] 2014-3-26 23:27:41 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["ajp-apr-8009"] 2014-3-26 23:27:41 org.apache.catalina.startup.Catalina start 信息: Server startup in 22350 ms

2、分析原因

由于web.xml中涉及到权限过滤器,没有注释掉,导致出现错误

3、解决办法

注释掉权限过滤器

<!-- spring security --> <!-- <filter> <filter-name>springSecurityFilterChain</filter-name> <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> </filter> <filter-mapping> <filter-name>springSecurityFilterChain</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> --> 相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-4049944.html

最新回复(0)