Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. 2016-08-20 10:53:12 INFO ContextLoader:285 - Root WebApplicationContext: initialization started
  2. 2016-08-20 10:53:12 INFO XmlWebApplicationContext:513 - Refreshing Root WebApplicationContext: startup date [Sat Aug 20 10:53:12 EEST 2016]; root of context hierarchy
  3. 2016-08-20 10:53:12 INFO XmlBeanDefinitionReader:316 - Loading XML bean definitions from class path resource [appConfig-mvc.xml]
  4. 2016-08-20 10:53:15 INFO Version:66 - HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  5. 2016-08-20 10:53:15 INFO Version:54 - HHH000412: Hibernate Core {4.3.9.Final}
  6. 2016-08-20 10:53:15 INFO Environment:239 - HHH000206: hibernate.properties not found
  7. 2016-08-20 10:53:15 INFO Environment:346 - HHH000021: Bytecode provider name : javassist
  8. 2016-08-20 10:53:15 INFO Configuration:2075 - HHH000043: Configuring from resource: /hibernate.cfg.xml
  9. 2016-08-20 10:53:15 INFO Configuration:2094 - HHH000040: Configuration resource: /hibernate.cfg.xml
  10. 2016-08-20 10:53:15 INFO Configuration:2216 - HHH000041: Configured SessionFactory: null
  11. 2016-08-20 10:53:16 INFO ConnectionProviderInitiator:190 - HHH000130: Instantiating explicit connection provider: org.hibernate.c3p0.internal.C3P0ConnectionProvider
  12. 2016-08-20 10:53:16 INFO C3P0ConnectionProvider:134 - HHH010002: C3P0 using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/web-crawler-shops
  13. 2016-08-20 10:53:16 INFO C3P0ConnectionProvider:135 - HHH000046: Connection properties: {user=postgres, password=****}
  14. 2016-08-20 10:53:16 INFO C3P0ConnectionProvider:138 - HHH000006: Autocommit mode: false
  15. 2016-08-20 10:53:17 INFO Dialect:145 - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  16. 2016-08-20 10:53:17 INFO LobCreatorBuilder:123 - HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  17. 2016-08-20 10:53:18 INFO TransactionFactoryInitiator:62 - HHH000399: Using default transaction strategy (direct JDBC transactions)
  18. 2016-08-20 10:53:18 INFO ASTQueryTranslatorFactory:47 - HHH000397: Using ASTQueryTranslatorFactory
  19. 2016-08-20 10:53:19 INFO SchemaExport:344 - HHH000227: Running hbm2ddl schema export
  20. 2016-08-20 10:53:19 INFO SchemaExport:406 - HHH000230: Schema export complete
  21. 2016-08-20 10:53:19 INFO Configuration:2111 - HHH000044: Configuring from URL: file:/C:/Users/Пользователь/IdeaProjects/web-crawler-shops/crawler-core/target/web-crawler-shops/WEB-INF/classes/hibernate.cfg.xml
  22. 2016-08-20 10:53:19 INFO Configuration:2216 - HHH000041: Configured SessionFactory: null
  23. 2016-08-20 10:53:19 INFO ConnectionProviderInitiator:190 - HHH000130: Instantiating explicit connection provider: org.hibernate.c3p0.internal.C3P0ConnectionProvider
  24. 2016-08-20 10:53:19 INFO C3P0ConnectionProvider:134 - HHH010002: C3P0 using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/web-crawler-shops
  25. 2016-08-20 10:53:19 INFO C3P0ConnectionProvider:135 - HHH000046: Connection properties: {user=postgres, password=****}
  26. 2016-08-20 10:53:19 INFO C3P0ConnectionProvider:138 - HHH000006: Autocommit mode: false
  27. 2016-08-20 10:53:20 INFO Dialect:145 - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect
  28. 2016-08-20 10:53:20 INFO LobCreatorBuilder:123 - HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  29. 2016-08-20 10:53:20 INFO TransactionFactoryInitiator:62 - HHH000399: Using default transaction strategy (direct JDBC transactions)
  30. 2016-08-20 10:53:20 INFO ASTQueryTranslatorFactory:47 - HHH000397: Using ASTQueryTranslatorFactory
  31. 2016-08-20 10:53:20 INFO SchemaExport:344 - HHH000227: Running hbm2ddl schema export
  32. 2016-08-20 10:53:20 INFO SchemaExport:406 - HHH000230: Schema export complete
  33. 2016-08-20 10:53:20 INFO HibernateTransactionManager:339 - Using DataSource [com.mchange.v2.c3p0.PoolBackedDataSource@d052136f [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@f8c64892 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hgeby99i1abigr6jorhq6|6adf7783, idleConnectionTestPeriod -> 1000, initialPoolSize -> 7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 100, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 53, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 7, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@b062043a [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hgeby99i1abigr6jorhq6|70f1eeea, jdbcUrl -> jdbc:postgresql://localhost:5432/web-crawler-shops, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hgeby99i1abigr6jorhq6|900f5d1, numHelperThreads -> 3 ]] of Hibernate SessionFactory for HibernateTransactionManager
  34. 2016-08-20 10:53:20 INFO ContextLoader:325 - Root WebApplicationContext: initialization completed in 8068 ms
  35. 20-Aug-2016 10:53:20.467 SEVERE [RMI TCP Connection(4)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
  36. 20-Aug-2016 10:53:20.467 SEVERE [RMI TCP Connection(4)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [/crawler] startup failed due to previous errors
  37. 2016-08-20 10:53:20 INFO XmlWebApplicationContext:873 - Closing Root WebApplicationContext: startup date [Sat Aug 20 10:53:12 EEST 2016]; root of context hierarchy
  38. 20-Aug-2016 10:53:20.576 WARNING [RMI TCP Connection(4)-127.0.0.1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [crawler] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  39. [2016-08-20 10:53:20,638] Artifact crawler-core:war exploded: Error during artifact deployment. See server log for details.
  40.  
  41. <modelVersion>4.0.0</modelVersion>
  42.  
  43. <artifactId>crawler-core</artifactId>
  44. <packaging>war</packaging>
  45. <parent>
  46. <groupId>ua.nike185.crawler</groupId>
  47. <artifactId>web-crawler-shops</artifactId>
  48. <version>1.0-SNAPSHOT</version>
  49. </parent>
  50.  
  51. <properties>
  52. <spring.version>4.0.5.RELEASE</spring.version>
  53. <spring.security.version>4.0.1.RELEASE</spring.security.version>
  54. </properties>
  55.  
  56. <dependencies>
  57. <!-- Spring Security -->
  58. <dependency>
  59. <groupId>org.springframework.security</groupId>
  60. <artifactId>spring-security-web</artifactId>
  61. <version>${spring.security.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.security</groupId>
  65. <artifactId>spring-security-taglibs</artifactId>
  66. <version>${spring.security.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework.security</groupId>
  70. <artifactId>spring-security-config</artifactId>
  71. <version>${spring.security.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework</groupId>
  75. <artifactId>spring-webmvc</artifactId>
  76. <version>${spring.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework</groupId>
  80. <artifactId>spring-tx</artifactId>
  81. <version>${spring.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.springframework</groupId>
  85. <artifactId>spring-orm</artifactId>
  86. <version>${spring.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.springframework</groupId>
  90. <artifactId>spring-web</artifactId>
  91. <version>${spring.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework</groupId>
  95. <artifactId>spring-beans</artifactId>
  96. <version>${spring.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework</groupId>
  100. <artifactId>spring-support</artifactId>
  101. <version>2.0.8</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.springframework</groupId>
  105. <artifactId>spring-test</artifactId>
  106. <version>${spring.version}</version>
  107. <scope>test</scope>
  108. </dependency>
  109. <dependency>
  110. <groupId>org.springframework</groupId>
  111. <artifactId>spring-context</artifactId>
  112. <version>${spring.version}</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.springframework</groupId>
  116. <artifactId>spring-core</artifactId>
  117. <version>${spring.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.hibernate</groupId>
  121. <artifactId>hibernate-c3p0</artifactId>
  122. <version>4.3.9.Final</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>org.hibernate</groupId>
  126. <artifactId>hibernate-core</artifactId>
  127. <version>4.3.9.Final</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>commons-digester</groupId>
  131. <artifactId>commons-digester</artifactId>
  132. <version>2.1</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>commons-dbcp</groupId>
  136. <artifactId>commons-dbcp</artifactId>
  137. <version>1.4</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>log4j</groupId>
  141. <artifactId>log4j</artifactId>
  142. <version>1.2.17</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>javax.servlet</groupId>
  146. <artifactId>javax.servlet-api</artifactId>
  147. <version>3.1.0</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>jstl</groupId>
  151. <artifactId>jstl</artifactId>
  152. <version>1.2</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>commons-logging</groupId>
  156. <artifactId>commons-logging</artifactId>
  157. <version>1.1.3</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>taglibs</groupId>
  161. <artifactId>standard</artifactId>
  162. <version>1.1.2</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>commons-lang</groupId>
  166. <artifactId>commons-lang</artifactId>
  167. <version>2.1</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.codehaus.plexus</groupId>
  171. <artifactId>plexus-utils</artifactId>
  172. <version>1.1</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>junit</groupId>
  176. <artifactId>junit</artifactId>
  177. <version>4.8.2</version>
  178. <scope>test</scope>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.mockito</groupId>
  182. <artifactId>mockito-all</artifactId>
  183. <version>1.10.19</version>
  184. <scope>test</scope>
  185. </dependency>
  186. <dependency>
  187. <groupId>postgresql</groupId>
  188. <artifactId>postgresql</artifactId>
  189. <version>9.1-901-1.jdbc4</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>ua.nike185.crawler</groupId>
  193. <artifactId>crawler-modules-core</artifactId>
  194. <version>1.0-SNAPSHOT</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>ua.nike185.crawler</groupId>
  198. <artifactId>olx-module</artifactId>
  199. <version>1.0-SNAPSHOT</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>xml-apis</groupId>
  203. <artifactId>xml-apis</artifactId>
  204. <version>2.0.2</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.springframework</groupId>
  208. <artifactId>spring-aspects</artifactId>
  209. <version>3.1.0.RELEASE</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>aspectj</groupId>
  213. <artifactId>aspectjrt</artifactId>
  214. <version>1.5.4</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.aspectj</groupId>
  218. <artifactId>aspectjweaver</artifactId>
  219. <version>1.5.4</version>
  220. </dependency>
  221. </dependencies>
  222.  
  223. <build>
  224. <finalName>web-crawler-shops</finalName>
  225. <plugins>
  226. <plugin>
  227. <groupId>org.apache.maven.plugins</groupId>
  228. <artifactId>maven-compiler-plugin</artifactId>
  229. <version>3.5.1</version>
  230. <configuration>
  231. <source>1.8</source>
  232. <target>1.8</target>
  233. </configuration>
  234. </plugin>
  235. </plugins>
  236. </build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement