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

具体报错如下:

  1. usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
  2. 2014-3-26 23:27:18 org.apache.catalina.core.AprLifecycleListener init
  3. 信息: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
  4. 2014-3-26 23:27:18 org.apache.catalina.core.AprLifecycleListener init
  5. 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  6. 2014-3-26 23:27:19 org.apache.catalina.core.AprLifecycleListener initializeSSL
  7. 信息: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013)
  8. 2014-3-26 23:27:19 org.apache.coyote.AbstractProtocol init
  9. 信息: Initializing ProtocolHandler ["http-apr-8686"]
  10. 2014-3-26 23:27:19 org.apache.coyote.AbstractProtocol init
  11. 信息: Initializing ProtocolHandler ["ajp-apr-8009"]
  12. 2014-3-26 23:27:19 org.apache.catalina.startup.Catalina load
  13. 信息: Initialization processed in 1111 ms
  14. 2014-3-26 23:27:19 org.apache.catalina.core.StandardService startInternal
  15. 信息: Starting service Catalina
  16. 2014-3-26 23:27:19 org.apache.catalina.core.StandardEngine startInternal
  17. 信息: Starting Servlet Engine: Apache Tomcat/7.0.41
  18. 2014-3-26 23:27:19 org.apache.catalina.loader.WebappClassLoader validateJarFile
  19. 信息: 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
  20. 2014-3-26 23:27:19 org.apache.catalina.loader.WebappClassLoader validateJarFile
  21. 信息: 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
  22. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  23. 信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  24. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  25. 信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
  26. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  27. 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
  28. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  29. 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
  30. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  31. 信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
  32. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  33. 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
  34. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  35. 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  36. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  37. 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
  38. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  39. 信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
  40. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  41. 信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
  42. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  43. 信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
  44. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  45. 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
  46. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  47. 信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
  48. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  49. 信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
  50. 2014-3-26 23:27:27 org.apache.catalina.startup.TaglibUriRule body
  51. 信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
  52. 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log
  53. 信息: No Spring WebApplicationInitializer types detected on classpath
  54. 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log
  55. 信息: Set web app root system property: 'log.root' = [D:\MyEclipse\workspace\gwtjs_framework\web\]
  56. 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log
  57. 信息: Initializing log4j from [D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\log4j.properties]
  58. 2014-3-26 23:27:27 org.apache.catalina.core.ApplicationContext log
  59. 信息: Initializing Spring root WebApplicationContext
  60. SLF4J: Class path contains multiple SLF4J bindings.
  61. 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]
  62. 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]
  63. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  64. SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
  65. 2014-3-26 23:27:31 org.apache.cxf.bus.spring.OldSpringSupport logWarning
  66. 警告: Import of META-INF/cxf/cxf-extension-soap.xml has been deprecated and is unnecessary.
  67. 2014-03-26 23:27:31 [localhost-startStop-1] INFO com.mchange.v2.log.MLog - MLog clients using log4j logging.
  68. 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]
  69. 2014-3-26 23:27:31 org.hibernate.cfg.Environment <clinit>
  70. 信息: Hibernate 3.5.1-Final
  71. 2014-3-26 23:27:31 org.hibernate.cfg.Environment <clinit>
  72. 信息: 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}
  73. 2014-3-26 23:27:31 org.hibernate.cfg.Environment <clinit>
  74. 信息: using java.io streams to persist binary types
  75. 2014-3-26 23:27:31 org.hibernate.cfg.Environment buildBytecodeProvider
  76. 信息: Bytecode provider name : javassist
  77. 2014-3-26 23:27:31 org.hibernate.cfg.Environment <clinit>
  78. 信息: using JDK 1.4 java.sql.Timestamp handling
  79. 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  80. 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentImpl -> JBPM4_DEPLOYMENT
  81. 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  82. 信息: Mapping class: org.jbpm.pvm.internal.repository.DeploymentProperty -> JBPM4_DEPLOYPROP
  83. 2014-3-26 23:27:31 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  84. 信息: Mapping class: org.jbpm.pvm.internal.id.PropertyImpl -> JBPM4_PROPERTY
  85. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  86. 信息: Mapping class: org.jbpm.pvm.internal.model.ExecutionImpl -> JBPM4_EXECUTION
  87. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  88. 信息: Mapping class: org.jbpm.pvm.internal.type.Variable -> JBPM4_VARIABLE
  89. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  90. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.BlobVariable -> JBPM4_VARIABLE
  91. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  92. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DateVariable -> JBPM4_VARIABLE
  93. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  94. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.DoubleVariable -> JBPM4_VARIABLE
  95. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  96. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateLongVariable -> JBPM4_VARIABLE
  97. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  98. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.HibernateStringVariable -> JBPM4_VARIABLE
  99. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  100. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.LongVariable -> JBPM4_VARIABLE
  101. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  102. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.NullVariable -> JBPM4_VARIABLE
  103. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  104. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.StringVariable -> JBPM4_VARIABLE
  105. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  106. 信息: Mapping subclass: org.jbpm.pvm.internal.type.variable.TextVariable -> JBPM4_VARIABLE
  107. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  108. 信息: Mapping class: org.jbpm.pvm.internal.lob.Lob -> JBPM4_LOB
  109. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  110. 信息: Mapping class: org.jbpm.pvm.internal.job.JobImpl -> JBPM4_JOB
  111. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  112. 信息: Mapping subclass: org.jbpm.pvm.internal.job.MessageImpl -> JBPM4_JOB
  113. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  114. 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteActivityMessage -> JBPM4_JOB
  115. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  116. 信息: Mapping subclass: org.jbpm.pvm.internal.model.op.ExecuteEventListenerMessage -> JBPM4_JOB
  117. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  118. 信息: Mapping subclass: org.jbpm.pvm.internal.job.CommandMessage -> JBPM4_JOB
  119. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  120. 信息: Mapping subclass: org.jbpm.pvm.internal.job.TimerImpl -> JBPM4_JOB
  121. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  122. 信息: Mapping subclass: org.jbpm.pvm.internal.job.StartProcessTimer -> JBPM4_JOB
  123. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  124. 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl -> JBPM4_HIST_PROCINST
  125. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  126. 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl -> JBPM4_HIST_ACTINST
  127. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  128. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryAutomaticInstanceImpl -> JBPM4_HIST_ACTINST
  129. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  130. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryDecisionInstanceImpl -> JBPM4_HIST_ACTINST
  131. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  132. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskInstanceImpl -> JBPM4_HIST_ACTINST
  133. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  134. 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryTaskImpl -> JBPM4_HIST_TASK
  135. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  136. 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryVariableImpl -> JBPM4_HIST_VAR
  137. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  138. 信息: Mapping class: org.jbpm.pvm.internal.history.model.HistoryDetailImpl -> JBPM4_HIST_DETAIL
  139. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  140. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryCommentImpl -> JBPM4_HIST_DETAIL
  141. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  142. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceMigrationImpl -> JBPM4_HIST_DETAIL
  143. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  144. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryPriorityUpdateImpl -> JBPM4_HIST_DETAIL
  145. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  146. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskAssignmentImpl -> JBPM4_HIST_DETAIL
  147. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  148. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryTaskDuedateUpdateImpl -> JBPM4_HIST_DETAIL
  149. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindSubclass
  150. 信息: Mapping subclass: org.jbpm.pvm.internal.history.model.HistoryVariableUpdateImpl -> JBPM4_HIST_DETAIL
  151. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  152. 信息: Mapping class: org.jbpm.pvm.internal.task.TaskImpl -> JBPM4_TASK
  153. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  154. 信息: Mapping class: org.jbpm.pvm.internal.task.ParticipationImpl -> JBPM4_PARTICIPATION
  155. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  156. 信息: Mapping class: org.jbpm.pvm.internal.task.SwimlaneImpl -> JBPM4_SWIMLANE
  157. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  158. 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.UserImpl -> JBPM4_ID_USER
  159. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  160. 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.MembershipImpl -> JBPM4_ID_MEMBERSHIP
  161. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  162. 信息: Mapping class: org.jbpm.pvm.internal.identity.impl.GroupImpl -> JBPM4_ID_GROUP
  163. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  164. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Acl.hbm.xml
  165. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  166. 信息: Mapping class: com.gwtjs.model.Acl -> t_acl
  167. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  168. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Article.hbm.xml
  169. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  170. 信息: Mapping class: com.gwtjs.model.Article -> t_article
  171. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  172. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Attachments.hbm.xml
  173. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  174. 信息: Mapping class: com.gwtjs.model.Attachments -> t_attachments
  175. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  176. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Dictionary.hbm.xml
  177. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  178. 信息: Mapping class: com.gwtjs.model.Dictionary -> t_dictionary
  179. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  180. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Document.hbm.xml
  181. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  182. 信息: Mapping class: com.gwtjs.model.Document -> t_document
  183. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  184. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Module.hbm.xml
  185. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  186. 信息: Mapping class: com.gwtjs.model.Module -> t_module
  187. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  188. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Navigator.hbm.xml
  189. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  190. 信息: Mapping class: com.gwtjs.model.Navigator -> t_navigator
  191. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  192. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Organization.hbm.xml
  193. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  194. 信息: Mapping class: com.gwtjs.model.Organization -> t_organization
  195. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  196. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Photo.hbm.xml
  197. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  198. 信息: Mapping class: com.gwtjs.model.Photo -> t_photo
  199. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  200. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\Role.hbm.xml
  201. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  202. 信息: Mapping class: com.gwtjs.model.Role -> t_role
  203. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  204. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\User.hbm.xml
  205. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  206. 信息: Mapping class: com.gwtjs.model.User -> t_user
  207. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  208. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\UserRoles.hbm.xml
  209. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  210. 信息: Mapping class: com.gwtjs.model.UserRoles -> t_user_roles
  211. 2014-3-26 23:27:32 org.hibernate.cfg.Configuration addFile
  212. 信息: Reading mappings from file: D:\MyEclipse\workspace\gwtjs_framework\web\WEB-INF\classes\com\gwtjs\model\WorkFlow.hbm.xml
  213. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  214. 信息: Mapping class: com.gwtjs.model.WorkFlow -> t_work_flow
  215. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  216. 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.resources -> JBPM4_LOB
  217. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  218. 信息: Mapping collection: org.jbpm.pvm.internal.repository.DeploymentImpl.objectProperties -> JBPM4_DEPLOYPROP
  219. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  220. 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.variables -> JBPM4_VARIABLE
  221. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  222. 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.systemVariables -> JBPM4_VARIABLE
  223. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  224. 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.executions -> JBPM4_EXECUTION
  225. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  226. 信息: Mapping collection: org.jbpm.pvm.internal.model.ExecutionImpl.swimlanes -> JBPM4_SWIMLANE
  227. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  228. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyActivityInstances -> JBPM4_HIST_ACTINST
  229. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  230. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.historyVariables -> JBPM4_HIST_VAR
  231. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  232. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryProcessInstanceImpl.details -> JBPM4_HIST_DETAIL
  233. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  234. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryActivityInstanceImpl.details -> JBPM4_HIST_DETAIL
  235. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  236. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.details -> JBPM4_HIST_DETAIL
  237. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  238. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.historyVariables -> JBPM4_HIST_VAR
  239. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  240. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryTaskImpl.subTasks -> JBPM4_HIST_TASK
  241. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  242. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryVariableImpl.details -> JBPM4_HIST_DETAIL
  243. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  244. 信息: Mapping collection: org.jbpm.pvm.internal.history.model.HistoryCommentImpl.replies -> JBPM4_HIST_DETAIL
  245. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  246. 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.participations -> JBPM4_PARTICIPATION
  247. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  248. 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.variables -> JBPM4_VARIABLE
  249. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  250. 信息: Mapping collection: org.jbpm.pvm.internal.task.TaskImpl.subTasks -> JBPM4_TASK
  251. 2014-3-26 23:27:32 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  252. 信息: Mapping collection: org.jbpm.pvm.internal.task.SwimlaneImpl.participations -> JBPM4_PARTICIPATION
  253. 2014-3-26 23:27:32 org.hibernate.cfg.Environment verifyProperties
  254. 警告: Property [hibernate.cglib.use_reflection_optimizer] has been renamed to [hibernate.bytecode.use_reflection_optimizer]; update your properties appropriately
  255. 2014-3-26 23:27:32 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
  256. 信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
  257. 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 ]
  258. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  259. 信息: RDBMS: MySQL, version: 5.0.96-community-nt
  260. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  261. 信息: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
  262. 2014-3-26 23:27:33 org.hibernate.dialect.Dialect <init>
  263. 信息: Using dialect: org.hibernate.dialect.MySQLDialect
  264. 2014-3-26 23:27:33 org.hibernate.engine.jdbc.JdbcSupportLoader useContextualLobCreation
  265. 信息: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  266. 2014-3-26 23:27:33 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
  267. 信息: Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
  268. 2014-3-26 23:27:33 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
  269. 信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  270. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  271. 信息: Automatic flush during beforeCompletion(): disabled
  272. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  273. 信息: Automatic session close at end of transaction: disabled
  274. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  275. 信息: JDBC batch size: 28
  276. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  277. 信息: JDBC batch updates for versioned data: enabled
  278. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  279. 信息: Scrollable result sets: enabled
  280. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  281. 信息: JDBC3 getGeneratedKeys(): enabled
  282. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  283. 信息: Connection release mode: auto
  284. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  285. 信息: Maximum outer join fetch depth: 1
  286. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  287. 信息: Default batch fetch size: 1
  288. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  289. 信息: Generate SQL with comments: disabled
  290. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  291. 信息: Order SQL updates by primary key: disabled
  292. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  293. 信息: Order SQL inserts for batching: disabled
  294. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
  295. 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  296. 2014-3-26 23:27:33 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
  297. 信息: Using ASTQueryTranslatorFactory
  298. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  299. 信息: Query language substitutions: {yes='Y', no='N'}
  300. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  301. 信息: JPA-QL strict compliance: disabled
  302. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  303. 信息: Second-level cache: enabled
  304. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  305. 信息: Query cache: disabled
  306. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory createRegionFactory
  307. 信息: Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
  308. 2014-3-26 23:27:33 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge <init>
  309. 信息: Cache provider: net.sf.ehcache.hibernate.EhCacheProvider
  310. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  311. 信息: Optimize cache for minimal puts: enabled
  312. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  313. 信息: Structured second-level cache entries: disabled
  314. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  315. 信息: Echoing all SQL to stdout
  316. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  317. 信息: Statistics: enabled
  318. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  319. 信息: Deleted entity synthetic identifier rollback: disabled
  320. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  321. 信息: Default entity-mode: pojo
  322. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  323. 信息: Named query checking : enabled
  324. 2014-3-26 23:27:33 org.hibernate.cfg.SettingsFactory buildSettings
  325. 信息: Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  326. 2014-3-26 23:27:33 org.hibernate.impl.SessionFactoryImpl <init>
  327. 信息: building session factory
  328. 2014-3-26 23:27:34 org.hibernate.cache.impl.bridge.EntityRegionAdapter buildAccessStrategy
  329. 警告: read-only cache configured for mutable entity [com.gwtjs.model.Article]
  330. 2014-3-26 23:27:34 org.hibernate.impl.SessionFactoryObjectFactory addInstance
  331. 信息: Not binding factory to JNDI, no JNDI name configured
  332. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  333. 信息: Running hbm2ddl schema update
  334. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  335. 信息: fetching database metadata
  336. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  337. 信息: updating schema
  338. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  339. 信息: table found: frameworktest.t_acl
  340. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  341. 信息: columns: [aclstate, id, acltristate, principalsn, principaltype, resourcesn]
  342. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  343. 信息: foreign keys: []
  344. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  345. 信息: indexes: [primary]
  346. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  347. 信息: table found: frameworktest.t_attachments
  348. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  349. 信息: columns: [createtime, id, title, status, description, type, url]
  350. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  351. 信息: foreign keys: []
  352. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  353. 信息: indexes: [primary]
  354. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  355. 信息: table found: frameworktest.t_dictionary
  356. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  357. 信息: columns: [id, text, orderno, dickey, parent]
  358. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  359. 信息: foreign keys: []
  360. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  361. 信息: indexes: [primary]
  362. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  363. 信息: table found: frameworktest.t_document
  364. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  365. 信息: columns: [id, title]
  366. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  367. 信息: foreign keys: []
  368. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  369. 信息: indexes: [primary]
  370. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  371. 信息: table found: frameworktest.t_module
  372. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  373. 信息: columns: [id, text, direction, parent, orderno, leaf, mgrurl, url, iconcls]
  374. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  375. 信息: foreign keys: []
  376. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  377. 信息: indexes: [text, primary]
  378. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  379. 信息: table found: frameworktest.t_navigator
  380. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  381. 信息: columns: [id, text, title, orderno, parentid, leaf, mgrurl, url, iconcls]
  382. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  383. 信息: foreign keys: []
  384. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  385. 信息: indexes: [text, title, primary]
  386. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  387. 信息: table found: frameworktest.t_organization
  388. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  389. 信息: columns: [id, sn, description, name, orderno, parentid]
  390. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  391. 信息: foreign keys: []
  392. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  393. 信息: indexes: [primary]
  394. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  395. 信息: table found: frameworktest.t_photo
  396. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  397. 信息: columns: [createtime, id, title, status, description, type, url]
  398. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  399. 信息: foreign keys: []
  400. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  401. 信息: indexes: [primary]
  402. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  403. 信息: table found: frameworktest.t_role
  404. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  405. 信息: columns: [id, name, orderno, parentid]
  406. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  407. 信息: foreign keys: []
  408. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  409. 信息: indexes: [name, primary]
  410. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  411. 信息: table found: frameworktest.t_user
  412. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  413. 信息: columns: [sex, status, idcard, password, id, createtime, username, email, address, name, deptno, telephone, overtime, mobile]
  414. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  415. 信息: foreign keys: []
  416. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  417. 信息: indexes: [username, name, primary]
  418. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  419. 信息: table found: frameworktest.t_user_roles
  420. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  421. 信息: columns: [id, t_tuser, t_role, orderno]
  422. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  423. 信息: foreign keys: []
  424. 2014-3-26 23:27:34 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  425. 信息: indexes: [primary]
  426. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  427. 信息: table found: frameworktest.t_work_flow
  428. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  429. 信息: columns: [id, processimage, processdefinition, name]
  430. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  431. 信息: foreign keys: []
  432. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  433. 信息: indexes: [name, primary]
  434. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  435. 信息: table found: FrameworkTest.jbpm4_deployment
  436. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  437. 信息: columns: [dbid_, timestamp_, state_, name_]
  438. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  439. 信息: foreign keys: []
  440. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  441. 信息: indexes: [primary]
  442. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  443. 信息: table found: FrameworkTest.jbpm4_deployprop
  444. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  445. 信息: columns: [key_, objname_, dbid_, deployment_, longval_, stringval_]
  446. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  447. 信息: foreign keys: [fk_deplprop_depl]
  448. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  449. 信息: indexes: [fk_deplprop_depl, primary, idx_deplprop_depl]
  450. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  451. 信息: table found: FrameworkTest.jbpm4_execution
  452. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  453. 信息: columns: [parent_, dbid_, subprocinst_, procdefid_, hisactinst_, parent_idx_, superexec_, hasvars_, name_, class_, priority_, key_, activityname_, dbversion_, instance_, susphiststate_, id_, state_]
  454. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  455. 信息: foreign keys: [fk_exec_instance, fk_exec_subpi, fk_exec_superexec, fk_exec_parent]
  456. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  457. 信息: 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]
  458. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  459. 信息: table found: FrameworkTest.jbpm4_hist_actinst
  460. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  461. 信息: columns: [transition_, type_, dbid_, hproci_, activity_name_, htask_, class_, nextidx_, duration_, dbversion_, start_, execution_, end_]
  462. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  463. 信息: foreign keys: [fk_hti_htask, fk_hacti_hproci]
  464. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  465. 信息: indexes: [idx_hti_htask, primary, fk_hti_htask, fk_hacti_hproci, idx_hacti_hproci]
  466. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  467. 信息: table found: FrameworkTest.jbpm4_hist_detail
  468. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  469. 信息: 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_]
  470. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  471. 信息: foreign keys: [fk_hdetail_hacti, fk_hdetail_hvar, fk_hdetail_htask, fk_hdetail_hproci]
  472. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  473. 信息: 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]
  474. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  475. 信息: table found: FrameworkTest.jbpm4_hist_procinst
  476. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  477. 信息: columns: [key_, dbid_, nextidx_, procdefid_, duration_, endactivity_, dbversion_, start_, id_, state_, end_]
  478. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  479. 信息: foreign keys: []
  480. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  481. 信息: indexes: [primary]
  482. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  483. 信息: table found: FrameworkTest.jbpm4_hist_task
  484. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  485. 信息: columns: [dbid_, nextidx_, duration_, dbversion_, supertask_, state_, execution_, end_, create_, priority_, assignee_, outcome_]
  486. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  487. 信息: foreign keys: [fk_hsupert_sub]
  488. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  489. 信息: indexes: [fk_hsupert_sub, primary, idx_hsupert_sub]
  490. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  491. 信息: table found: FrameworkTest.jbpm4_hist_var
  492. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  493. 信息: columns: [varname_, dbid_, hproci_, dbversion_, procinstid_, htask_, value_, executionid_]
  494. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  495. 信息: foreign keys: [fk_hvar_hproci, fk_hvar_htask]
  496. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  497. 信息: indexes: [fk_hvar_hproci, idx_hvar_htask, fk_hvar_htask, primary, idx_hvar_hproci]
  498. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  499. 信息: table found: FrameworkTest.jbpm4_id_group
  500. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  501. 信息: columns: [type_, parent_, dbid_, dbversion_, id_, name_]
  502. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  503. 信息: foreign keys: [fk_group_parent]
  504. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  505. 信息: indexes: [fk_group_parent, primary, idx_group_parent]
  506. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  507. 信息: table found: FrameworkTest.jbpm4_id_membership
  508. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  509. 信息: columns: [dbid_, user_, dbversion_, group_, name_]
  510. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  511. 信息: foreign keys: [fk_mem_user, fk_mem_group]
  512. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  513. 信息: indexes: [idx_mem_group, fk_mem_user, primary, fk_mem_group, idx_mem_user]
  514. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  515. 信息: table found: FrameworkTest.jbpm4_id_user
  516. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  517. 信息: columns: [dbid_, familyname_, givenname_, dbversion_, businessemail_, id_, password_]
  518. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  519. 信息: foreign keys: []
  520. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  521. 信息: indexes: [primary]
  522. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  523. 信息: table found: FrameworkTest.jbpm4_job
  524. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  525. 信息: columns: [dbid_, cfg_, lockowner_, duedate_, class_, lockexptime_, signal_, retries_, repeat_, processinstance_, dbversion_, event_, state_, exception_, execution_, isexclusive_]
  526. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  527. 信息: foreign keys: [fk_job_cfg]
  528. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  529. 信息: indexes: [idx_job_cfg, idx_jobduedate, idx_jobretries, idx_joblockexp, primary, idx_job_prinst, fk_job_cfg, idx_job_exe]
  530. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  531. 信息: table found: FrameworkTest.jbpm4_lob
  532. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  533. 信息: columns: [dbid_, dbversion_, deployment_, blob_value_, name_]
  534. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  535. 信息: foreign keys: [fk_lob_deployment]
  536. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  537. 信息: indexes: [primary, fk_lob_deployment, idx_lob_deployment]
  538. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  539. 信息: table found: FrameworkTest.jbpm4_participation
  540. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  541. 信息: columns: [task_, type_, dbid_, groupid_, userid_, swimlane_, dbversion_]
  542. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  543. 信息: foreign keys: [fk_part_swimlane, fk_part_task]
  544. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  545. 信息: indexes: [fk_part_swimlane, primary, idx_part_task, fk_part_task]
  546. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  547. 信息: table found: FrameworkTest.jbpm4_property
  548. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  549. 信息: columns: [key_, version_, value_]
  550. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  551. 信息: foreign keys: []
  552. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  553. 信息: indexes: [primary]
  554. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  555. 信息: table found: FrameworkTest.jbpm4_swimlane
  556. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  557. 信息: columns: [dbid_, dbversion_, execution_, name_, assignee_]
  558. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  559. 信息: foreign keys: [fk_swimlane_exec]
  560. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  561. 信息: indexes: [primary, fk_swimlane_exec, idx_swimlane_exec]
  562. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  563. 信息: table found: FrameworkTest.jbpm4_task
  564. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  565. 信息: 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_]
  566. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  567. 信息: foreign keys: [fk_task_swiml, fk_task_supertask]
  568. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  569. 信息: indexes: [fk_task_swiml, idx_task_supertask, primary, fk_task_supertask]
  570. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  571. 信息: table found: FrameworkTest.jbpm4_variable
  572. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  573. 信息: columns: [exesys_, converter_, lob_, double_value_, text_value_, dbid_, classname_, date_value_, class_, key_, task_, long_value_, dbversion_, hist_, execution_, string_value_]
  574. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  575. 信息: foreign keys: [fk_var_task, fk_var_lob, fk_var_exesys, fk_var_execution]
  576. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.TableMetadata <init>
  577. 信息: 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]
  578. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata
  579. 信息: table not found: t_article
  580. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata
  581. 信息: table not found: t_article
  582. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  583. 严重: 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))
  584. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  585. 严重: Unknown database 'ddddd'
  586. 2014-3-26 23:27:35 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  587. 信息: schema update complete
  588. 2014-3-26 23:27:36 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
  589. 信息: Creating Service {http://impl.service.web.gwtjs.com/}/ArticleService from class com.gwtjs.web.service.ArticleWebService
  590. 2014-3-26 23:27:37 org.apache.cxf.endpoint.ServerImpl initDestination
  591. 信息: Setting the server's publish address to be /ArticleService
  592. Hibernate: select propertyim0_.KEY_ as KEY1_2_, propertyim0_.VERSION_ as VERSION2_2_, propertyim0_.VALUE_ as VALUE3_2_ from JBPM4_PROPERTY propertyim0_ limit ?
  593. 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_=?
  594. 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]
  595. Filter 'User' configured successfull
  596. 2014-3-26 23:27:38 org.apache.catalina.core.StandardContext filterStart
  597. 严重: Exception starting filter springSecurityFilterChain
  598. org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined
  599. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:553)
  600. at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1095)
  601. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:277)
  602. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  603. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1102)
  604. at org.springframework.web.filter.DelegatingFilterProxy.initDelegate(DelegatingFilterProxy.java:326)
  605. at org.springframework.web.filter.DelegatingFilterProxy.initFilterBean(DelegatingFilterProxy.java:236)
  606. at org.springframework.web.filter.GenericFilterBean.init(GenericFilterBean.java:194)
  607. at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:281)
  608. at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:262)
  609. at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:107)
  610. at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4746)
  611. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5399)
  612. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  613. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
  614. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
  615. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  616. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  617. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  618. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  619. at java.lang.Thread.run(Thread.java:619)
  620. 2014-3-26 23:27:41 org.apache.catalina.core.StandardContext startInternal
  621. 严重: Error filterStart
  622. 2014-3-26 23:27:41 org.apache.catalina.core.StandardContext startInternal
  623. 严重: Context [/gwtjs_framework] startup failed due to previous errors
  624. 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log
  625. 信息: Closing Spring root WebApplicationContext
  626. 2014-3-26 23:27:41 org.hibernate.impl.SessionFactoryImpl close
  627. 信息: closing
  628. 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log
  629. 信息: Shutting down log4j
  630. 2014-3-26 23:27:41 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
  631. 严重: 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.
  632. 2014-3-26 23:27:41 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  633. 严重: 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.
  634. 2014-3-26 23:27:41 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  635. 严重: 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.
  636. 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory
  637. 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\docs
  638. 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory
  639. 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\examples
  640. 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log
  641. 信息: ContextListener: contextInitialized()
  642. 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log
  643. 信息: SessionListener: contextInitialized()
  644. 2014-3-26 23:27:41 org.apache.catalina.core.ApplicationContext log
  645. 信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@e6da1e')
  646. 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory
  647. 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\host-manager
  648. 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory
  649. 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\manager
  650. 2014-3-26 23:27:41 org.apache.catalina.startup.HostConfig deployDirectory
  651. 信息: Deploying web application directory D:\MyEclipse\apache-tomcat-7.0.41\webapps\ROOT
  652. 2014-3-26 23:27:41 org.apache.coyote.AbstractProtocol start
  653. 信息: Starting ProtocolHandler ["http-apr-8686"]
  654. 2014-3-26 23:27:41 org.apache.coyote.AbstractProtocol start
  655. 信息: Starting ProtocolHandler ["ajp-apr-8009"]
  656. 2014-3-26 23:27:41 org.apache.catalina.startup.Catalina start
  657. 信息: Server startup in 22350 ms

