123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624 |
- 2019-12-26 13:17:49.671 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 4188 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-26 13:17:49.683 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-26 13:17:57.943 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-26 13:17:57.948 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-26 13:17:58.059 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 83ms. Found 0 repository interfaces.
- 2019-12-26 13:17:58.648 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$67007742] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:58.757 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.370 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-26 13:17:59.373 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-26 13:17:59.380 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.388 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.436 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.538 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$46fb0dac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.822 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.830 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$b0897e7d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.849 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.860 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.891 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:17:59.903 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$5c14cbf6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:00.218 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:00.377 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:00.400 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$b1cefe8c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:00.476 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$5a13eb5c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:00.490 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:18:01.146 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-26 13:18:01.168 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:18:01.183 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-26 13:18:01.184 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-26 13:18:01.193 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-26 13:18:01.729 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-26 13:18:01.730 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 11912 ms
- 2019-12-26 13:18:02.345 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-26 13:18:02.786 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-26 13:18:02.787 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-26 13:18:02.788 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-26 13:18:02.789 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-26 13:18:08.912 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-26 13:18:08.929 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-26 13:18:08.930 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-26 13:18:08.935 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-26 13:18:08.938 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-26 13:18:08.939 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-26 13:18:08.941 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-26 13:18:08.942 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-26 13:18:08.942 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3164d5aa
- 2019-12-26 13:18:13.164 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-26 13:18:15.119 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-26 13:18:15.447 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-26 13:18:15.968 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-26 13:18:18.129 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-26 13:18:18.164 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-26 13:18:18.279 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-26 13:18:18.669 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-26 13:18:18.673 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-26 13:18:18.676 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-26 13:18:18.678 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-26 13:18:18.681 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-26 13:18:18.689 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-26 13:18:18.706 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-26 13:18:18.709 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-26 13:18:18.711 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-26 13:18:18.713 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-26 13:18:18.716 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-26 13:18:18.731 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
- 2019-12-26 13:18:18.742 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
- 2019-12-26 13:18:18.759 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-26 13:18:19.067 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-26 13:18:19.079 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-26 13:18:19.080 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-26 13:18:19.082 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-26 13:18:19.085 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-26 13:18:19.086 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-26 13:18:19.117 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:18:19.143 [main] ERROR org.apache.catalina.util.LifecycleBase:175 - Failed to start component [Connector[HTTP/1.1-8080]]
- org.apache.catalina.LifecycleException: Protocol handler start failed
- at org.apache.catalina.connector.Connector.startInternal(Connector.java:1008)
- at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
- at org.apache.catalina.core.StandardService.addConnector(StandardService.java:226)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:259)
- at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:197)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:311)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:164)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
- at org.jeecg.JeecgApplication.main(JeecgApplication.java:28)
- Caused by: java.net.BindException: Address already in use: bind
- at sun.nio.ch.Net.bind0(Native Method)
- at sun.nio.ch.Net.bind(Net.java:433)
- at sun.nio.ch.Net.bind(Net.java:425)
- at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
- at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
- at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:236)
- at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:210)
- at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1085)
- at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1171)
- at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:568)
- at org.apache.catalina.connector.Connector.startInternal(Connector.java:1005)
- ... 14 common frames omitted
- 2019-12-26 13:18:19.157 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Pausing ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:18:19.158 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
- 2019-12-26 13:18:19.165 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [jeecg-boot] appears to have started a thread named [Druid-ConnectionPool-Create-993062597] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
- sun.misc.Unsafe.park(Native Method)
- java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2672)
- 2019-12-26 13:18:19.167 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [jeecg-boot] appears to have started a thread named [Druid-ConnectionPool-Destroy-993062597] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
- java.lang.Thread.sleep(Native Method)
- com.alibaba.druid.pool.DruidDataSource$DestroyConnectionThread.run(DruidDataSource.java:2768)
- 2019-12-26 13:18:19.173 [main] INFO org.apache.catalina.util.LifecycleBase:173 - The stop() method was called on component [StandardServer[-1]] after stop() had already been called. The second call will be ignored.
- 2019-12-26 13:18:19.174 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Stopping ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:18:19.175 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Destroying ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:18:19.183 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:142 -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2019-12-26 13:18:19.192 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:42 -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.
- Action:
- Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.
- 2019-12-26 13:18:19.198 [main] INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2019-12-26 13:18:19.200 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'
- 2019-12-26 13:18:19.202 [main] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter:210 - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process)
- 2019-12-26 13:18:19.206 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler
- 2019-12-26 13:18:19.208 [main] INFO org.quartz.core.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 2019-12-26 13:18:19.208 [main] INFO org.quartz.core.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 2019-12-26 13:18:19.209 [main] INFO org.quartz.core.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 2019-12-26 13:18:19.221 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:182 - closing dynamicDatasource ing....
- 2019-12-26 13:18:19.225 [main] INFO com.alibaba.druid.pool.DruidDataSource:1948 - {dataSource-1} closing ...
- 2019-12-26 13:18:19.229 [main] INFO com.alibaba.druid.pool.DruidDataSource:2020 - {dataSource-1} closed
- 2019-12-26 13:36:47.400 [main] INFO org.jeecg.JeecgApplication:50 - Starting JeecgApplication on zhuxiaobo-mi with PID 9408 (D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot\jeecg-boot-module-system\target\classes started by zhuxiaobo in D:\develop\IntelliJProjects\jeecg-boot\jeecg-boot)
- 2019-12-26 13:36:47.447 [main] INFO org.jeecg.JeecgApplication:679 - The following profiles are active: dev
- 2019-12-26 13:36:51.808 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:244 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2019-12-26 13:36:51.813 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFAULT mode.
- 2019-12-26 13:36:51.986 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 119ms. Found 0 repository interfaces.
- 2019-12-26 13:36:52.606 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroConfig' of type [org.jeecg.config.ShiroConfig$$EnhancerBySpringCGLIB$$6056ef44] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:52.767 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'shiroRealm' of type [org.jeecg.modules.shiro.authc.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.335 [main] INFO org.jeecg.config.ShiroConfig:197 - ===============(1)创建缓存管理器RedisCacheManager
- 2019-12-26 13:36:53.337 [main] INFO org.jeecg.config.ShiroConfig:215 - ===============(2)创建RedisManager,连接Redis..URL= 127.0.0.1:6379
- 2019-12-26 13:36:53.342 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.351 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.390 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.487 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$405185ae] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.740 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.748 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a9dff67f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.766 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.778 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'dynamicDatasourceAnnotationAdvisor' of type [com.baomidou.dynamic.datasource.aop.DynamicDataSourceAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.808 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:53.822 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration$$EnhancerBySpringCGLIB$$556b43f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:54.017 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:54.191 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:54.211 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'redisConfig' of type [org.jeecg.config.RedisConfig$$EnhancerBySpringCGLIB$$ab25768e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:54.314 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$536a635e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:54.323 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2019-12-26 13:36:55.081 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:90 - Tomcat initialized with port(s): 8080 (http)
- 2019-12-26 13:36:55.111 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:36:55.130 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
- 2019-12-26 13:36:55.131 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.16]
- 2019-12-26 13:36:55.176 [main] INFO org.apache.catalina.core.AprLifecycleListener:173 - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jdk1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files (x86)\DVTk\DVT\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\xampp\php;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\WINDOWS\System32\OpenSSH\;d:\Program Files (x86)\Microsoft VS Code\bin;%cmder_root%;C:\Program Files (x86)\CMake\bin;C:\Program Files\TortoiseHg\;D:\apache-maven-3.6.0\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\nodejs\;D:\Tools\apache-ant-1.9.14\bin;C:\Program Files\Git\usr\bin;D:\develop\flutter\bin;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Anaconda3;D:\Anaconda3\Library\mingw-w64\bin;D:\Anaconda3\Library\usr\bin;D:\Anaconda3\Library\bin;D:\Anaconda3\Scripts;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\zhuxiaobo\AppData\Roaming\Composer\vendor\bin;C:\Users\zhuxiaobo\AppData\Local\.meteor;C:\Users\zhuxiaobo\AppData\Local\GitHubDesktop\bin;C:\Users\zhuxiaobo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\zhuxiaobo\.dotnet\tools;C:\Users\zhuxiaobo\AppData\Roaming\npm;d:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin;;C:\Users\zhuxiaobo\AppData\Local\Microsoft\WindowsApps;;.]
- 2019-12-26 13:36:56.073 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring embedded WebApplicationContext
- 2019-12-26 13:36:56.074 [main] INFO org.springframework.web.context.ContextLoader:296 - Root WebApplicationContext: initialization completed in 8090 ms
- 2019-12-26 13:36:57.081 [main] INFO c.b.dynamic.datasource.DynamicDataSourceCreator:113 - 动态数据源-检测到druid存在,如配置中未指定type,druid会默认配置
- 2019-12-26 13:36:57.506 [main] INFO com.alibaba.druid.pool.DruidDataSource:1003 - {dataSource-1,master} inited
- 2019-12-26 13:36:57.507 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:203 - 初始共加载 1 个数据源
- 2019-12-26 13:36:57.508 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:142 - 动态数据源-加载 master 成功
- 2019-12-26 13:36:57.509 [main] INFO c.b.dynamic.datasource.DynamicRoutingDataSource:212 - 当前的默认数据源是单数据源,数据源名为 master
- 2019-12-26 13:37:10.290 [main] INFO org.quartz.impl.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
- 2019-12-26 13:37:10.306 [main] INFO org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2019-12-26 13:37:10.307 [main] INFO org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
- 2019-12-26 13:37:10.312 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
- 2019-12-26 13:37:10.316 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
- 2019-12-26 13:37:10.318 [main] INFO org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.
- 2019-12-26 13:37:10.320 [main] INFO org.quartz.impl.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 2019-12-26 13:37:10.320 [main] INFO org.quartz.impl.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
- 2019-12-26 13:37:10.321 [main] INFO org.quartz.core.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@523ade68
- 2019-12-26 13:37:13.907 [main] WARN org.jeecg.common.es.JeecgElasticsearchTemplate:61 - ElasticSearch 服务连接失败,原因:配置未通过。可能是BaseURL未配置或配置有误,也可能是Elasticsearch服务未启动。接下来将会拒绝执行任何方法!
- 2019-12-26 13:37:15.720 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver:59 - Exposing 2 endpoint(s) beneath base path '/actuator'
- 2019-12-26 13:37:16.113 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping:69 - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
- 2019-12-26 13:37:16.822 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-26 13:37:19.857 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:160 - Context refreshed
- 2019-12-26 13:37:19.893 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper:163 - Found 1 custom documentation plugin(s)
- 2019-12-26 13:37:20.002 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner:41 - Scanning for api listing references
- 2019-12-26 13:37:20.490 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_1
- 2019-12-26 13:37:20.493 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_1
- 2019-12-26 13:37:20.496 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_1
- 2019-12-26 13:37:20.499 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_1
- 2019-12-26 13:37:20.504 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_1
- 2019-12-26 13:37:20.513 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_1
- 2019-12-26 13:37:20.529 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: addUsingPOST_2
- 2019-12-26 13:37:20.534 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteUsingDELETE_2
- 2019-12-26 13:37:20.537 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: deleteBatchUsingDELETE_2
- 2019-12-26 13:37:20.540 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: editUsingPUT_2
- 2019-12-26 13:37:20.543 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryByIdUsingGET_2
- 2019-12-26 13:37:20.558 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_2
- 2019-12-26 13:37:20.568 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator:40 - Generating unique operation named: queryPageListUsingGET_3
- 2019-12-26 13:37:20.588 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean:726 - Starting Quartz Scheduler now
- 2019-12-26 13:37:20.937 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:866 - Freed 0 triggers from 'acquired' / 'blocked' state.
- 2019-12-26 13:37:20.952 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down.
- 2019-12-26 13:37:20.953 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:889 - Recovery complete.
- 2019-12-26 13:37:20.955 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:896 - Removed 0 'complete' triggers.
- 2019-12-26 13:37:20.958 [main] INFO o.s.scheduling.quartz.LocalDataSourceJobStore:901 - Removed 0 stale fired job entries.
- 2019-12-26 13:37:20.959 [main] INFO org.quartz.core.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2019-12-26 13:37:20.995 [main] INFO org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"]
- 2019-12-26 13:37:21.057 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:204 - Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'
- 2019-12-26 13:37:21.060 [main] INFO org.jeecg.JeecgApplication:59 - Started JeecgApplication in 35.65 seconds (JVM running for 38.367)
- 2019-12-26 13:37:21.086 [main] INFO org.jeecg.JeecgApplication:33 -
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/jeecg-boot/
- External: http://192.168.2.44:8080/jeecg-boot/
- swagger-ui: http://192.168.2.44:8080/jeecg-boot/swagger-ui.html
- Doc: http://192.168.2.44:8080/jeecg-boot/doc.html
- ----------------------------------------------------------
- 2019-12-26 13:37:21.968 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.EpollProvider:68 - Starting without optional epoll library
- 2019-12-26 13:37:21.973 [RMI TCP Connection(3)-192.168.2.44] INFO io.lettuce.core.KqueueProvider:70 - Starting without optional kqueue library
- 2019-12-26 13:37:22.434 [RMI TCP Connection(6)-192.168.2.44] INFO o.a.c.c.C.[Tomcat].[localhost].[/jeecg-boot]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2019-12-26 13:37:22.434 [RMI TCP Connection(6)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:524 - Initializing Servlet 'dispatcherServlet'
- 2019-12-26 13:37:22.463 [RMI TCP Connection(6)-192.168.2.44] INFO org.springframework.web.servlet.DispatcherServlet:546 - Completed initialization in 28 ms
- 2019-12-26 13:42:47.236 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:64 - multipartFiles:8
- 2019-12-26 13:42:47.238 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.1.dcm
- 2019-12-26 13:42:47.287 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527740
- 2019-12-26 13:42:47.304 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:47.306 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:47.307 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:47.309 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:47.310 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:47.311 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:47.311 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:47.312 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:47.312 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:47.313 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:47.314 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:47.314 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:47.315 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:47.315 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:47.316 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:47.317 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:47.317 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:47.318 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:47.318 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:47.319 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:47.319 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:47.320 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:47.320 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.1
- 2019-12-26 13:42:47.320 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:47.321 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:47.322 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:47.322 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 1
- 2019-12-26 13:42:47.323 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:47.323 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:47.323 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:47.324 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:47.325 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:47.326 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:47.326 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:47.326 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:47.327 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/5b60a836c01c4449971f958455b3c076.dcm
- 2019-12-26 13:42:47.637 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.1
- 2019-12-26 13:42:47.681 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:48.553 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFiAan7CAAgNfFLpIt8995.dcm
- 2019-12-26 13:42:48.571 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:48.586 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy null
- 2019-12-26 13:42:48.608 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:59 - pacsStudy == >>id 1210073455765311489
- 2019-12-26 13:42:48.636 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:80 - pacsSeries == >>seriesId 1210073455920500737
- 2019-12-26 13:42:48.637 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.1
- 2019-12-26 13:42:48.642 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:48.722 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073456021164033
- 2019-12-26 13:42:48.723 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.1.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:48.724 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.2.dcm
- 2019-12-26 13:42:48.736 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527740
- 2019-12-26 13:42:48.738 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:48.739 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:48.740 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:48.740 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:48.741 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:48.741 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:48.742 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:48.742 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:48.743 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:48.743 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:48.743 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:48.744 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:48.744 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:48.744 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:48.745 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:48.745 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:48.745 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:48.745 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:48.746 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:48.746 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:48.746 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:48.747 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:48.747 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.2
- 2019-12-26 13:42:48.747 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:48.748 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:48.748 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:48.748 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 2
- 2019-12-26 13:42:48.749 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:48.750 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:48.750 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:48.750 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:48.751 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:48.751 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:48.751 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:48.752 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:48.753 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/680aada7eaaa48fc81282e2fb86fe6fd.dcm
- 2019-12-26 13:42:48.762 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.2
- 2019-12-26 13:42:48.770 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:49.153 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFiAFxbrAAgNfEcjP6M528.dcm
- 2019-12-26 13:42:49.154 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:49.161 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:49.166 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.2
- 2019-12-26 13:42:49.171 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:49.183 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073458210590722
- 2019-12-26 13:42:49.183 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.2.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:49.184 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.3.dcm
- 2019-12-26 13:42:49.199 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527740
- 2019-12-26 13:42:49.201 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:49.202 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:49.202 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:49.203 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:49.204 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:49.204 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:49.205 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:49.205 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:49.206 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:49.207 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:49.207 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:49.208 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:49.208 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:49.209 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:49.210 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:49.211 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:49.212 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:49.212 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:49.213 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:49.213 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:49.214 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:49.214 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:49.214 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.3
- 2019-12-26 13:42:49.215 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:49.215 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:49.216 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:49.216 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 3
- 2019-12-26 13:42:49.216 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:49.217 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:49.217 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:49.218 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:49.218 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:49.218 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:49.219 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:49.219 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:49.219 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/0493b52083564ab5b0ae44774614df2f.dcm
- 2019-12-26 13:42:49.229 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.3
- 2019-12-26 13:42:49.235 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:49.942 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFmAA0CZAAgNfA_vvcA133.dcm
- 2019-12-26 13:42:49.943 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:49.952 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:49.962 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.3
- 2019-12-26 13:42:49.969 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:49.984 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073461561839618
- 2019-12-26 13:42:49.985 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.3.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:49.986 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.4.dcm
- 2019-12-26 13:42:49.999 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527744
- 2019-12-26 13:42:50.002 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:50.002 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:50.002 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:50.003 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:50.003 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:50.003 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:50.003 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:50.003 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:50.005 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:50.005 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:50.011 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:50.012 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:50.012 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:50.012 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:50.017 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:50.018 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:50.018 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:50.019 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:50.019 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:50.019 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:50.020 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:50.020 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:50.020 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.4
- 2019-12-26 13:42:50.021 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:50.021 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:50.021 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:50.022 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 4
- 2019-12-26 13:42:50.022 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:50.022 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:50.023 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:50.024 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:50.024 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:50.025 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:50.025 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:50.025 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:50.025 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/f65e220749c44de4b9a6759ca3be9bdc.dcm
- 2019-12-26 13:42:50.037 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.4
- 2019-12-26 13:42:50.040 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:50.498 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFqAdk5VAAgNgCL02Rc513.dcm
- 2019-12-26 13:42:50.500 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:50.505 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:50.510 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.4
- 2019-12-26 13:42:50.517 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:50.528 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073463851929602
- 2019-12-26 13:42:50.528 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.4.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:50.529 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.5.dcm
- 2019-12-26 13:42:50.541 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527744
- 2019-12-26 13:42:50.543 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:50.543 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:50.543 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:50.544 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:50.545 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:50.545 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:50.545 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:50.545 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:50.546 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:50.546 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:50.546 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:50.547 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:50.547 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:50.548 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:50.548 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:50.549 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:50.549 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:50.550 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:50.550 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:50.550 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:50.551 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:50.551 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:50.551 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.5
- 2019-12-26 13:42:50.552 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:50.552 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:50.552 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:50.553 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 5
- 2019-12-26 13:42:50.553 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:50.553 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:50.554 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:50.554 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:50.554 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:50.554 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:50.555 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:50.555 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:50.555 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/eda4d31165cc4bd788a03851bb637c15.dcm
- 2019-12-26 13:42:50.563 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.5
- 2019-12-26 13:42:50.568 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:51.219 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFqAbWADAAgNgJf1WLg323.dcm
- 2019-12-26 13:42:51.219 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:51.223 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:51.229 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.5
- 2019-12-26 13:42:51.234 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:51.246 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073466863439874
- 2019-12-26 13:42:51.246 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.5.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:51.247 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.6.dcm
- 2019-12-26 13:42:51.259 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527744
- 2019-12-26 13:42:51.260 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:51.261 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:51.262 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:51.262 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:51.263 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:51.263 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:51.263 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:51.264 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:51.264 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:51.265 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:51.265 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:51.266 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:51.266 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:51.267 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:51.267 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:51.268 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:51.268 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:51.268 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:51.269 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:51.269 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:51.270 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:51.270 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:51.270 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.6
- 2019-12-26 13:42:51.271 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:51.271 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:51.271 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:51.271 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 6
- 2019-12-26 13:42:51.272 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:51.272 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:51.272 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:51.272 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:51.273 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:51.273 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:51.273 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:51.274 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:51.274 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/db4965aef2254c83a44288ce48800995.dcm
- 2019-12-26 13:42:51.286 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.6
- 2019-12-26 13:42:51.289 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:51.708 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFuAUiRbAAgNgC_s6KI981.dcm
- 2019-12-26 13:42:51.709 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:51.718 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:51.725 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.6
- 2019-12-26 13:42:51.730 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:51.742 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073468960591873
- 2019-12-26 13:42:51.743 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.6.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:51.744 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.7.dcm
- 2019-12-26 13:42:51.759 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527744
- 2019-12-26 13:42:51.760 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:51.761 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:51.761 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:51.762 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:51.762 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:51.763 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:51.763 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:51.764 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:51.764 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:51.764 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:51.765 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:51.766 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:51.767 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:51.767 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:51.768 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:51.768 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:51.769 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:51.770 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:51.770 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:51.771 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:51.771 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:51.772 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:51.772 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.7
- 2019-12-26 13:42:51.773 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:51.773 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:51.774 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:51.774 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 7
- 2019-12-26 13:42:51.774 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:51.775 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:51.775 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:51.775 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:51.776 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:51.776 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:51.776 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:51.777 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:51.777 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/85e0af5f5cfb4a80b4ef7aaab1021d5d.dcm
- 2019-12-26 13:42:51.787 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.7
- 2019-12-26 13:42:51.791 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:52.548 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFyAVeFoAAgNgGlNe-Q209.dcm
- 2019-12-26 13:42:52.549 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:52.553 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:52.558 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.7
- 2019-12-26 13:42:52.561 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:52.572 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073472433475586
- 2019-12-26 13:42:52.573 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.7.dcm 上传成功|存储成功写入数据库成功
- 2019-12-26 13:42:52.573 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:72 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.8.dcm
- 2019-12-26 13:42:52.587 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:47 - dicom == >>size 527744
- 2019-12-26 13:42:52.589 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:87 - dicom == >>Specific Character Set ISO_IR 100
- 2019-12-26 13:42:52.589 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:92 - dicom == >>PatientName ChenZiMei
- 2019-12-26 13:42:52.590 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:94 - dicom == >>AccessionNumber null
- 2019-12-26 13:42:52.590 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:96 - dicom == >>PatientBirthDate Thu Sep 11 00:00:00 CST 1952
- 2019-12-26 13:42:52.590 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:98 - dicom == >>PatientID DW00132
- 2019-12-26 13:42:52.591 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:100 - dicom == >>PatientAge 054Y
- 2019-12-26 13:42:52.591 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:103 - dicom == >>PatientSex F
- 2019-12-26 13:42:52.592 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:105 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:52.592 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:108 - dicom == >>StudyID 207
- 2019-12-26 13:42:52.592 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:110 - dicom == >>StudyInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:52.593 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:112 - dicom == >>StudyDateAndTime Wed Aug 15 11:31:42 CST 2007
- 2019-12-26 13:42:52.593 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:116 - dicom == >>StudyDescription
- 2019-12-26 13:42:52.593 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:118 - dicom == >>PatientWeight 78.0
- 2019-12-26 13:42:52.593 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:122 - dicom == >>BodyPartExamined null
- 2019-12-26 13:42:52.593 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:124 - dicom == >>BodyPartThickness null
- 2019-12-26 13:42:52.594 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:126 - dicom == >>Modality CT
- 2019-12-26 13:42:52.594 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:128 - dicom == >>InstitutionName PLA General Hospital
- 2019-12-26 13:42:52.594 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:130 - dicom == >>PregnancyStatus null
- 2019-12-26 13:42:52.594 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:133 - dicom == >>SeriesInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.770.3
- 2019-12-26 13:42:52.595 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:135 - dicom == >>SeriesNumber 3
- 2019-12-26 13:42:52.595 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:139 - dicom == >>SeriesDescription Standard
- 2019-12-26 13:42:52.595 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:141 - dicom == >>SeriesNumber Wed Aug 15 11:32:34 CST 2007
- 2019-12-26 13:42:52.595 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:144 - dicom == >>SOPInstanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.8
- 2019-12-26 13:42:52.596 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:146 - dicom == >>SOPClassUID 1.2.840.10008.5.1.4.1.1.2
- 2019-12-26 13:42:52.596 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:148 - dicom == >>TransactionUID null
- 2019-12-26 13:42:52.596 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:149 - dicom == >>TransferSyntaxUID null
- 2019-12-26 13:42:52.596 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:151 - dicom == >>InstanceNumber 8
- 2019-12-26 13:42:52.597 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:153 - dicom == >>WindowWidth 400
- 2019-12-26 13:42:52.597 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:155 - dicom == >>WindowCenter 40
- 2019-12-26 13:42:52.598 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:157 - dicom == >>Rows 512
- 2019-12-26 13:42:52.598 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:159 - dicom == >>Columns 512
- 2019-12-26 13:42:52.598 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:161 - dicom == >>PixelSpacing 0.976562
- 2019-12-26 13:42:52.599 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:163 - dicom == >>FrameType null
- 2019-12-26 13:42:52.600 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:165 - dicom == >>CineRate null
- 2019-12-26 13:42:52.600 [http-nio-8080-exec-10] INFO org.jeecg.modules.pacs.util.FileUtils:167 - dicom == >>NumberOfFrames null
- 2019-12-26 13:42:52.601 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:80 - realPath == >>realPath d:/temp/57fb46e224ff4d24860c75e07d9adcc4.dcm
- 2019-12-26 13:42:52.610 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.8
- 2019-12-26 13:42:52.613 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:52.844 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:96 - fastDFS == >>urlPath group1/M00/00/00/rBFW214ESFyAGES3AAgNgFC8XAQ859.dcm
- 2019-12-26 13:42:52.845 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:33 - pacsStudy == >>studyUID 1.2.840.113619.2.55.3.2831155457.941.1187132863.765
- 2019-12-26 13:42:52.850 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:126 - pacsStudy == >>pacsStudy PacsStudies(id=1210073455765311489, patientsId=null, studyInstanceUid=1.2.840.113619.2.55.3.2831155457.941.1187132863.765, hospitalId=, patientId=DW00132, patientName=ChenZiMei , patientBirthDate=Thu Sep 11 00:00:00 CST 1952, studyId=207, accessionNum=null, studyDateTime=Wed Aug 15 11:31:42 CST 2007, modality=CT, status=null, patientAge=054Y, institutionName=PLA General Hospital, examId=null, weight=78.0, pregnancy=null, partExamined=null, studyDescription=, createTime=Thu Dec 26 13:42:48 CST 2019, updateTime=null)
- 2019-12-26 13:42:52.853 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:23 - pacsImages == >>instanceUID 1.2.840.113619.2.55.3.2831155457.941.1187132864.28.8
- 2019-12-26 13:42:52.856 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsImagesServiceImpl:27 - pacsImages == >>pacsImage null
- 2019-12-26 13:42:52.864 [http-nio-8080-exec-10] INFO o.j.m.pacs.service.impl.PacsStudiesServiceImpl:115 - pacsImages == >>imagesId 1210073473666600961
- 2019-12-26 13:42:52.864 [http-nio-8080-exec-10] INFO o.jeecg.modules.pacs.controller.PacsFileController:114 - file:1.2.840.113619.2.55.3.2831155457.941.1187132864.28.8.dcm 上传成功|存储成功写入数据库成功
|