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> -->

Java Web项目(Extjs)报错六的更多相关文章

  1. 导入maven的java web项目运行报错找不到Spring监听器

    本地成功运行的一个maven项目,在另一台机器复制下来并导入,运行时报错: java.lang.ClassNotFoundException: org.springframework.web.cont ...

  2. C# 单元测试能过,但Web项目就报错!

    第一印象肯定是两个项目中各有不同的地方 背景: 公司项目采用IBatic+Castle实现 排查过程: 1.sqlmap文件是否一至,并且读取位置也要正确 2.dao.config文件要一至,读取位置 ...

  3. servlet web项目连接数据库报错

    报错信息类似这样: Wed May 27 14:15:54 CST 2020 WARN: Establishing SSL connection without server's identity v ...

  4. 【ContextLoaderListener】Web项目启动报错java.lang.ClassNotFoundException: ContextLoaderListener

    错误原因: 进入到tomcat的部署路径.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\下检查了一下,发现工程部署后在WE ...

  5. gradle web项目启动报错: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

    严重: Error configuring application listener of class org.springframework.web.util.IntrospectorCleanup ...

  6. java导入web项目httpservlet报错

    于是开始了,调错之路. 解决方法:鼠标右击项目工程——>Build Path——>点击comfigure Build Path进入----->选择java Bulid Path--- ...

  7. springboot 初始化 web 项目 启动报错。。。一直解决不了

    1. 一个简单的SpringBoot项目,启动时报错信息: ERROR 18688 --- [cat-startStop-1] org.apache.catalina.core.ContainerBa ...

  8. 【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 ...

  9. idea 创建运行web项目时,报错: Can not issue executeUpdate() for SELECTs解决方案

    最近在做一个Web课程设计的时候遇到了如下的问题. java.sql.SQLException: java.lang.RuntimeException: java.sql.SQLException: ...

  10. java web应用启动报错:Caused by: java.lang.ClassNotFoundException: ServletContext

    ServletContext是个接口,不同的WEB容器(tomcat, jboss等)都有各自的实现. 一般是缺少servlet-api.jar包 在Java Build Path的Libraries ...

随机推荐

  1. C++——函数的调用

    调用前先声明函数: >>若函数定义在调用点之前,则无需另外声明 >>若函数定义在调用点之后,则需要在调用函数前按如下形式声明函数原型(原型声明) 类型标识符   被调用函数名( ...

  2. 23_迭代器、模拟For循环

    一.可迭代对象 和 迭代器 1.可迭代对象和迭代器 可迭代对象:可以直接作用于for循环的对象统称为可迭代对象,Iterable. 迭代器:可以被next()函数调用并不断返回下一个值的对象称为迭代器 ...

  3. 08_Python编码与解码

    一.编码的由来 因为计算机只能处理010101二进制数据,如果要处理文本,图像,视频等,需要我们把数据转换成01010二进制格式才能被计算机处理 最先出现的是ASCII,用8位一个字节来表示,成为单字 ...

  4. 解决Bug:Size of a request header field exceeds server limit

    用了cms 发现这玩意真不好,老是有各种奇芭的问题跳出来 有时浏览网页时会出现 Bad Request Your browser sent a request that this server cou ...

  5. Halcon一日一练:图像、变量实时更新

    某些场合,我们需要刷新图像来识别图像处理过程的差异性,便于调试判断问题和预测.Halcon提供了图像刷新操作,这些操作不会改变程序的最终处理结果. 例程: **实时刷新图像 dev_update_wi ...

  6. 洛谷 [P2763]试题库问题

    非常舒适的最大流 非常显然的建图方法,然而因为数组开小卡了很长时间 #include <iostream> #include <cstdio> #include <alg ...

  7. 使用xUnit为.net core程序进行单元测试(4)

    第1部分: http://www.cnblogs.com/cgzl/p/8283610.html 第2部分: http://www.cnblogs.com/cgzl/p/8287588.html 第3 ...

  8. CentOS上安装Git服务器

    1.安装Git 打开控制台,执行以下命令进行安装 $ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel ...

  9. 关于JavaScript的事件处理一些知识

    <JS事件处理> Event对象详细信息:http://www.w3school.com.cn/jsref/dom_obj_event.asp JS原生支持3中绑定事件方式: 1.以标签属 ...

  10. mysql必知必会

    春节放假没事,找了本电子书mysql必知必会敲了下.用的工具是有道笔记的markdown文档类型. 下面是根据大纲已经敲完的章节,可复制到有道笔记的查看,更美观. # 第一章 了解SQL## 什么是S ...