1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312 |
- [INFO ] [2024-12-12 14:29:59] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 8.0.1.Final
- [INFO ] [2024-12-12 14:29:59] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 17.0.13 with PID 33888 (E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia\application-webadmin\target\classes started by huangwenwen in E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia)
- [INFO ] [2024-12-12 14:29:59] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
- [INFO ] [2024-12-12 14:30:08] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode
- [INFO ] [2024-12-12 14:30:08] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2024-12-12 14:30:08] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces.
- [INFO ] [2024-12-12 14:30:08] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.serbia.common.core.config.CommonWebMvcConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/10.1.16]
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2024-12-12 14:30:09] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 10356 ms
- [ERROR] [2024-12-12 14:30:10] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2024-12-12 14:30:10] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
- [INFO ] [2024-12-12 14:30:10] T:[] S:[] U:[] [redisson-netty-2-10] ==> 5 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:30:10] T:[] S:[] U:[] [redisson-netty-2-14] ==> 1 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:30:16] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
- [INFO ] [2024-12-12 14:30:21] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
- [INFO ] [2024-12-12 14:30:26] T:[] S:[] U:[] [main] ==> {dataSource-3,application-webadmin} inited
- [INFO ] [2024-12-12 14:30:32] T:[] S:[] U:[] [main] ==> {dataSource-4,application-webadmin} inited
- [INFO ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> {dataSource-5,application-webadmin} inited
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserPost".
- [WARN ] [2024-12-12 14:30:37] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserRole".
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryDataPerm".
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryDataPerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryRole".
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.online.model.OnlineColumnRule".
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> class com.serbia.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.flow.model.FlowTaskExt".
- [WARN ] [2024-12-12 14:30:38] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:30:39] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.report.model.ReportTenantDataset".
- [WARN ] [2024-12-12 14:30:39] T:[] S:[] U:[] [main] ==> class com.serbia.common.report.model.ReportTenantDataset ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2024-12-12 14:30:43] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:30:43] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> Found 3 Engine Configurators in total:
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:30:44] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Found 1 Engine Configurators in total:
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> INFO: An older version of the XSD is specified in one or more changelog's <databaseChangeLog> header. This can lead to unexpected outcomes. If a specific XSD is not required, please replace all XSD version references with "-latest". Learn more at https://docs.liquibase.com
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Reading from serbia.FLW_EV_DATABASECHANGELOG
- [INFO ] [2024-12-12 14:30:45] T:[] S:[] U:[] [main] ==> Changelog query completed.
- [INFO ] [2024-12-12 14:30:46] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2024-12-12 14:30:46] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:30:46] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2024-12-12 14:30:46] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2024-12-12 14:30:46] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [INFO ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:30:53|2024-12-12 14:30:53|||0|
- [WARN ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> [OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- [INFO ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> OkHttp cost 37 ms to apply http request
- [WARN ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- [ERROR] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|headBucket||||2024-12-12 14:30:53|2024-12-12 14:30:53|||-1|
- [INFO ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> 2024-12-12 14:30:53 343|com.obs.services.AbstractClient|init|81|Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:30:53|2024-12-12 14:30:53|||0|
- 2024-12-12 14:30:53 344|com.obs.services.AbstractClient|init|100|[OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- 2024-12-12 14:30:53 413|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 37 ms to apply http request
- 2024-12-12 14:30:53 413|com.obs.services.internal.RestStorageService|handleThrowable|220|Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- 2024-12-12 14:30:53 416|com.obs.services.AbstractClient|doActionWithResult|413|Storage|1|HTTP+XML|headBucket||||2024-12-12 14:30:53|2024-12-12 14:30:53|||-1|
- [WARN ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- [INFO ] [2024-12-12 14:30:53] T:[] S:[] U:[] [main] ==> {dataSource-5} closing ...
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-5} closed
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-4} closing ...
- [ERROR] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-4} closed
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-3} closing ...
- [ERROR] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-3} closed
- [INFO ] [2024-12-12 14:30:54] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
- [ERROR] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
- [INFO ] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
- [ERROR] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
- [INFO ] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
- [INFO ] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==>
- Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
- [ERROR] [2024-12-12 14:30:55] T:[] S:[] U:[] [main] ==> Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:771)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:751)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:492)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1416)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:597)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:950)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:801)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:545)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:768)
- ... 20 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:654)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:642)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:910)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
- ... 33 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:171)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)
- ... 47 common frames omitted
- Caused by: com.obs.services.exception.ObsException: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at com.obs.services.internal.utils.ServiceUtils.changeFromServiceException(ServiceUtils.java:540)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:403)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:259)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:247)
- at com.serbia.common.huaweicloud.obs.config.HuaweicloudObsAutoConfiguration.obsClient(HuaweicloudObsAutoConfiguration.java:30)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:139)
- ... 48 common frames omitted
- Caused by: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
- at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:933)
- at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
- at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
- at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1532)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1384)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
- at shade.okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
- at com.obs.services.internal.utils.RestUtils.lambda$initHttpClientBuilder$1(RestUtils.java:368)
- at shade.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169)
- at shade.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131)
- at shade.okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73)
- at shade.okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205)
- at shade.okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
- at shade.okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
- at shade.okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
- at shade.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
- at shade.okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
- at com.obs.services.internal.RestStorageService.executeRequest(RestStorageService.java:577)
- at com.obs.services.internal.RestStorageService.tryRequest(RestStorageService.java:460)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:376)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:369)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:262)
- at com.obs.services.internal.RestStorageService.performRequestWithoutSignature(RestStorageService.java:257)
- at com.obs.services.internal.RestStorageService.performRestForApiVersion(RestStorageService.java:1014)
- at com.obs.services.internal.service.AbstractRequestConvertor.getAuthTypeNegotiationResponseImpl(AbstractRequestConvertor.java:356)
- at com.obs.services.internal.service.AbstractRequestConvertor.parseAuthTypeInResponse(AbstractRequestConvertor.java:339)
- at com.obs.services.internal.service.AbstractRequestConvertor.getApiVersion(AbstractRequestConvertor.java:310)
- at com.obs.services.AbstractBucketClient.access$2500(AbstractBucketClient.java:63)
- at com.obs.services.AbstractBucketClient$5.authTypeNegotiate(AbstractBucketClient.java:272)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:391)
- ... 56 common frames omitted
- [INFO ] [2024-12-12 14:31:10] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 8.0.1.Final
- [INFO ] [2024-12-12 14:31:10] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 17.0.13 with PID 12956 (E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia\application-webadmin\target\classes started by huangwenwen in E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia)
- [INFO ] [2024-12-12 14:31:10] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
- [INFO ] [2024-12-12 14:31:12] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode
- [INFO ] [2024-12-12 14:31:12] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2024-12-12 14:31:12] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 31 ms. Found 0 Redis repository interfaces.
- [INFO ] [2024-12-12 14:31:13] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.serbia.common.core.config.CommonWebMvcConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/10.1.16]
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 3508 ms
- [ERROR] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2024-12-12 14:31:14] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
- [INFO ] [2024-12-12 14:31:15] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:31:15] T:[] S:[] U:[] [redisson-netty-2-12] ==> 5 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:31:43] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
- [INFO ] [2024-12-12 14:31:49] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
- [INFO ] [2024-12-12 14:31:54] T:[] S:[] U:[] [main] ==> {dataSource-3,application-webadmin} inited
- [INFO ] [2024-12-12 14:31:59] T:[] S:[] U:[] [main] ==> {dataSource-4,application-webadmin} inited
- [INFO ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> {dataSource-5,application-webadmin} inited
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserPost".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserRole".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryDataPerm".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryDataPerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryRole".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.online.model.OnlineColumnRule".
- [WARN ] [2024-12-12 14:32:04] T:[] S:[] U:[] [main] ==> class com.serbia.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:05] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.flow.model.FlowTaskExt".
- [WARN ] [2024-12-12 14:32:05] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:32:05] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.report.model.ReportTenantDataset".
- [WARN ] [2024-12-12 14:32:05] T:[] S:[] U:[] [main] ==> class com.serbia.common.report.model.ReportTenantDataset ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> Found 3 Engine Configurators in total:
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:32:09] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Found 1 Engine Configurators in total:
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:10] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> INFO: An older version of the XSD is specified in one or more changelog's <databaseChangeLog> header. This can lead to unexpected outcomes. If a specific XSD is not required, please replace all XSD version references with "-latest". Learn more at https://docs.liquibase.com
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> Reading from serbia.FLW_EV_DATABASECHANGELOG
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> Changelog query completed.
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:32:11] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2024-12-12 14:32:12] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2024-12-12 14:32:12] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [INFO ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:32:16|2024-12-12 14:32:16|||0|
- [WARN ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> [OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- [INFO ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> OkHttp cost 34 ms to apply http request
- [WARN ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- [ERROR] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|headBucket||||2024-12-12 14:32:16|2024-12-12 14:32:16|||-1|
- [INFO ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> 2024-12-12 14:32:16 717|com.obs.services.AbstractClient|init|81|Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:32:16|2024-12-12 14:32:16|||0|
- 2024-12-12 14:32:16 717|com.obs.services.AbstractClient|init|100|[OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- 2024-12-12 14:32:16 770|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 34 ms to apply http request
- 2024-12-12 14:32:16 770|com.obs.services.internal.RestStorageService|handleThrowable|220|Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- 2024-12-12 14:32:16 770|com.obs.services.AbstractClient|doActionWithResult|413|Storage|1|HTTP+XML|headBucket||||2024-12-12 14:32:16|2024-12-12 14:32:16|||-1|
- [WARN ] [2024-12-12 14:32:16] T:[] S:[] U:[] [main] ==> Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- [INFO ] [2024-12-12 14:32:17] T:[] S:[] U:[] [main] ==> {dataSource-5} closing ...
- [INFO ] [2024-12-12 14:32:17] T:[] S:[] U:[] [main] ==> {dataSource-5} closed
- [INFO ] [2024-12-12 14:32:17] T:[] S:[] U:[] [main] ==> {dataSource-4} closing ...
- [ERROR] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> {dataSource-4} closed
- [INFO ] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> {dataSource-3} closing ...
- [ERROR] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> {dataSource-3} closed
- [INFO ] [2024-12-12 14:32:18] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
- [ERROR] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
- [INFO ] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
- [ERROR] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
- [INFO ] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
- [INFO ] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==>
- Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
- [ERROR] [2024-12-12 14:32:19] T:[] S:[] U:[] [main] ==> Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:771)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:751)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:492)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1416)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:597)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:950)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:801)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:545)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:768)
- ... 20 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:654)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:642)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:910)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
- ... 33 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:171)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)
- ... 47 common frames omitted
- Caused by: com.obs.services.exception.ObsException: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at com.obs.services.internal.utils.ServiceUtils.changeFromServiceException(ServiceUtils.java:540)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:403)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:259)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:247)
- at com.serbia.common.huaweicloud.obs.config.HuaweicloudObsAutoConfiguration.obsClient(HuaweicloudObsAutoConfiguration.java:30)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:139)
- ... 48 common frames omitted
- Caused by: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
- at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:933)
- at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
- at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
- at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1532)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1384)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
- at shade.okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
- at com.obs.services.internal.utils.RestUtils.lambda$initHttpClientBuilder$1(RestUtils.java:368)
- at shade.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169)
- at shade.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131)
- at shade.okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73)
- at shade.okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205)
- at shade.okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
- at shade.okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
- at shade.okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
- at shade.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
- at shade.okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
- at com.obs.services.internal.RestStorageService.executeRequest(RestStorageService.java:577)
- at com.obs.services.internal.RestStorageService.tryRequest(RestStorageService.java:460)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:376)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:369)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:262)
- at com.obs.services.internal.RestStorageService.performRequestWithoutSignature(RestStorageService.java:257)
- at com.obs.services.internal.RestStorageService.performRestForApiVersion(RestStorageService.java:1014)
- at com.obs.services.internal.service.AbstractRequestConvertor.getAuthTypeNegotiationResponseImpl(AbstractRequestConvertor.java:356)
- at com.obs.services.internal.service.AbstractRequestConvertor.parseAuthTypeInResponse(AbstractRequestConvertor.java:339)
- at com.obs.services.internal.service.AbstractRequestConvertor.getApiVersion(AbstractRequestConvertor.java:310)
- at com.obs.services.AbstractBucketClient.access$2500(AbstractBucketClient.java:63)
- at com.obs.services.AbstractBucketClient$5.authTypeNegotiate(AbstractBucketClient.java:272)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:391)
- ... 56 common frames omitted
- [INFO ] [2024-12-12 14:34:31] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 8.0.1.Final
- [INFO ] [2024-12-12 14:34:32] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 17.0.13 with PID 13244 (E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia\application-webadmin\target\classes started by huangwenwen in E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia)
- [INFO ] [2024-12-12 14:34:32] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
- [INFO ] [2024-12-12 14:34:34] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode
- [INFO ] [2024-12-12 14:34:34] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2024-12-12 14:34:34] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
- [INFO ] [2024-12-12 14:34:34] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.serbia.common.core.config.CommonWebMvcConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/10.1.16]
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2024-12-12 14:34:35] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 3459 ms
- [ERROR] [2024-12-12 14:34:36] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2024-12-12 14:34:36] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
- [INFO ] [2024-12-12 14:34:36] T:[] S:[] U:[] [redisson-netty-2-12] ==> 5 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:34:36] T:[] S:[] U:[] [redisson-netty-2-13] ==> 1 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:34:42] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
- [INFO ] [2024-12-12 14:34:47] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
- [INFO ] [2024-12-12 14:34:52] T:[] S:[] U:[] [main] ==> {dataSource-3,application-webadmin} inited
- [INFO ] [2024-12-12 14:34:57] T:[] S:[] U:[] [main] ==> {dataSource-4,application-webadmin} inited
- [INFO ] [2024-12-12 14:35:02] T:[] S:[] U:[] [main] ==> {dataSource-5,application-webadmin} inited
- [WARN ] [2024-12-12 14:35:02] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2024-12-12 14:35:02] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserPost".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserRole".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryDataPerm".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryDataPerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryRole".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.online.model.OnlineColumnRule".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.flow.model.FlowTaskExt".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.report.model.ReportTenantDataset".
- [WARN ] [2024-12-12 14:35:03] T:[] S:[] U:[] [main] ==> class com.serbia.common.report.model.ReportTenantDataset ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2024-12-12 14:35:07] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:35:07] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> Found 3 Engine Configurators in total:
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:35:08] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Found 1 Engine Configurators in total:
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> INFO: An older version of the XSD is specified in one or more changelog's <databaseChangeLog> header. This can lead to unexpected outcomes. If a specific XSD is not required, please replace all XSD version references with "-latest". Learn more at https://docs.liquibase.com
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Reading from serbia.FLW_EV_DATABASECHANGELOG
- [INFO ] [2024-12-12 14:35:09] T:[] S:[] U:[] [main] ==> Changelog query completed.
- [INFO ] [2024-12-12 14:35:10] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2024-12-12 14:35:10] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:35:10] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2024-12-12 14:35:10] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2024-12-12 14:35:10] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:35:14|2024-12-12 14:35:15|||0|
- [WARN ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> [OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> OkHttp cost 34 ms to apply http request
- [WARN ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- [ERROR] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|headBucket||||2024-12-12 14:35:15|2024-12-12 14:35:15|||-1|
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> 2024-12-12 14:35:15 025|com.obs.services.AbstractClient|init|81|Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:35:14|2024-12-12 14:35:15|||0|
- 2024-12-12 14:35:15 025|com.obs.services.AbstractClient|init|100|[OBS SDK Version=3.23.9];[Endpoint=https://your-endpoint:443/];[Access Mode=Virtul Hosting]
- 2024-12-12 14:35:15 082|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 34 ms to apply http request
- 2024-12-12 14:35:15 082|com.obs.services.internal.RestStorageService|handleThrowable|220|Request failed, Response code: -1; Request ID: null; Request path: https://your-bucketname.your-endpoint/?apiversion
- 2024-12-12 14:35:15 083|com.obs.services.AbstractClient|doActionWithResult|413|Storage|1|HTTP+XML|headBucket||||2024-12-12 14:35:15|2024-12-12 14:35:15|||-1|
- [WARN ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> {dataSource-5} closing ...
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> {dataSource-5} closed
- [INFO ] [2024-12-12 14:35:15] T:[] S:[] U:[] [main] ==> {dataSource-4} closing ...
- [ERROR] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> {dataSource-4} closed
- [INFO ] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> {dataSource-3} closing ...
- [ERROR] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> {dataSource-3} closed
- [INFO ] [2024-12-12 14:35:16] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
- [ERROR] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
- [INFO ] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
- [ERROR] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> unregister mbean error
- javax.management.InstanceNotFoundException: com.alibaba.druid:type=DruidDataSource,id=application-webadmin
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1088)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423)
- at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411)
- at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:547)
- at com.alibaba.druid.stat.DruidDataSourceStatManager.removeDataSource(DruidDataSourceStatManager.java:191)
- at com.alibaba.druid.pool.DruidDataSource$2.run(DruidDataSource.java:2237)
- at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
- at com.alibaba.druid.pool.DruidDataSource.unregisterMbean(DruidDataSource.java:2234)
- at com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:2191)
- at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:221)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1189)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1182)
- at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1118)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:629)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- [INFO ] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
- [INFO ] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
- [INFO ] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==>
- Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
- [ERROR] [2024-12-12 14:35:17] T:[] S:[] U:[] [main] ==> Application run failed
- org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsUpDownloader': Unsatisfied dependency expressed through field 'huaweicloudObsTemplate': Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:771)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:751)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:492)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1416)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:597)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:950)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:616)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:738)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:440)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
- at com.serbia.webadmin.WebAdminApplication.main(WebAdminApplication.java:21)
- Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'huaweicloudObsTemplate' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Unsatisfied dependency expressed through method 'huaweicloudObsTemplate' parameter 1: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:801)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:545)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:768)
- ... 20 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsClient' defined in class path resource [com/serbia/common/huaweicloud/obs/config/HuaweicloudObsAutoConfiguration.class]: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:654)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:642)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337)
- at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:910)
- at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
- ... 33 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.obs.services.ObsClient]: Factory method 'obsClient' threw exception with message: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:171)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)
- ... 47 common frames omitted
- Caused by: com.obs.services.exception.ObsException: OBS service Error Message. Request Error: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at com.obs.services.internal.utils.ServiceUtils.changeFromServiceException(ServiceUtils.java:540)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:403)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:259)
- at com.obs.services.AbstractBucketClient.headBucket(AbstractBucketClient.java:247)
- at com.serbia.common.huaweicloud.obs.config.HuaweicloudObsAutoConfiguration.obsClient(HuaweicloudObsAutoConfiguration.java:30)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:139)
- ... 48 common frames omitted
- Caused by: java.net.UnknownHostException: 不知道这样的主机。 (your-bucketname.your-endpoint)
- at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
- at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:933)
- at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
- at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
- at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1532)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1384)
- at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
- at shade.okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
- at com.obs.services.internal.utils.RestUtils.lambda$initHttpClientBuilder$1(RestUtils.java:368)
- at shade.okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:169)
- at shade.okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:131)
- at shade.okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:73)
- at shade.okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205)
- at shade.okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
- at shade.okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
- at shade.okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
- at shade.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
- at shade.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
- at shade.okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
- at shade.okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
- at com.obs.services.internal.RestStorageService.executeRequest(RestStorageService.java:577)
- at com.obs.services.internal.RestStorageService.tryRequest(RestStorageService.java:460)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:376)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:369)
- at com.obs.services.internal.RestStorageService.performRequest(RestStorageService.java:262)
- at com.obs.services.internal.RestStorageService.performRequestWithoutSignature(RestStorageService.java:257)
- at com.obs.services.internal.RestStorageService.performRestForApiVersion(RestStorageService.java:1014)
- at com.obs.services.internal.service.AbstractRequestConvertor.getAuthTypeNegotiationResponseImpl(AbstractRequestConvertor.java:356)
- at com.obs.services.internal.service.AbstractRequestConvertor.parseAuthTypeInResponse(AbstractRequestConvertor.java:339)
- at com.obs.services.internal.service.AbstractRequestConvertor.getApiVersion(AbstractRequestConvertor.java:310)
- at com.obs.services.AbstractBucketClient.access$2500(AbstractBucketClient.java:63)
- at com.obs.services.AbstractBucketClient$5.authTypeNegotiate(AbstractBucketClient.java:272)
- at com.obs.services.AbstractClient.doActionWithResult(AbstractClient.java:391)
- ... 56 common frames omitted
- [INFO ] [2024-12-12 14:44:26] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 8.0.1.Final
- [INFO ] [2024-12-12 14:44:27] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 17.0.13 with PID 13704 (E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia\application-webadmin\target\classes started by huangwenwen in E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia)
- [INFO ] [2024-12-12 14:44:27] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
- [INFO ] [2024-12-12 14:44:29] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode
- [INFO ] [2024-12-12 14:44:29] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2024-12-12 14:44:29] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces.
- [INFO ] [2024-12-12 14:44:30] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.serbia.common.core.config.CommonWebMvcConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/10.1.16]
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 4115 ms
- [ERROR] [2024-12-12 14:44:31] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2024-12-12 14:44:32] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
- [INFO ] [2024-12-12 14:44:32] T:[] S:[] U:[] [redisson-netty-2-14] ==> 1 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:44:32] T:[] S:[] U:[] [redisson-netty-2-9] ==> 5 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 14:44:38] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
- [INFO ] [2024-12-12 14:44:43] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
- [INFO ] [2024-12-12 14:44:48] T:[] S:[] U:[] [main] ==> {dataSource-3,application-webadmin} inited
- [INFO ] [2024-12-12 14:44:53] T:[] S:[] U:[] [main] ==> {dataSource-4,application-webadmin} inited
- [INFO ] [2024-12-12 14:44:58] T:[] S:[] U:[] [main] ==> {dataSource-5,application-webadmin} inited
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserPost".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserRole".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryDataPerm".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryDataPerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryRole".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.online.model.OnlineColumnRule".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.flow.model.FlowTaskExt".
- [WARN ] [2024-12-12 14:44:59] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 14:45:00] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.report.model.ReportTenantDataset".
- [WARN ] [2024-12-12 14:45:00] T:[] S:[] U:[] [main] ==> class com.serbia.common.report.model.ReportTenantDataset ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> Found 3 Engine Configurators in total:
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:45:04] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Found 1 Engine Configurators in total:
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:05] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> INFO: An older version of the XSD is specified in one or more changelog's <databaseChangeLog> header. This can lead to unexpected outcomes. If a specific XSD is not required, please replace all XSD version references with "-latest". Learn more at https://docs.liquibase.com
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> Reading from serbia.FLW_EV_DATABASECHANGELOG
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> Changelog query completed.
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 14:45:06] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2024-12-12 14:45:07] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2024-12-12 14:45:07] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [INFO ] [2024-12-12 14:45:12] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:45:12|2024-12-12 14:45:12|||0|
- [WARN ] [2024-12-12 14:45:12] T:[] S:[] U:[] [main] ==> [OBS SDK Version=3.23.9];[Endpoint=https://obs.cn-north-4.myhuaweicloud.com:443/];[Access Mode=Virtul Hosting]
- [INFO ] [2024-12-12 14:45:12] T:[] S:[] U:[] [main] ==> internet host address:[v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.4, v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.7]
- [INFO ] [2024-12-12 14:45:12] T:[] S:[] U:[] [main] ==> OkHttp cost 416 ms to apply http request
- [INFO ] [2024-12-12 14:45:12] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|performRequest||||2024-12-12 14:45:12|2024-12-12 14:45:12||[responseCode: 200][request-id: 00000193B99D4703B089E08266A2C650]|0|
- [INFO ] [2024-12-12 14:45:13] T:[] S:[] U:[] [main] ==> OkHttp cost 406 ms to apply http request
- [INFO ] [2024-12-12 14:45:13] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|performRequest||||2024-12-12 14:45:12|2024-12-12 14:45:13||[responseCode: 200][request-id: 00000193B99D477FB089E08266A2C653]|0|
- [INFO ] [2024-12-12 14:45:13] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|headBucket||||2024-12-12 14:45:12|2024-12-12 14:45:13|||0|
- [INFO ] [2024-12-12 14:45:13] T:[] S:[] U:[] [main] ==> ObsClient [headBucket] cost 865 ms
- [INFO ] [2024-12-12 14:45:13] T:[] S:[] U:[] [main] ==> 2024-12-12 14:45:12 468|com.obs.services.AbstractClient|init|81|Storage|1|HTTP+XML|ObsClient||||2024-12-12 14:45:12|2024-12-12 14:45:12|||0|
- 2024-12-12 14:45:12 468|com.obs.services.AbstractClient|init|100|[OBS SDK Version=3.23.9];[Endpoint=https://obs.cn-north-4.myhuaweicloud.com:443/];[Access Mode=Virtul Hosting]
- 2024-12-12 14:45:12 559|com.obs.services.internal.utils.RestUtils|lambda$initHttpClientBuilder$1|369|internet host address:[v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.4, v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.7]
- 2024-12-12 14:45:12 909|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 416 ms to apply http request
- 2024-12-12 14:45:12 920|com.obs.services.internal.RestStorageService|performRequest|385|Storage|1|HTTP+XML|performRequest||||2024-12-12 14:45:12|2024-12-12 14:45:12||[responseCode: 200][request-id: 00000193B99D4703B089E08266A2C650]|0|
- 2024-12-12 14:45:13 332|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 406 ms to apply http request
- 2024-12-12 14:45:13 333|com.obs.services.internal.RestStorageService|performRequest|385|Storage|1|HTTP+XML|performRequest||||2024-12-12 14:45:12|2024-12-12 14:45:13||[responseCode: 200][request-id: 00000193B99D477FB089E08266A2C653]|0|
- 2024-12-12 14:45:13 333|com.obs.services.AbstractClient|doActionWithResult|397|Storage|1|HTTP+XML|headBucket||||2024-12-12 14:45:12|2024-12-12 14:45:13|||0|
- 2024-12-12 14:45:13 333|com.obs.services.AbstractClient|doActionWithResult|398|ObsClient [headBucket] cost 865 ms
- [INFO ] [2024-12-12 14:45:16] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8082 (http) with context path ''
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 50.916 seconds (process running for 51.633)
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Initializing Servlet 'dispatcherServlet'
- [INFO ] [2024-12-12 14:45:17] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Completed initialization in 2 ms
- [DEBUG] [2024-12-12 14:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 14:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 14:50:00.024(Timestamp)
- [DEBUG] [2024-12-12 14:50:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [INFO ] [2024-12-12 16:07:12] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 8.0.1.Final
- [INFO ] [2024-12-12 16:07:12] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 17.0.13 with PID 35372 (E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia\application-webadmin\target\classes started by huangwenwen in E:\MagicalJourney\Projects\serbia\code\admin-project\Serbia)
- [INFO ] [2024-12-12 16:07:12] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "dev"
- [INFO ] [2024-12-12 16:07:18] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode
- [INFO ] [2024-12-12 16:07:18] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2024-12-12 16:07:18] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 45 ms. Found 0 Redis repository interfaces.
- [INFO ] [2024-12-12 16:07:19] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.serbia.common.core.config.CommonWebMvcConfig$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8082 (http)
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/10.1.16]
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2024-12-12 16:07:21] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 8534 ms
- [ERROR] [2024-12-12 16:07:22] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2024-12-12 16:07:22] T:[] S:[] U:[] [main] ==> Redisson 3.15.4
- [INFO ] [2024-12-12 16:07:23] T:[] S:[] U:[] [redisson-netty-2-14] ==> 1 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 16:07:23] T:[] S:[] U:[] [redisson-netty-2-10] ==> 5 connections initialized for localhost/127.0.0.1:6379
- [INFO ] [2024-12-12 16:07:29] T:[] S:[] U:[] [main] ==> {dataSource-1,application-webadmin} inited
- [INFO ] [2024-12-12 16:07:35] T:[] S:[] U:[] [main] ==> {dataSource-2,application-webadmin} inited
- [INFO ] [2024-12-12 16:07:41] T:[] S:[] U:[] [main] ==> {dataSource-3,application-webadmin} inited
- [INFO ] [2024-12-12 16:07:47] T:[] S:[] U:[] [main] ==> {dataSource-4,application-webadmin} inited
- [INFO ] [2024-12-12 16:07:53] T:[] S:[] U:[] [main] ==> {dataSource-5,application-webadmin} inited
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserPost".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.webadmin.upms.model.SysUserRole".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryDataPerm".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryDataPerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.mobile.model.MobileEntryRole".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.common.mobile.model.MobileEntryRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.online.model.OnlineColumnRule".
- [WARN ] [2024-12-12 16:07:54] T:[] S:[] U:[] [main] ==> class com.serbia.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.flow.model.FlowTaskExt".
- [WARN ] [2024-12-12 16:07:56] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2024-12-12 16:07:57] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.serbia.common.report.model.ReportTenantDataset".
- [WARN ] [2024-12-12 16:07:57] T:[] S:[] U:[] [main] ==> class com.serbia.common.report.model.ReportTenantDataset ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2024-12-12 16:08:06] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 16:08:06] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> Found 3 Engine Configurators in total:
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:07] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 16:08:08] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Found 1 auto-discoverable Process Engine Configurator
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Found 1 Engine Configurators in total:
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:09] T:[] S:[] U:[] [main] ==> Executing configure() of class com.serbia.common.flow.config.CustomEngineConfigurator (priority:0)
- [INFO ] [2024-12-12 16:08:10] T:[] S:[] U:[] [main] ==> INFO: An older version of the XSD is specified in one or more changelog's <databaseChangeLog> header. This can lead to unexpected outcomes. If a specific XSD is not required, please replace all XSD version references with "-latest". Learn more at https://docs.liquibase.com
- [INFO ] [2024-12-12 16:08:10] T:[] S:[] U:[] [main] ==> Reading from serbia.FLW_EV_DATABASECHANGELOG
- [INFO ] [2024-12-12 16:08:10] T:[] S:[] U:[] [main] ==> Changelog query completed.
- [INFO ] [2024-12-12 16:08:10] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2024-12-12 16:08:10] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2024-12-12 16:08:11] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2024-12-12 16:08:11] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2024-12-12 16:08:11] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [INFO ] [2024-12-12 16:08:23] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|ObsClient||||2024-12-12 16:08:23|2024-12-12 16:08:23|||0|
- [WARN ] [2024-12-12 16:08:23] T:[] S:[] U:[] [main] ==> [OBS SDK Version=3.23.9];[Endpoint=https://obs.cn-north-4.myhuaweicloud.com:443/];[Access Mode=Virtul Hosting]
- [INFO ] [2024-12-12 16:08:23] T:[] S:[] U:[] [main] ==> internet host address:[v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.4, v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.7]
- [INFO ] [2024-12-12 16:08:23] T:[] S:[] U:[] [main] ==> OkHttp cost 575 ms to apply http request
- [INFO ] [2024-12-12 16:08:23] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|performRequest||||2024-12-12 16:08:23|2024-12-12 16:08:23||[responseCode: 200][request-id: 00000193B9E96CD3B0C97439831F35DF]|0|
- [INFO ] [2024-12-12 16:08:24] T:[] S:[] U:[] [main] ==> OkHttp cost 256 ms to apply http request
- [INFO ] [2024-12-12 16:08:24] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|performRequest||||2024-12-12 16:08:23|2024-12-12 16:08:24||[responseCode: 200][request-id: 00000193B9E96DDFB0C97439831F35E0]|0|
- [INFO ] [2024-12-12 16:08:24] T:[] S:[] U:[] [main] ==> Storage|1|HTTP+XML|headBucket||||2024-12-12 16:08:23|2024-12-12 16:08:24|||0|
- [INFO ] [2024-12-12 16:08:24] T:[] S:[] U:[] [main] ==> ObsClient [headBucket] cost 899 ms
- [INFO ] [2024-12-12 16:08:24] T:[] S:[] U:[] [main] ==> 2024-12-12 16:08:23 201|com.obs.services.AbstractClient|init|81|Storage|1|HTTP+XML|ObsClient||||2024-12-12 16:08:23|2024-12-12 16:08:23|||0|
- 2024-12-12 16:08:23 202|com.obs.services.AbstractClient|init|100|[OBS SDK Version=3.23.9];[Endpoint=https://obs.cn-north-4.myhuaweicloud.com:443/];[Access Mode=Virtul Hosting]
- 2024-12-12 16:08:23 317|com.obs.services.internal.utils.RestUtils|lambda$initHttpClientBuilder$1|369|internet host address:[v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.4, v-xiaoyaotravel.obs.cn-north-4.myhuaweicloud.com/122.9.24.7]
- 2024-12-12 16:08:23 823|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 575 ms to apply http request
- 2024-12-12 16:08:23 837|com.obs.services.internal.RestStorageService|performRequest|385|Storage|1|HTTP+XML|performRequest||||2024-12-12 16:08:23|2024-12-12 16:08:23||[responseCode: 200][request-id: 00000193B9E96CD3B0C97439831F35DF]|0|
- 2024-12-12 16:08:24 099|com.obs.services.internal.RestStorageService|executeRequest|600|OkHttp cost 256 ms to apply http request
- 2024-12-12 16:08:24 101|com.obs.services.internal.RestStorageService|performRequest|385|Storage|1|HTTP+XML|performRequest||||2024-12-12 16:08:23|2024-12-12 16:08:24||[responseCode: 200][request-id: 00000193B9E96DDFB0C97439831F35E0]|0|
- 2024-12-12 16:08:24 101|com.obs.services.AbstractClient|doActionWithResult|397|Storage|1|HTTP+XML|headBucket||||2024-12-12 16:08:23|2024-12-12 16:08:24|||0|
- 2024-12-12 16:08:24 101|com.obs.services.AbstractClient|doActionWithResult|398|ObsClient [headBucket] cost 899 ms
- [INFO ] [2024-12-12 16:08:29] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [INFO ] [2024-12-12 16:08:29] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8082"]
- [INFO ] [2024-12-12 16:08:29] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8082 (http) with context path ''
- [INFO ] [2024-12-12 16:08:30] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 78.568 seconds (process running for 80.258)
- [INFO ] [2024-12-12 16:08:30] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
- [INFO ] [2024-12-12 16:08:30] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Initializing Servlet 'dispatcherServlet'
- [INFO ] [2024-12-12 16:08:30] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.44] ==> Completed initialization in 2 ms
- [DEBUG] [2024-12-12 16:10:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:10:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:10:00.044(Timestamp)
- [DEBUG] [2024-12-12 16:10:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [INFO ] [2024-12-12 16:10:10] T:[] S:[] U:[] [http-nio-8082-exec-1] ==> 小程序获取手机号code:15998957074
- [WARN ] [2024-12-12 16:10:12] T:[] S:[] U:[] [http-nio-8082-exec-1] ==>
- 【请求地址】: https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=87_dQ1JsSC-LAFomKO66l0HOyludJj1tfkOVuzz4UGGCZU8PBt5zDdth_6_ko1T7fm_ST3NEDZDjKZ0i0ZxKxvKpaDFr6o5I8a5zv-_n2ayvu10JhkmWa9AkCne9l0LTQfAIAXFC
- 【请求参数】:{"code":"15998957074"}
- 【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code hint: [EHFFYi5Rf-NWjIQa] rid: 675a9a63-69883ea6-668b4ce5"}
- [ERROR] [2024-12-12 16:10:12] T:[] S:[] U:[] [http-nio-8082-exec-1] ==> Unhandled exception from URL [/wechat/login/doLoginByWxMini]
- me.chanjar.weixin.common.error.WxErrorException: 错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code hint: [EHFFYi5Rf-NWjIQa] rid: 675a9a63-69883ea6-668b4ce5"}
- at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.executeInternal(BaseWxMaServiceImpl.java:327)
- at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.execute(BaseWxMaServiceImpl.java:253)
- at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.post(BaseWxMaServiceImpl.java:227)
- at cn.binarywang.wx.miniapp.api.impl.WxMaUserServiceImpl.getPhoneNoInfo(WxMaUserServiceImpl.java:69)
- at com.serbia.webadmin.wechat.LoginToWechatController.doLoginByWxMini(LoginToWechatController.java:91)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.serbia.common.datafilter.aop.DisableDataFilterAspect.around(DisableDataFilterAspect.java:37)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)
- at com.serbia.webadmin.wechat.LoginToWechatController$$SpringCGLIB$$0.doLoginByWxMini(<generated>)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- 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:118)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
- at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
- at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at cn.dev33.satoken.filter.SaPathCheckFilterForJakartaServlet.doFilter(SaPathCheckFilterForJakartaServlet.java:55)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:340)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
- 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.base/java.lang.Thread.run(Thread.java:842)
- Caused by: me.chanjar.weixin.common.error.WxErrorException: 错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code hint: [EHFFYi5Rf-NWjIQa] rid: 675a9a63-69883ea6-668b4ce5"}
- at me.chanjar.weixin.common.util.http.SimplePostRequestExecutor.handleResponse(SimplePostRequestExecutor.java:57)
- at me.chanjar.weixin.common.util.http.apache.ApacheSimplePostRequestExecutor.execute(ApacheSimplePostRequestExecutor.java:44)
- at me.chanjar.weixin.common.util.http.apache.ApacheSimplePostRequestExecutor.execute(ApacheSimplePostRequestExecutor.java:23)
- at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.executeInternal(BaseWxMaServiceImpl.java:299)
- ... 93 common frames omitted
- [DEBUG] [2024-12-12 16:15:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:15:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:15:00.011(Timestamp)
- [DEBUG] [2024-12-12 16:15:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:20:54] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:20:54] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:20:53.681(Timestamp)
- [DEBUG] [2024-12-12 16:20:54] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:25:24] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:25:24] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:25:23.758(Timestamp)
- [DEBUG] [2024-12-12 16:25:24] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:30:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:30:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:30:00.001(Timestamp)
- [DEBUG] [2024-12-12 16:30:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:35:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:35:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:35:00.005(Timestamp)
- [DEBUG] [2024-12-12 16:35:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:40:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:40:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:40:00.002(Timestamp)
- [DEBUG] [2024-12-12 16:40:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:45:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:45:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:45:00.013(Timestamp)
- [DEBUG] [2024-12-12 16:45:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:50:00.014(Timestamp)
- [DEBUG] [2024-12-12 16:50:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 16:55:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 16:55:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 16:55:00.012(Timestamp)
- [DEBUG] [2024-12-12 16:55:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:00:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:00:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:00:00.015(Timestamp)
- [DEBUG] [2024-12-12 17:00:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:05:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:05:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:05:00.017(Timestamp)
- [DEBUG] [2024-12-12 17:05:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:10:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:10:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:10:00.009(Timestamp)
- [DEBUG] [2024-12-12 17:10:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:15:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:15:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:15:00.011(Timestamp)
- [DEBUG] [2024-12-12 17:15:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:20:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:20:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:20:00.002(Timestamp)
- [DEBUG] [2024-12-12 17:20:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:25:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:25:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:25:00.012(Timestamp)
- [DEBUG] [2024-12-12 17:25:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:30:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:30:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:30:00.017(Timestamp)
- [DEBUG] [2024-12-12 17:30:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:35:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:35:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:35:00.008(Timestamp)
- [DEBUG] [2024-12-12 17:35:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:40:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:40:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:40:00.012(Timestamp)
- [DEBUG] [2024-12-12 17:40:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:45:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:45:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:45:00.01(Timestamp)
- [DEBUG] [2024-12-12 17:45:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:50:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:50:00.014(Timestamp)
- [DEBUG] [2024-12-12 17:50:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
- [DEBUG] [2024-12-12 17:55:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Preparing: SELECT id,process_definition_id,process_instance_id,task_key,task_id,timeout_hours,handle_way,default_assignee,error_message,status,exec_time,create_time,update_time FROM zz_flow_task_timeout_job WHERE (status = ? AND exec_time <= ?)
- [DEBUG] [2024-12-12 17:55:00] T:[] S:[] U:[] [scheduling-1] ==> ==> Parameters: 0(Integer), 2024-12-12 17:55:00.017(Timestamp)
- [DEBUG] [2024-12-12 17:55:00] T:[] S:[] U:[] [scheduling-1] ==> <== Total: 0
|