nlp-web.log 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2019-01-17 16:02:28.573 INFO 2224 --- [main] org.diagbot.nlp.NlpWebApplication : Starting NlpWebApplication on Y9IF3BWOQVXOMXN with PID 2224 (E:\git\push\nlp-web\target\classes started by Administrator in E:\git\push)
  2. 2019-01-17 16:02:28.585 DEBUG 2224 --- [main] org.diagbot.nlp.NlpWebApplication : Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
  3. 2019-01-17 16:02:28.589 INFO 2224 --- [main] org.diagbot.nlp.NlpWebApplication : No active profile set, falling back to default profiles: default
  4. 2019-01-17 16:02:30.419 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisConfiguration' of type [org.diagbot.nlp.config.MybatisConfiguration$$EnhancerBySpringCGLIB$$b4757652] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  5. 2019-01-17 16:02:30.542 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  6. 2019-01-17 16:02:30.739 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 2019-01-17 16:02:30.745 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2019-01-17 16:02:30.753 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$43e84106] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2019-01-17 16:02:30.762 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  10. 2019-01-17 16:02:30.763 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'standardInfoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  11. 2019-01-17 16:02:30.765 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'infoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2019-01-17 16:02:30.766 INFO 2224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'featureMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2019-01-17 16:02:31.404 INFO 2224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5002 (http)
  14. 2019-01-17 16:02:31.437 INFO 2224 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  15. 2019-01-17 16:02:31.437 INFO 2224 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  16. 2019-01-17 16:02:31.446 INFO 2224 --- [main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\Program Files (x86)\Java\jdk1.8.0_161_64\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\app\Administrator\product\11.2.0\client_1\bin;d:\app\Administrator\product\11.2.0\dbhome_1\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\Program Files (x86)\Java\jdk1.8.0_161_64\BIN;D:\Program Files (x86)\Java\apache-maven-3.3.9\BIN;.]
  17. 2019-01-17 16:02:31.634 INFO 2224 --- [main] o.a.c.c.C.[.[localhost].[/nlp-web] : Initializing Spring embedded WebApplicationContext
  18. 2019-01-17 16:02:31.634 INFO 2224 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2935 ms
  19. 2019-01-17 16:02:31.724 INFO 2224 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.nlp.service.impl.InfoServiceImpl.setEntityMapper()
  20. 2019-01-17 16:02:31.736 INFO 2224 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.nlp.service.impl.FeatureServiceImpl.setEntityMapper()
  21. 2019-01-17 16:02:31.748 INFO 2224 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.common.service.impl.StandardInfoServiceImpl.setEntityMapper()
  22. 2019-01-17 16:02:32.026 INFO 2224 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  23. 2019-01-17 16:02:32.518 INFO 2224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5002 (http) with context path '/nlp-web'
  24. 2019-01-17 16:02:32.525 INFO 2224 --- [main] org.diagbot.nlp.NlpWebApplication : Started NlpWebApplication in 5.119 seconds (JVM running for 5.975)
  25. 2019-01-17 16:02:52.633 INFO 16448 --- [main] org.diagbot.nlp.NlpWebApplication : Starting NlpWebApplication on Y9IF3BWOQVXOMXN with PID 16448 (E:\git\push\nlp-web\target\classes started by Administrator in E:\git\push)
  26. 2019-01-17 16:02:52.640 DEBUG 16448 --- [main] org.diagbot.nlp.NlpWebApplication : Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
  27. 2019-01-17 16:02:52.643 INFO 16448 --- [main] org.diagbot.nlp.NlpWebApplication : No active profile set, falling back to default profiles: default
  28. 2019-01-17 16:02:54.602 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisConfiguration' of type [org.diagbot.nlp.config.MybatisConfiguration$$EnhancerBySpringCGLIB$$1802ae3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  29. 2019-01-17 16:02:54.716 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  30. 2019-01-17 16:02:54.907 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  31. 2019-01-17 16:02:54.913 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  32. 2019-01-17 16:02:54.921 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$90f2f597] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  33. 2019-01-17 16:02:54.930 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  34. 2019-01-17 16:02:54.932 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'standardInfoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  35. 2019-01-17 16:02:54.933 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'infoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  36. 2019-01-17 16:02:54.934 INFO 16448 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'featureMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. 2019-01-17 16:02:55.540 INFO 16448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5002 (http)
  38. 2019-01-17 16:02:55.572 INFO 16448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  39. 2019-01-17 16:02:55.573 INFO 16448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/9.0.13
  40. 2019-01-17 16:02:55.582 INFO 16448 --- [main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [D:\Program Files (x86)\Java\jdk1.8.0_161_64\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\app\Administrator\product\11.2.0\client_1\bin;d:\app\Administrator\product\11.2.0\dbhome_1\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;d:\Program Files\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;D:\Program Files (x86)\Java\jdk1.8.0_161_64\BIN;D:\Program Files (x86)\Java\apache-maven-3.3.9\BIN;.]
  41. 2019-01-17 16:02:55.767 INFO 16448 --- [main] o.a.c.c.C.[.[localhost].[/nlp-web] : Initializing Spring embedded WebApplicationContext
  42. 2019-01-17 16:02:55.767 INFO 16448 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2909 ms
  43. 2019-01-17 16:02:55.779 INFO 16448 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.common.service.impl.StandardInfoServiceImpl.setEntityMapper()
  44. 2019-01-17 16:02:56.260 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Preparing: SELECT distinct t.name, t.category_id FROM kl_standard_info t WHERE category_id != '100' and t.status = ? and t.category_id = ?
  45. 2019-01-17 16:02:56.282 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Parameters: 1(String), 1(String)
  46. 2019-01-17 16:02:56.547 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : <== Total: 711
  47. 2019-01-17 16:02:56.553 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Preparing: SELECT distinct t.name, t.category_id FROM kl_standard_info t WHERE category_id != '100' and t.status = ? and t.category_id = ?
  48. 2019-01-17 16:02:56.553 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Parameters: 1(String), 19(String)
  49. 2019-01-17 16:02:57.236 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : <== Total: 37770
  50. 2019-01-17 16:02:57.251 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Preparing: SELECT distinct t.name, t.category_id FROM kl_standard_info t WHERE category_id != '100' and t.status = ? and t.category_id = ?
  51. 2019-01-17 16:02:57.251 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Parameters: 1(String), 62(String)
  52. 2019-01-17 16:02:57.480 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : <== Total: 1067
  53. 2019-01-17 16:02:57.481 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Preparing: SELECT distinct t.name, t.category_id FROM kl_standard_info t WHERE category_id != '100' and t.status = ? and t.category_id = ?
  54. 2019-01-17 16:02:57.482 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Parameters: 1(String), 14(String)
  55. 2019-01-17 16:02:57.721 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : <== Total: 2278
  56. 2019-01-17 16:02:57.723 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Preparing: SELECT distinct t.name, t.category_id FROM kl_standard_info t WHERE category_id != '100' and t.status = ? and t.category_id = ?
  57. 2019-01-17 16:02:57.723 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : ==> Parameters: 1(String), 17(String)
  58. 2019-01-17 16:02:57.985 DEBUG 16448 --- [main] o.d.c.d.m.StandardInfoMapper.selectList : <== Total: 2596
  59. 2019-01-17 16:02:58.018 INFO 16448 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.nlp.service.impl.InfoServiceImpl.setEntityMapper()
  60. 2019-01-17 16:02:58.030 INFO 16448 --- [main] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: private void org.diagbot.nlp.service.impl.FeatureServiceImpl.setEntityMapper()
  61. 2019-01-17 16:02:58.319 INFO 16448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  62. 2019-01-17 16:02:58.709 INFO 16448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5002 (http) with context path '/nlp-web'
  63. 2019-01-17 16:02:58.714 INFO 16448 --- [main] org.diagbot.nlp.NlpWebApplication : Started NlpWebApplication in 6.994 seconds (JVM running for 7.83)