zTree实现地市县三级级联报错(三)
1、详细报错例如以下
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-5-11 22:37:22 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.29 using APR version 1.4.8. 2014-5-11 22:37:23 org.apache.catalina.core.AprLifecycleListener init 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2014-5-11 22:37:28 org.apache.catalina.core.AprLifecycleListener initializeSSL 信息: OpenSSL successfully initialized (OpenSSL 1.0.1e 11 Feb 2013) 2014-5-11 22:37:29 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["http-apr-8686"] 2014-5-11 22:37:29 org.apache.coyote.AbstractProtocol init 信息: Initializing ProtocolHandler ["ajp-apr-8009"] 2014-5-11 22:37:29 org.apache.catalina.startup.Catalina load 信息: Initialization processed in 9989 ms 2014-5-11 22:37:29 org.apache.catalina.core.StandardService startInternal 信息: Starting service Catalina 2014-5-11 22:37:29 org.apache.catalina.core.StandardEngine startInternal 信息: Starting Servlet Engine: Apache Tomcat/7.0.53 2014-5-11 22:37:32 org.apache.catalina.loader.WebappClassLoader validateJarFile 信息: validateJarFile(D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFlibjuel-api.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/el/Expression.class 2014-5-11 22:37:32 org.apache.catalina.loader.WebappClassLoader validateJarFile 信息: validateJarFile(D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFlibservlet-api.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined 2014-5-11 22:37:49 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined 2014-5-11 22:37:50 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined 2014-5-11 22:37:50 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined 2014-5-11 22:37:50 org.apache.catalina.startup.TaglibUriRule body 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined 2014-5-11 22:37:50 org.apache.tomcat.websocket.server.WsSci onStartup 信息: JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available. 2014-5-11 22:37:50 org.apache.catalina.core.ApplicationContext log 信息: No Spring WebApplicationInitializer types detected on classpath 2014-5-11 22:37:50 org.apache.catalina.core.ApplicationContext log 信息: Set web app root system property: 'log.root' = [D:MyEclipseworkspacegwtjs_frameworkweb] 2014-5-11 22:37:50 org.apache.catalina.core.ApplicationContext log 信息: Initializing log4j from [D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclasseslog4j.properties] 2014-5-11 22:37:50 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-5-11 22:37:54 org.apache.cxf.bus.spring.OldSpringSupport logWarning 警告: Import of META-INF/cxf/cxf-extension-soap.xml has been deprecated and is unnecessary. 2014-05-11 22:37:55 [localhost-startStop-1] INFO com.mchange.v2.log.MLog - MLog clients using log4j logging. 2014-05-11 22:37:55 [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-5-11 22:37:55 org.hibernate.cfg.Environment <clinit> 信息: Hibernate 3.5.1-Final 2014-5-11 22:37:55 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-5-11 22:37:55 org.hibernate.cfg.Environment <clinit> 信息: using java.io streams to persist binary types 2014-5-11 22:37:55 org.hibernate.cfg.Environment buildBytecodeProvider 信息: Bytecode provider name : javassist 2014-5-11 22:37:55 org.hibernate.cfg.Environment <clinit> 信息: using JDK 1.4 java.sql.Timestamp handling 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentImpl -> JBPM4_DEPLOYMENT 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentProperty -> JBPM4_DEPLOYPROP 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.id.PropertyImpl -> JBPM4_PROPERTY 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.model.ExecutionImpl -> JBPM4_EXECUTION 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.type.Variable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.BlobVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DateVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DoubleVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateLongVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateStringVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.LongVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.NullVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.StringVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.TextVariable -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.lob.Lob -> JBPM4_LOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.job.JobImpl -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.MessageImpl -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteActivityMessage -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.CommandMessage -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.TimerImpl -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.job.StartProcessTimer -> JBPM4_JOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl -> JBPM4_HIST_PROCINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl -> JBPM4_HIST_ACTINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryAutomaticInstanceImpl -> JBPM4_HIST_ACTINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryDecisionInstanceImpl -> JBPM4_HIST_ACTINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskInstanceImpl -> JBPM4_HIST_ACTINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryTaskImpl -> JBPM4_HIST_TASK 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryVariableImpl -> JBPM4_HIST_VAR 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryDetailImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryCommentImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceMigrationImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryPriorityUpdateImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskAssignmentImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskDuedateUpdateImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindSubclass 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.TaskImpl -> JBPM4_TASK 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.ParticipationImpl -> JBPM4_PARTICIPATION 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.task.SwimlaneImpl -> JBPM4_SWIMLANE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.UserImpl -> JBPM4_ID_USER 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.MembershipImpl -> JBPM4_ID_MEMBERSHIP 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.GroupImpl -> JBPM4_ID_GROUP 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelAcl.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Acl -> t_acl 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelArticle.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Article -> t_article 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelAttachments.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Attachments -> t_attachments 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelDictionary.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Dictionary -> t_dictionary 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelDocument.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Document -> t_document 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelModule.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Module -> t_module 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelNavigator.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Navigator -> t_navigator 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelOrganization.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Organization -> t_organization 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelPhoto.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Photo -> t_photo 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelProvince.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Province -> t_area_tab 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelRole.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.Role -> t_role 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelUser.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.User -> t_user 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelUserRoles.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.UserRoles -> t_user_roles 2014-5-11 22:37:56 org.hibernate.cfg.Configuration addFile 信息: Reading mappings from file: D:MyEclipseworkspacegwtjs_frameworkwebWEB-INFclassescomgwtjsmodelWorkFlow.hbm.xml 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.gwtjs.model.WorkFlow -> t_work_flow 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.resources -> JBPM4_LOB 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.objectProperties -> JBPM4_DEPLOYPROP 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.variables -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.systemVariables -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.executions -> JBPM4_EXECUTION 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.swimlanes -> JBPM4_SWIMLANE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyActivityInstances -> JBPM4_HIST_ACTINST 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyVariables -> JBPM4_HIST_VAR 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl.details -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.details -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.historyVariables -> JBPM4_HIST_VAR 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.subTasks -> JBPM4_HIST_TASK 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryVariableImpl.details -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryCommentImpl.replies -> JBPM4_HIST_DETAIL 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.participations -> JBPM4_PARTICIPATION 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.variables -> JBPM4_VARIABLE 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.subTasks -> JBPM4_TASK 2014-5-11 22:37:56 org.hibernate.cfg.HbmBinder bindCollectionSecondPass 信息: Mapping collection: org.jbpm.pvm.internal.task.SwimlaneImpl.participations -> JBPM4_PARTICIPATION 2014-5-11 22:37:56 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-5-11 22:37:56 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider 信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 2014-05-11 22:37:57 [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 -> du41u4911tej12gohl56t|1891172, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> du41u4911tej12gohl56t|1891172, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost: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-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: RDBMS: MySQL, version: 5.0.96-community-nt 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} ) 2014-5-11 22:37:57 org.hibernate.dialect.Dialect <init> 信息: Using dialect: org.hibernate.dialect.MySQLDialect 2014-5-11 22:37:57 org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation 信息: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 2014-5-11 22:37:57 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory 信息: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 2014-5-11 22:37:57 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup 信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic flush during beforeCompletion(): disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic session close at end of transaction: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch size: 28 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC batch updates for versioned data: enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Scrollable result sets: enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC3 getGeneratedKeys(): enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Connection release mode: auto 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Maximum outer join fetch depth: 1 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default batch fetch size: 1 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Generate SQL with comments: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL updates by primary key: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL inserts for batching: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2014-5-11 22:37:57 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init> 信息: Using ASTQueryTranslatorFactory 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query language substitutions: {yes='Y', no='N'} 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: JPA-QL strict compliance: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Second-level cache: enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Query cache: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory createRegionFactory 信息: Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge 2014-5-11 22:37:57 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge <init> 信息: Cache provider: net.sf.ehcache.hibernate.EhCacheProvider 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Optimize cache for minimal puts: enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Structured second-level cache entries: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Echoing all SQL to stdout 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Statistics: enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Deleted entity synthetic identifier rollback: disabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default entity-mode: pojo 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Named query checking : enabled 2014-5-11 22:37:57 org.hibernate.cfg.SettingsFactory buildSettings 信息: Check Nullability in Core (should be disabled when Bean Validation is on): enabled 2014-5-11 22:37:58 org.hibernate.impl.SessionFactoryImpl <init> 信息: building session factory 2014-5-11 22:37:58 org.hibernate.cache.impl.bridge.EntityRegionAdapter buildAccessStrategy 警告: read-only cache configured for mutable entity [com.gwtjs.model.Article] 2014-5-11 22:37:59 org.hibernate.impl.SessionFactoryObjectFactory addInstance 信息: Not binding factory to JNDI, no JNDI name configured 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: Running hbm2ddl schema update 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: fetching database metadata 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: updating schema 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_acl 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [aclstate, id, acltristate, principalsn, principaltype, resourcesn] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_attachments 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_dictionary 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, orderno, dickey, parent] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_document 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, title] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_module 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, direction, parent, orderno, leaf, mgrurl, url, iconcls] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_navigator 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, text, title, orderno, parentid, leaf, mgrurl, url, iconcls] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [text, title, primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_organization 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, sn, description, name, orderno, parentid] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_photo 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [createtime, id, title, status, description, type, url] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_role 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, name, orderno, parentid] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:37:59 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [sex, status, idcard, password, id, createtime, username, email, address, name, deptno, telephone, overtime, mobile] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [username, name, primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_user_roles 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, t_tuser, t_role, orderno] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: frameworktest.t_work_flow 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, processimage, processdefinition, name] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [name, primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployment 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, timestamp_, state_, name_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_deployprop 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, objname_, dbid_, deployment_, longval_, stringval_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_deplprop_depl] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_deplprop_depl, primary, idx_deplprop_depl] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_execution 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_exec_instance, fk_exec_subpi, fk_exec_superexec, fk_exec_parent] 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_actinst 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [transition_, type_, dbid_, hproci_, activity_name_, htask_, class_, nextidx_, duration_, dbversion_, start_, execution_, end_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hti_htask, fk_hacti_hproci] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_hti_htask, primary, fk_hti_htask, fk_hacti_hproci, idx_hacti_hproci] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_detail 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hdetail_hacti, fk_hdetail_hvar, fk_hdetail_htask, fk_hdetail_hproci] 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_procinst 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, dbid_, nextidx_, procdefid_, duration_, endactivity_, dbversion_, start_, id_, state_, end_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_task 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, nextidx_, duration_, dbversion_, supertask_, state_, execution_, end_, create_, priority_, assignee_, outcome_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hsupert_sub] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hsupert_sub, primary, idx_hsupert_sub] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_hist_var 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [varname_, dbid_, hproci_, dbversion_, procinstid_, htask_, value_, executionid_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_hvar_hproci, fk_hvar_htask] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_hvar_hproci, idx_hvar_htask, fk_hvar_htask, primary, idx_hvar_hproci] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_group 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [type_, parent_, dbid_, dbversion_, id_, name_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_group_parent] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_group_parent, primary, idx_group_parent] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_membership 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, user_, dbversion_, group_, name_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_mem_user, fk_mem_group] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [idx_mem_group, fk_mem_user, primary, fk_mem_group, idx_mem_user] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_id_user 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, familyname_, givenname_, dbversion_, businessemail_, id_, password_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_job 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, cfg_, lockowner_, duedate_, class_, lockexptime_, signal_, retries_, repeat_, processinstance_, dbversion_, event_, state_, exception_, execution_, isexclusive_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_job_cfg] 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_lob 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, deployment_, blob_value_, name_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_lob_deployment] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_lob_deployment, idx_lob_deployment] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_participation 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [task_, type_, dbid_, groupid_, userid_, swimlane_, dbversion_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_part_swimlane, fk_part_task] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_part_swimlane, primary, idx_part_task, fk_part_task] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_property 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [key_, version_, value_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_swimlane 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [dbid_, dbversion_, execution_, name_, assignee_] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_swimlane_exec] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary, fk_swimlane_exec, idx_swimlane_exec] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_task 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_task_swiml, fk_task_supertask] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [fk_task_swiml, idx_task_supertask, primary, fk_task_supertask] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.jbpm4_variable 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [fk_var_task, fk_var_lob, fk_var_exesys, fk_var_execution] 2014-5-11 22:38:00 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-5-11 22:38:00 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: table found: FrameworkTest.t_area_tab 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: columns: [id, city_name, province_name, province_code, city_code, county_name, county_code] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: foreign keys: [] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.TableMetadata <init> 信息: indexes: [primary] 2014-5-11 22:38:00 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata 信息: table not found: t_article 2014-5-11 22:38:01 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-5-11 22:38:01 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 严重: Unknown database 'ddddd' 2014-5-11 22:38:01 org.hibernate.tool.hbm2ddl.SchemaUpdate execute 信息: schema update complete 2014-5-11 22:38:02 net.sf.ehcache.util.UpdateChecker doCheck 信息: New update(s) found: 2.4.7 [http://www.terracotta.org/confluence/display/release/Release+Notes+Ehcache+Core+2.4]. Please check http://ehcache.org for the latest version. 2014-5-11 22:38:02 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass 信息: Creating Service {http://impl.service.web.gwtjs.com/}/ArticleService from class com.gwtjs.web.service.ArticleWebService 2014-5-11 22:38:03 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-05-11 22:38:05 [localhost-startStop-1] INFO org.jbpm.pvm.internal.cmd.CheckDbCmd - jBPM version info: library[4.4-SNAPSHOT], schema[null] Filter 'User' configured successfull 2014-5-11 22:38:08 org.apache.catalina.core.StandardContext filterStart 严重: Exception starting filter struts2 org.apache.struts2.convention.annotation.Namespace missing element value - Class: sun.reflect.annotation.AnnotationInvocationHandler File: AnnotationInvocationHandler.java Method: invoke Line: 53 - sun/reflect/annotation/AnnotationInvocationHandler.java:53:-1 at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:450) at org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(InitOperations.java:74) at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(StrutsPrepareAndExecuteFilter.java:51) at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:279) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:105) at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4809) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5485) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.annotation.IncompleteAnnotationException: org.apache.struts2.convention.annotation.Namespace missing element value at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:53) at $Proxy49.value(Unknown Source) at org.apache.struts2.convention.PackageBasedActionConfigBuilder.determineActionNamespace(PackageBasedActionConfigBuilder.java:736) at org.apache.struts2.convention.PackageBasedActionConfigBuilder.buildConfiguration(PackageBasedActionConfigBuilder.java:621) at org.apache.struts2.convention.PackageBasedActionConfigBuilder.buildActionConfigs(PackageBasedActionConfigBuilder.java:345) at org.apache.struts2.convention.ClasspathPackageProvider.loadPackages(ClasspathPackageProvider.java:53) at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:245) at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:66) at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:390) at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:437) ... 15 more 2014-5-11 22:38:08 org.apache.catalina.core.StandardContext startInternal 严重: Error filterStart 2014-5-11 22:38:08 org.apache.catalina.core.StandardContext startInternal 严重: Context [/gwtjs_framework] startup failed due to previous errors 2014-5-11 22:38:08 org.apache.catalina.core.ApplicationContext log 信息: Closing Spring root WebApplicationContext 2014-5-11 22:38:08 org.hibernate.impl.SessionFactoryImpl close 信息: closing 2014-5-11 22:38:08 org.apache.catalina.core.ApplicationContext log 信息: Shutting down log4j 2014-5-11 22:38:08 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-5-11 22:38:08 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-5-11 22:38:08 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-5-11 22:38:08 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:MyEclipseapache-tomcat-7.0.53webappsdocs 2014-5-11 22:38:08 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:MyEclipseapache-tomcat-7.0.53webappsexamples 2014-5-11 22:38:09 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: contextInitialized() 2014-5-11 22:38:09 org.apache.catalina.core.ApplicationContext log 信息: SessionListener: contextInitialized() 2014-5-11 22:38:09 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@1b0a038') 2014-5-11 22:38:09 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:MyEclipseapache-tomcat-7.0.53webappshost-manager 2014-5-11 22:38:09 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:MyEclipseapache-tomcat-7.0.53webappsmanager 2014-5-11 22:38:09 org.apache.catalina.startup.HostConfig deployDirectory 信息: Deploying web application directory D:MyEclipseapache-tomcat-7.0.53webappsROOT 2014-5-11 22:38:09 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["http-apr-8686"] 2014-5-11 22:38:09 org.apache.coyote.AbstractProtocol start 信息: Starting ProtocolHandler ["ajp-apr-8009"] 2014-5-11 22:38:09 org.apache.catalina.startup.Catalina start 信息: Server startup in 39917 ms
2、错误原因
@Action(value = "findProvince", results = {@Result(name = "success", type = "json")})
3、解决的方法
改动Action注解