12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787 |
- [2024-01-26 09:51:58.196] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 09:51:58.212] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 09:51:58.212] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 09:51:58.243] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 09:51:58.243] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 09:51:59.140] [INFO ] Post-processing PropertySource instances
- [2024-01-26 09:51:59.140] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 09:51:59.140] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 09:51:59.140] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 09:51:59.140] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:51:59.140] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 09:51:59.156] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 09:51:59.156] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:51:59.156] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:51:59.156] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:51:59.156] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:51:59.192] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 09:51:59.203] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 09:51:59.251] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 09:51:59.266] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 09:51:59.266] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 09:51:59.424] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 09:51:59.440] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 09:51:59.440] [INFO ] Starting service [Tomcat]
- [2024-01-26 09:51:59.440] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 09:51:59.584] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 09:51:59.584] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 09:51:59.584] [INFO ] Root WebApplicationContext: initialization completed in 1341 ms
- [2024-01-26 09:51:59.613] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 09:51:59.613] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 09:51:59.613] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 09:51:59.613] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 09:51:59.660] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 09:51:59.785] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 09:51:59.785] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 09:51:59.959] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 09:52:00.053] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 09:52:00.131] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 09:52:00.148] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 09:52:00.148] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 09:52:00.148] [INFO ] RAMJobStore initialized.
- [2024-01-26 09:52:00.148] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 09:52:00.148] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 09:52:00.148] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 09:52:00.148] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6cbb5156
- [2024-01-26 09:52:00.195] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 09:52:00.210] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 09:52:00.210] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 09:52:00.210] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 09:52:00.210] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 09:52:00.210] [INFO ] Property Source random refreshed
- [2024-01-26 09:52:00.210] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 09:52:00.210] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 09:52:00.210] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 09:52:00.226] [INFO ] Property Source devtools refreshed
- [2024-01-26 09:52:00.226] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 09:52:00.226] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 09:52:00.226] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 09:52:00.226] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 09:52:00.226] [INFO ] Context refreshed
- [2024-01-26 09:52:00.226] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 09:52:00.242] [INFO ] Scanning for api listing references
- [2024-01-26 09:52:00.368] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 09:52:00.368] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 09:52:00.385] [INFO ] Started ItsWebServerApplication in 2.79 seconds (JVM running for 3.459)
- [2024-01-26 09:52:07.016] [INFO ] Initializing Spring DispatcherServlet 'dispatcherServlet'
- [2024-01-26 09:52:07.016] [INFO ] Initializing Servlet 'dispatcherServlet'
- [2024-01-26 09:52:07.016] [INFO ] Completed initialization in 0 ms
- [2024-01-26 09:52:10.729] [INFO ] HikariPool-1 - Starting...
- [2024-01-26 09:52:10.729] [INFO ] pool-its-web-server - Starting...
- [2024-01-26 09:52:11.065] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 09:52:11.065] [INFO ] pool-its-web-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 09:52:11.090] [INFO ] HikariPool-1 - Start completed.
- [2024-01-26 09:52:11.090] [INFO ] pool-its-web-server - Start completed.
- [2024-01-26 10:19:50.164] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:19:50.164] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 10:19:50.274] [INFO ] Graceful shutdown complete
- [2024-01-26 10:19:50.298] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 10:19:50.298] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 10:19:50.298] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:19:50.298] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 10:19:50.298] [INFO ] HikariPool-1 - Shutdown initiated...
- [2024-01-26 10:19:50.298] [INFO ] HikariPool-1 - Shutdown completed.
- [2024-01-26 10:19:50.298] [INFO ] pool-its-web-server - Shutdown initiated...
- [2024-01-26 10:19:50.306] [INFO ] pool-its-web-server - Shutdown completed.
- [2024-01-26 10:19:50.431] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:19:50.431] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:19:50.590] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:19:50.590] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:19:50.590] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:19:50.590] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.590] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:19:50.590] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:19:50.604] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:19:50.614] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:19:50.614] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:19:50.652] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:19:50.652] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:19:50.652] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:19:50.652] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:19:50.715] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:19:50.715] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:19:50.715] [INFO ] Root WebApplicationContext: initialization completed in 284 ms
- [2024-01-26 10:19:50.730] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:19:50.730] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:19:50.730] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:19:50.730] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:19:50.730] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:19:50.761] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 10:19:50.761] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:19:50.824] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 10:19:50.840] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 10:19:50.871] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 10:19:50.871] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 10:19:50.871] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 10:19:50.871] [INFO ] RAMJobStore initialized.
- [2024-01-26 10:19:50.871] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 10:19:50.871] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 10:19:50.871] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 10:19:50.871] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@78326b58
- [2024-01-26 10:19:50.890] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:19:50.890] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 10:19:50.890] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 10:19:50.890] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source random refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:19:50.890] [INFO ] Property Source devtools refreshed
- [2024-01-26 10:19:50.890] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:19:50.890] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:19:50.890] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:19:50.890] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 10:19:50.890] [INFO ] Context refreshed
- [2024-01-26 10:19:50.890] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 10:19:50.890] [INFO ] Scanning for api listing references
- [2024-01-26 10:19:50.934] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 10:19:50.934] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 10:19:50.934] [INFO ] Started ItsWebServerApplication in 0.538 seconds (JVM running for 1674.014)
- [2024-01-26 10:19:50.934] [INFO ] Condition evaluation unchanged
- [2024-01-26 10:20:32.455] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:20:32.455] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 10:20:32.566] [INFO ] Graceful shutdown complete
- [2024-01-26 10:20:32.582] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 10:20:32.582] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 10:20:32.582] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:20:32.582] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 10:20:32.708] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:20:32.708] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:20:32.849] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:20:32.849] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:20:32.849] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:20:32.849] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:32.849] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:32.865] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:20:32.865] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:20:32.865] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:20:32.865] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:20:32.865] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:20:32.912] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:20:32.912] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:20:32.912] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:20:32.912] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:20:32.959] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:20:32.959] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:20:32.959] [INFO ] Root WebApplicationContext: initialization completed in 251 ms
- [2024-01-26 10:20:32.975] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:20:32.975] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:20:32.975] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:20:32.975] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:20:32.975] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:20:33.006] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 10:20:33.006] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:20:33.053] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 10:20:33.085] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 10:20:33.101] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 10:20:33.101] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 10:20:33.101] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 10:20:33.101] [INFO ] RAMJobStore initialized.
- [2024-01-26 10:20:33.101] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 10:20:33.101] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 10:20:33.101] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 10:20:33.101] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7d078b3b
- [2024-01-26 10:20:33.116] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:20:33.116] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 10:20:33.116] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 10:20:33.116] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source random refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:20:33.116] [INFO ] Property Source devtools refreshed
- [2024-01-26 10:20:33.116] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:20:33.116] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:20:33.116] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:20:33.116] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 10:20:33.116] [INFO ] Context refreshed
- [2024-01-26 10:20:33.116] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 10:20:33.116] [INFO ] Scanning for api listing references
- [2024-01-26 10:20:33.163] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 10:20:33.163] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 10:20:33.163] [INFO ] Started ItsWebServerApplication in 0.483 seconds (JVM running for 1716.238)
- [2024-01-26 10:20:33.163] [INFO ] Condition evaluation unchanged
- [2024-01-26 10:21:09.481] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:21:09.481] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 10:21:09.610] [INFO ] Graceful shutdown complete
- [2024-01-26 10:21:09.610] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 10:21:09.610] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 10:21:09.610] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:21:09.610] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 10:21:09.765] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:21:09.766] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:21:09.907] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:21:09.907] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:21:09.907] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:21:09.907] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:09.907] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:09.922] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:21:09.922] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:21:09.922] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:21:09.922] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:21:09.922] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:21:09.969] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:21:09.969] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:21:09.969] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:21:09.969] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:21:10.016] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:21:10.016] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:21:10.016] [INFO ] Root WebApplicationContext: initialization completed in 249 ms
- [2024-01-26 10:21:10.016] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:21:10.016] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:21:10.016] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:21:10.016] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:21:10.032] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:21:10.063] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 10:21:10.063] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:21:10.104] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 10:21:10.126] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 10:21:10.142] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 10:21:10.142] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 10:21:10.142] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 10:21:10.142] [INFO ] RAMJobStore initialized.
- [2024-01-26 10:21:10.142] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 10:21:10.142] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 10:21:10.142] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 10:21:10.142] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@d8d986a
- [2024-01-26 10:21:10.157] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:21:10.157] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 10:21:10.157] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 10:21:10.157] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source random refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:21:10.157] [INFO ] Property Source devtools refreshed
- [2024-01-26 10:21:10.157] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:21:10.157] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:21:10.157] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:21:10.157] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 10:21:10.157] [INFO ] Context refreshed
- [2024-01-26 10:21:10.157] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 10:21:10.157] [INFO ] Scanning for api listing references
- [2024-01-26 10:21:10.192] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 10:21:10.192] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 10:21:10.192] [INFO ] Started ItsWebServerApplication in 0.463 seconds (JVM running for 1753.275)
- [2024-01-26 10:21:10.205] [INFO ] Condition evaluation unchanged
- [2024-01-26 10:22:51.258] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:22:51.258] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 10:22:51.374] [INFO ] Graceful shutdown complete
- [2024-01-26 10:22:51.374] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 10:22:51.374] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 10:22:51.374] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:22:51.374] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 10:22:51.507] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:22:51.507] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:22:51.640] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:22:51.640] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:22:51.640] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:22:51.640] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.640] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.656] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:22:51.656] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:22:51.656] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:22:51.656] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:22:51.656] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:22:51.710] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:22:51.710] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:22:51.710] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:22:51.710] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:22:51.741] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:22:51.756] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:22:51.756] [INFO ] Root WebApplicationContext: initialization completed in 249 ms
- [2024-01-26 10:22:51.757] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:22:51.757] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:22:51.757] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:22:51.757] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:22:51.780] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:22:51.803] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 10:22:51.803] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:22:51.854] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 10:22:51.878] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 10:22:51.891] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 10:22:51.891] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 10:22:51.891] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 10:22:51.891] [INFO ] RAMJobStore initialized.
- [2024-01-26 10:22:51.891] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 10:22:51.891] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 10:22:51.891] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 10:22:51.891] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2ae0d598
- [2024-01-26 10:22:51.912] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:22:51.914] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 10:22:51.914] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 10:22:51.914] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source random refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:22:51.914] [INFO ] Property Source devtools refreshed
- [2024-01-26 10:22:51.914] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:22:51.914] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:22:51.915] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:22:51.915] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 10:22:51.915] [INFO ] Context refreshed
- [2024-01-26 10:22:51.915] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 10:22:51.917] [INFO ] Scanning for api listing references
- [2024-01-26 10:22:51.944] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 10:22:51.944] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 10:22:51.946] [INFO ] Started ItsWebServerApplication in 0.461 seconds (JVM running for 1855.017)
- [2024-01-26 10:22:51.947] [INFO ] Condition evaluation unchanged
- [2024-01-26 10:29:05.621] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:29:05.621] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 10:29:05.772] [INFO ] Graceful shutdown complete
- [2024-01-26 10:29:05.778] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 10:29:05.778] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 10:29:05.778] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 10:29:05.778] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 10:29:05.880] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18964 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:29:05.880] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:29:06.041] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:29:06.041] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:29:06.041] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:29:06.041] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:29:06.041] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:29:06.046] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$58b7e330] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:29:06.046] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:29:06.046] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:29:06.055] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:29:06.055] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:29:06.102] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:29:06.102] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:29:06.102] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:29:06.102] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:29:06.172] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:29:06.172] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:29:06.172] [INFO ] Root WebApplicationContext: initialization completed in 289 ms
- [2024-01-26 10:29:06.188] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:29:06.188] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:29:06.204] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.its.web.mapper.its.statistics.StatisticsMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
- [2024-01-26 10:29:06.204] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:29:06.204] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:29:06.220] [ERROR]
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Parameter 0 of constructor in com.its.web.service.statistics.StatisticsService required a bean of type 'com.its.web.mapper.its.statistics.StatisticsMapper' that could not be found.
- Action:
- Consider defining a bean of type 'com.its.web.mapper.its.statistics.StatisticsMapper' in your configuration.
- [2024-01-26 10:32:34.948] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 11524 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:32:34.948] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:32:34.948] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:32:34.964] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:32:34.964] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:32:35.591] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:32:35.591] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:32:35.591] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:32:35.591] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:32:35.591] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:32:35.619] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$f9d72d95] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:32:35.635] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:32:35.698] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:32:35.698] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:32:35.698] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:32:35.864] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:32:35.870] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:32:35.871] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:32:35.871] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:32:36.007] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:32:36.010] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:32:36.011] [INFO ] Root WebApplicationContext: initialization completed in 1046 ms
- [2024-01-26 10:32:36.037] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:32:36.037] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:32:36.037] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:32:36.037] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:32:36.084] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:32:36.084] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 10:32:36.084] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 10:32:36.092] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:32:36.100] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:32:36.115] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 10:54:55.756] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:54:55.771] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 17744 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:54:55.771] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:54:55.787] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:54:55.787] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:54:56.493] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:54:56.493] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:54:56.493] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:54:56.493] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:54:56.508] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:54:56.540] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$130e6a63] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:54:56.556] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:54:56.603] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:54:56.603] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:54:56.603] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:54:56.759] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:54:56.759] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:54:56.759] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:54:56.759] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:54:56.900] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:54:56.900] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:54:56.900] [INFO ] Root WebApplicationContext: initialization completed in 1113 ms
- [2024-01-26 10:54:56.932] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:54:56.932] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:54:56.932] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:54:56.932] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:54:56.963] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:54:56.963] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 10:54:56.963] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 10:54:56.963] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:54:56.979] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:54:56.979] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 10:55:17.495] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:55:17.498] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18672 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:55:17.498] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:55:17.514] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:55:17.514] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:55:18.080] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:55:18.080] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:55:18.080] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:55:18.080] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:55:18.080] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:55:18.128] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$98255ff3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:55:18.143] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:55:18.179] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:55:18.196] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:55:18.196] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:55:18.367] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:55:18.379] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:55:18.380] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:55:18.380] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:55:18.496] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:55:18.510] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:55:18.510] [INFO ] Root WebApplicationContext: initialization completed in 996 ms
- [2024-01-26 10:55:18.541] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:55:18.541] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:55:18.541] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:55:18.541] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:55:18.572] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:55:18.572] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 10:55:18.572] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 10:55:18.572] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:55:18.588] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:55:18.604] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 10:56:11.751] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:56:11.751] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 3752 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:56:11.751] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:56:11.782] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:56:11.782] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:56:12.381] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:56:12.381] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:56:12.381] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:56:12.381] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:12.381] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:12.428] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$705bae9e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:56:12.444] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:56:12.500] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:56:12.500] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:56:12.500] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:56:12.671] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:56:12.677] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:56:12.678] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:56:12.678] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:56:12.816] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:56:12.816] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:56:12.816] [INFO ] Root WebApplicationContext: initialization completed in 1034 ms
- [2024-01-26 10:56:12.862] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:56:12.862] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:56:12.862] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:56:12.862] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:56:12.893] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:56:12.893] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 10:56:12.893] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 10:56:12.893] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:56:12.909] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:56:12.916] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 10:56:29.741] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:56:29.741] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 18368 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:56:29.741] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:56:29.772] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:56:29.772] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:56:30.419] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:56:30.419] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:56:30.419] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:56:30.419] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:30.419] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:56:30.466] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$b94aba5c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:56:30.482] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:56:30.528] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:56:30.544] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:56:30.544] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:56:30.686] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:56:30.701] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:56:30.701] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:56:30.701] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:56:30.889] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:56:30.905] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:56:30.905] [INFO ] Root WebApplicationContext: initialization completed in 1133 ms
- [2024-01-26 10:56:30.936] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:56:30.936] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:56:30.936] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:56:30.936] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:56:30.968] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:56:30.968] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 10:56:30.968] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 10:56:30.968] [INFO ] Stopping service [Tomcat]
- [2024-01-26 10:56:30.984] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 10:56:30.999] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 10:57:35.430] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 10:57:35.437] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 15564 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 10:57:35.437] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 10:57:35.452] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 10:57:35.452] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 10:57:36.008] [INFO ] Post-processing PropertySource instances
- [2024-01-26 10:57:36.008] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:57:36.008] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:57:36.008] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:36.008] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:36.033] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$98255ff3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 10:57:36.049] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 10:57:36.112] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 10:57:36.112] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 10:57:36.112] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 10:57:36.271] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 10:57:36.286] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:57:36.286] [INFO ] Starting service [Tomcat]
- [2024-01-26 10:57:36.286] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 10:57:36.412] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 10:57:36.428] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 10:57:36.428] [INFO ] Root WebApplicationContext: initialization completed in 976 ms
- [2024-01-26 10:57:36.443] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:57:36.443] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 10:57:36.459] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:57:36.459] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 10:57:36.490] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 10:57:36.569] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 10:57:36.569] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 10:57:36.757] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 10:57:36.867] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 10:57:36.961] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 10:57:36.977] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 10:57:36.977] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 10:57:36.977] [INFO ] RAMJobStore initialized.
- [2024-01-26 10:57:36.977] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 10:57:36.977] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 10:57:36.977] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 10:57:36.977] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6e77bc49
- [2024-01-26 10:57:37.024] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 10:57:37.040] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 10:57:37.040] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 10:57:37.040] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source random refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 10:57:37.040] [INFO ] Property Source devtools refreshed
- [2024-01-26 10:57:37.040] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 10:57:37.040] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 10:57:37.040] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 10:57:37.040] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 10:57:37.040] [INFO ] Context refreshed
- [2024-01-26 10:57:37.055] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 10:57:37.071] [INFO ] Scanning for api listing references
- [2024-01-26 10:57:37.196] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 10:57:37.196] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 10:57:37.196] [INFO ] Started ItsWebServerApplication in 2.058 seconds (JVM running for 2.61)
- [2024-01-26 10:57:41.798] [INFO ] Initializing Spring DispatcherServlet 'dispatcherServlet'
- [2024-01-26 10:57:41.798] [INFO ] Initializing Servlet 'dispatcherServlet'
- [2024-01-26 10:57:41.799] [INFO ] Completed initialization in 1 ms
- [2024-01-26 10:57:42.146] [INFO ] pool-its-web-server - Starting...
- [2024-01-26 10:57:42.146] [INFO ] HikariPool-1 - Starting...
- [2024-01-26 10:57:42.383] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 10:57:42.383] [INFO ] pool-its-web-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 10:57:42.407] [INFO ] HikariPool-1 - Start completed.
- [2024-01-26 10:57:42.407] [INFO ] pool-its-web-server - Start completed.
- [2024-01-26 10:57:42.457] [ERROR] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
- java.lang.NullPointerException: null
- at com.its.web.service.traffic.IntersectionService.lambda$findAllIntersection$0(IntersectionService.java:34)
- at java.util.ArrayList.forEach(ArrayList.java:1257)
- at com.its.web.service.traffic.IntersectionService.findAllIntersection(IntersectionService.java:33)
- at com.its.web.controller.traffic.IntersectionController.findAllIntersection(IntersectionController.java:30)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [2024-01-26 10:57:42.457] [ERROR] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
- java.lang.NullPointerException: null
- at com.its.web.service.traffic.TrafficService.lambda$findAllVms$1(TrafficService.java:33)
- at java.util.ArrayList.forEach(ArrayList.java:1257)
- at com.its.web.service.traffic.TrafficService.findAllVms(TrafficService.java:32)
- at com.its.web.controller.traffic.TrafficController.findAllVms(TrafficController.java:35)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [2024-01-26 11:04:14.833] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 11:04:14.833] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 11:04:14.958] [INFO ] Graceful shutdown complete
- [2024-01-26 11:04:14.958] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 11:04:14.958] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 11:04:14.958] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 11:04:14.958] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 11:04:14.958] [INFO ] HikariPool-1 - Shutdown initiated...
- [2024-01-26 11:04:14.958] [INFO ] HikariPool-1 - Shutdown completed.
- [2024-01-26 11:04:14.958] [INFO ] pool-its-web-server - Shutdown initiated...
- [2024-01-26 11:04:14.974] [INFO ] pool-its-web-server - Shutdown completed.
- [2024-01-26 11:04:15.099] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 15564 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 11:04:15.099] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 11:04:15.278] [INFO ] Post-processing PropertySource instances
- [2024-01-26 11:04:15.278] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:04:15.278] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:15.278] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:15.278] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$98255ff3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 11:04:15.278] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 11:04:15.293] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 11:04:15.293] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 11:04:15.293] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 11:04:15.340] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 11:04:15.340] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:04:15.340] [INFO ] Starting service [Tomcat]
- [2024-01-26 11:04:15.340] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 11:04:15.403] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 11:04:15.403] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 11:04:15.403] [INFO ] Root WebApplicationContext: initialization completed in 304 ms
- [2024-01-26 11:04:15.419] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:15.419] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 11:04:15.419] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:04:15.419] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 11:04:15.419] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:15.450] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 11:04:15.450] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:04:15.456] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 11:04:15.456] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\traffic\IntersectionController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 11:04:15.456] [INFO ] Stopping service [Tomcat]
- [2024-01-26 11:04:15.456] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 11:04:15.466] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\traffic\IntersectionController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 11:04:16.943] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 15564 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 11:04:16.943] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 11:04:17.178] [INFO ] Post-processing PropertySource instances
- [2024-01-26 11:04:17.178] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:04:17.178] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:17.178] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:17.178] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$98255ff3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 11:04:17.178] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 11:04:17.194] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 11:04:17.194] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 11:04:17.194] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 11:04:17.225] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 11:04:17.225] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:04:17.225] [INFO ] Starting service [Tomcat]
- [2024-01-26 11:04:17.225] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 11:04:17.288] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 11:04:17.288] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 11:04:17.288] [INFO ] Root WebApplicationContext: initialization completed in 345 ms
- [2024-01-26 11:04:17.304] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:17.304] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 11:04:17.304] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:04:17.304] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 11:04:17.319] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:17.335] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 11:04:17.335] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:04:17.335] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 11:04:17.351] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\traffic\IntersectionController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 11:04:17.351] [INFO ] Stopping service [Tomcat]
- [2024-01-26 11:04:17.351] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 11:04:17.351] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\traffic\IntersectionController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'intersectionService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\traffic\IntersectionService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intersectionMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\itcs\IntersectionMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 11:04:41.814] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 11:04:41.814] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 22900 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 11:04:41.814] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 11:04:41.845] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 11:04:41.845] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 11:04:42.395] [INFO ] Post-processing PropertySource instances
- [2024-01-26 11:04:42.395] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:04:42.395] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:42.395] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:42.395] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:04:42.427] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$2a9e2b30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 11:04:42.443] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 11:04:42.490] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 11:04:42.490] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 11:04:42.490] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 11:04:42.670] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 11:04:42.670] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:04:42.670] [INFO ] Starting service [Tomcat]
- [2024-01-26 11:04:42.670] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 11:04:42.795] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 11:04:42.811] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 11:04:42.811] [INFO ] Root WebApplicationContext: initialization completed in 966 ms
- [2024-01-26 11:04:42.827] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:42.827] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 11:04:42.827] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:04:42.827] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 11:04:42.862] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:04:42.874] [ERROR] sqlSessionFactoryBean: IOException
- [2024-01-26 11:04:42.874] [WARN ] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- [2024-01-26 11:04:42.874] [INFO ] Stopping service [Tomcat]
- [2024-01-26 11:04:42.888] [INFO ]
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [2024-01-26 11:04:42.891] [ERROR] Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsController' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\controller\statistics\StatisticsController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)
- at com.its.web.ItsWebServerApplication.main(ItsWebServerApplication.java:10)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'statisticsService' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\service\statistics\StatisticsService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
- at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'statisticsMapper' defined in file [C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes\com\its\web\mapper\its\statistics\StatisticsMapper.class]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
- PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1744)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
- ... 39 common frames omitted
- Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Property 'sqlSessionFactory' threw exception; nested exception is java.lang.NullPointerException
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:135)
- at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:79)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1740)
- ... 51 common frames omitted
- [2024-01-26 11:12:01.017] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
- [2024-01-26 11:12:01.017] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 14260 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 11:12:01.017] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 11:12:01.033] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
- [2024-01-26 11:12:01.033] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
- [2024-01-26 11:12:01.630] [INFO ] Post-processing PropertySource instances
- [2024-01-26 11:12:01.630] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:12:01.630] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:12:01.630] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:01.633] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:01.662] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$3b9c21f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 11:12:01.678] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 11:12:01.724] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 11:12:01.724] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 11:12:01.724] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 11:12:01.866] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 11:12:01.866] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:12:01.882] [INFO ] Starting service [Tomcat]
- [2024-01-26 11:12:01.882] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 11:12:02.007] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 11:12:02.007] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 11:12:02.007] [INFO ] Root WebApplicationContext: initialization completed in 974 ms
- [2024-01-26 11:12:02.039] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:12:02.039] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 11:12:02.039] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:12:02.039] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 11:12:02.070] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:12:02.165] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 11:12:02.165] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:12:02.308] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 11:12:02.386] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 11:12:02.465] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 11:12:02.480] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 11:12:02.480] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 11:12:02.480] [INFO ] RAMJobStore initialized.
- [2024-01-26 11:12:02.480] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 11:12:02.480] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 11:12:02.480] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 11:12:02.480] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3d5a1cb7
- [2024-01-26 11:12:02.527] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:12:02.534] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 11:12:02.534] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 11:12:02.534] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source random refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:12:02.534] [INFO ] Property Source devtools refreshed
- [2024-01-26 11:12:02.534] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:12:02.534] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:12:02.534] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:12:02.534] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 11:12:02.534] [INFO ] Context refreshed
- [2024-01-26 11:12:02.543] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 11:12:02.559] [INFO ] Scanning for api listing references
- [2024-01-26 11:12:02.670] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 11:12:02.670] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 11:12:02.685] [INFO ] Started ItsWebServerApplication in 1.991 seconds (JVM running for 2.544)
- [2024-01-26 11:12:06.873] [INFO ] Initializing Spring DispatcherServlet 'dispatcherServlet'
- [2024-01-26 11:12:06.874] [INFO ] Initializing Servlet 'dispatcherServlet'
- [2024-01-26 11:12:06.875] [INFO ] Completed initialization in 1 ms
- [2024-01-26 11:12:07.221] [INFO ] HikariPool-1 - Starting...
- [2024-01-26 11:12:07.221] [INFO ] pool-its-web-server - Starting...
- [2024-01-26 11:12:07.445] [INFO ] pool-its-web-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 11:12:07.445] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
- [2024-01-26 11:12:07.462] [INFO ] pool-its-web-server - Start completed.
- [2024-01-26 11:12:07.462] [INFO ] HikariPool-1 - Start completed.
- [2024-01-26 11:12:07.479] [ERROR] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
- java.lang.NullPointerException: null
- at com.its.web.service.traffic.TrafficService.lambda$findAllVms$1(TrafficService.java:33)
- at java.util.ArrayList.forEach(ArrayList.java:1257)
- at com.its.web.service.traffic.TrafficService.findAllVms(TrafficService.java:32)
- at com.its.web.controller.traffic.TrafficController.findAllVms(TrafficController.java:35)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [2024-01-26 11:12:07.479] [ERROR] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
- java.lang.NullPointerException: null
- at com.its.web.service.traffic.IntersectionService.lambda$findAllIntersection$0(IntersectionService.java:34)
- at java.util.ArrayList.forEach(ArrayList.java:1257)
- at com.its.web.service.traffic.IntersectionService.findAllIntersection(IntersectionService.java:33)
- at com.its.web.controller.traffic.IntersectionController.findAllIntersection(IntersectionController.java:30)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [2024-01-26 11:13:27.992] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 11:13:27.992] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
- [2024-01-26 11:13:28.151] [INFO ] Graceful shutdown complete
- [2024-01-26 11:13:28.151] [INFO ] Shutting down Quartz Scheduler
- [2024-01-26 11:13:28.151] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- [2024-01-26 11:13:28.151] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- [2024-01-26 11:13:28.151] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- [2024-01-26 11:13:28.151] [INFO ] HikariPool-1 - Shutdown initiated...
- [2024-01-26 11:13:28.162] [INFO ] HikariPool-1 - Shutdown completed.
- [2024-01-26 11:13:28.162] [INFO ] pool-its-web-server - Shutdown initiated...
- [2024-01-26 11:13:28.163] [INFO ] pool-its-web-server - Shutdown completed.
- [2024-01-26 11:13:28.299] [INFO ] Starting ItsWebServerApplication using Java 1.8.0_241 on HANTE_JG with PID 14260 (C:\00.PROJECT\24.01.PHITS-WEB\its-web-server\target\classes started by HANTE_JG in C:\00.PROJECT\24.01.PHITS-WEB\its-web-server)
- [2024-01-26 11:13:28.299] [INFO ] The following profiles are active: dev,itcs
- [2024-01-26 11:13:28.478] [INFO ] Post-processing PropertySource instances
- [2024-01-26 11:13:28.478] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:13:28.478] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:13:28.478] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.478] [INFO ] Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.482] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$3b9c21f5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [2024-01-26 11:13:28.483] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- [2024-01-26 11:13:28.488] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
- [2024-01-26 11:13:28.490] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
- [2024-01-26 11:13:28.490] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
- [2024-01-26 11:13:28.526] [INFO ] Tomcat initialized with port(s): 8996 (http)
- [2024-01-26 11:13:28.526] [INFO ] Initializing ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:13:28.526] [INFO ] Starting service [Tomcat]
- [2024-01-26 11:13:28.526] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
- [2024-01-26 11:13:28.574] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
- [2024-01-26 11:13:28.589] [INFO ] Initializing Spring embedded WebApplicationContext
- [2024-01-26 11:13:28.589] [INFO ] Root WebApplicationContext: initialization completed in 288 ms
- [2024-01-26 11:13:28.589] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:13:28.589] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/its/**/*.xml)
- [2024-01-26 11:13:28.589] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:13:28.589] [INFO ] DatabaseItcsConfig(mapperLocations=classpath:mybatis/mapper/itcs/**/*.xml)
- [2024-01-26 11:13:28.606] [INFO ] mapperLocations: classpath:mybatis/mapper/its/**/*.xml
- [2024-01-26 11:13:28.625] [INFO ] dataSource : HikariDataSource (null)
- [2024-01-26 11:13:28.625] [INFO ] mapperLocations: classpath:mybatis/mapper/itcs/**/*.xml
- [2024-01-26 11:13:28.669] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- [2024-01-26 11:13:28.684] [INFO ] LiveReload server is running on port 35729
- [2024-01-26 11:13:28.700] [INFO ] Using default implementation for ThreadExecutor
- [2024-01-26 11:13:28.700] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- [2024-01-26 11:13:28.700] [INFO ] Quartz Scheduler v.2.3.2 created.
- [2024-01-26 11:13:28.700] [INFO ] RAMJobStore initialized.
- [2024-01-26 11:13:28.700] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) '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.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- [2024-01-26 11:13:28.700] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- [2024-01-26 11:13:28.715] [INFO ] Quartz scheduler version: 2.3.2
- [2024-01-26 11:13:28.715] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@48300f5d
- [2024-01-26 11:13:28.725] [INFO ] Starting ProtocolHandler ["http-nio-8996"]
- [2024-01-26 11:13:28.725] [INFO ] Tomcat started on port(s): 8996 (http) with context path ''
- [2024-01-26 11:13:28.725] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
- [2024-01-26 11:13:28.725] [INFO ] Property Source systemProperties refreshed
- [2024-01-26 11:13:28.725] [INFO ] Property Source systemEnvironment refreshed
- [2024-01-26 11:13:28.725] [INFO ] Property Source random refreshed
- [2024-01-26 11:13:28.731] [INFO ] Property Source Config resource 'class path resource [application-itcs.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:13:28.731] [INFO ] Property Source Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:13:28.731] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
- [2024-01-26 11:13:28.731] [INFO ] Property Source devtools refreshed
- [2024-01-26 11:13:28.731] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
- [2024-01-26 11:13:28.731] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
- [2024-01-26 11:13:28.731] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
- [2024-01-26 11:13:28.731] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
- [2024-01-26 11:13:28.731] [INFO ] Context refreshed
- [2024-01-26 11:13:28.731] [INFO ] Found 1 custom documentation plugin(s)
- [2024-01-26 11:13:28.731] [INFO ] Scanning for api listing references
- [2024-01-26 11:13:28.763] [INFO ] Starting Quartz Scheduler now
- [2024-01-26 11:13:28.763] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
- [2024-01-26 11:13:28.778] [INFO ] Started ItsWebServerApplication in 0.524 seconds (JVM running for 88.635)
- [2024-01-26 11:13:28.778] [INFO ] Condition evaluation unchanged
|