2、分析原因

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

3、解决办法

注释掉权限过滤器

  1. <!-- spring security -->
  2. <!-- <filter>
  3. <filter-name>springSecurityFilterChain</filter-name>
  4. <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
  5. </filter>
  6.  
  7. <filter-mapping>
  8. <filter-name>springSecurityFilterChain</filter-name>
  9. <url-pattern>/*</url-pattern>
  10. </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. Python之Django rest_Framework补充

    一.什么是RESTful REST与技术无关,代表的是一种软件架构风格,REST是Representational State Transfer的简称,中文翻译为"表征状态转移" ...

  2. java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.classes.views.index_jsp 问题解决方法

    本人使用的是taglib作为模板页,然后碰到的这个问题,如果有类似的可以参考. <%@tag description="Overall Page template" page ...

  3. Chocolatey 和 Redis windows安装记录

    前言 最近研究redis,发现Redis没有官方的windows版本,但MsOpenTech有一直维护对应的Redis版本,其下载地址如下: https://github.com/MSOpenTech ...

  4. python中的进程池

    1.进程池的概念 python中,进程池内部会维护一个进程序列.当需要时,程序会去进程池中获取一个进程. 如果进程池序列中没有可供使用的进程,那么程序就会等待,直到进程池中有可用进程为止. 2.进程池 ...

  5. iOS-打电话、发短信、发邮件【指定QQ用户发送QQ消息】

    1.发短信 头文件 #import <MessageUI/MessageUI.h> 头部代理 @interface ViewController ()<MFMessageCompos ...

  6. 安装Spring Tool Suite(STS)

    JAVA开发工具中,常用工具就是Eclipse,IntelliJ IDEA. 现在使用spring boot&cloud框架进行开发的时候,虽然可以使用上面两个工具,但都未必就真的量身定制,I ...

  7. 图论算法-最小费用最大流模板【EK;Dinic】

    图论算法-最小费用最大流模板[EK;Dinic] EK模板 const int inf=1000000000; int n,m,s,t; struct node{int v,w,c;}; vector ...

  8. 微信开发系列——微信订阅号前端开发利器:WeUI

    前言:年前的两个星期,学习了下微信公众号的开发.后端基本能够基于盛派的第三方sdk能搞定大部分事宜.剩下的就是前端了,关于手机端的浏览器的兼容性,一直是博主的一块心病,因为博主一直专注于bootstr ...

  9. break的标签的用法

    package study; public class breakdemo { public static void main(String[] args) { System.out.println( ...

  10. FFMpeg首次使用

    FFMpeg在Windows上的使用.去FFMpeg官网上去下载文件. 把下载好的文件放如下图所示的位置. cmd,调出系统的命令行工具.首先进入d盘. 进入到ffmpeg所在的文件夹. 运行 ffm ...