From 24578110b0fd999cc3388e6b56e9bd930f14bdd3 Mon Sep 17 00:00:00 2001 From: DB <2502523450@qq.com> Date: Fri, 15 Dec 2023 18:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BF=83=E5=AD=A6=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/cpop/generator/CpopGenerator.java | 6 +- .../jambox/business/bo/EasyLearnPageBo.java | 50 + .../controller/EasyLearnController.java | 89 + .../EasyLearnOrderDetailController.java | 106 -- .../EasyLearnOrderExtendController.java | 106 -- .../controller/EasyLearnOrdreController.java | 106 -- .../jambox/business/dto/EasyLearnPageDto.java | 71 + ...asyLearnOrdre.java => EasyLearnOrder.java} | 4 +- ...eMapper.java => EasyLearnOrderMapper.java} | 4 +- .../service/EasyLearnOrderService.java | 38 + .../service/EasyLearnOrdreService.java | 14 - .../impl/EasyLearnOrderServiceImpl.java | 303 ++++ .../impl/EasyLearnOrdreServiceImpl.java | 18 - .../jambox/business/vo/EasyLearnPageVo.java | 79 + ...dreMapper.xml => EasyLearnOrderMapper.xml} | 2 +- .../com/cpop/mall/web/CpopWxPayTests.java | 8 + .../Cpop-Oam-info-20231214.log.2023-12-14 | 1563 +++++++++++++++++ .../com/cpop/oam/web/CpopImportTests.java | 17 +- .../service/impl/StoreSignServiceImpl.java | 18 +- pom.xml | 2 +- 20 files changed, 2224 insertions(+), 380 deletions(-) create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/bo/EasyLearnPageBo.java create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnController.java delete mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderDetailController.java delete mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderExtendController.java delete mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrdreController.java create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/dto/EasyLearnPageDto.java rename Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/{EasyLearnOrdre.java => EasyLearnOrder.java} (93%) rename Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/{EasyLearnOrdreMapper.java => EasyLearnOrderMapper.java} (57%) create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrderService.java delete mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrdreService.java create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrderServiceImpl.java delete mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrdreServiceImpl.java create mode 100644 Cpop-Jambox/src/main/java/com/cpop/jambox/business/vo/EasyLearnPageVo.java rename Cpop-Jambox/src/main/resources/mapper/{EasyLearnOrdreMapper.xml => EasyLearnOrderMapper.xml} (70%) create mode 100644 Cpop-Oam/Cpop-Oam-Web/logs/Cpop-Oam-info-20231214.log.2023-12-14 diff --git a/Cpop-Generator/src/main/java/com/cpop/generator/CpopGenerator.java b/Cpop-Generator/src/main/java/com/cpop/generator/CpopGenerator.java index 6c41aff..58040d6 100644 --- a/Cpop-Generator/src/main/java/com/cpop/generator/CpopGenerator.java +++ b/Cpop-Generator/src/main/java/com/cpop/generator/CpopGenerator.java @@ -40,17 +40,17 @@ public class CpopGenerator { /** * 输出路径 */ - private static final String EXPORT_URL = "/Cpop-Oam"; + private static final String EXPORT_URL = "/Cpop-Jambox"; /** * 模块 */ - private static final String EXPORT_ITEM = "oam"; + private static final String EXPORT_ITEM = "jambox"; /** * 表前缀 */ - private static final String TABLE_PREFIX = "cp_oam_"; + private static final String TABLE_PREFIX = "cp_j_"; /** * 主入口 diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/bo/EasyLearnPageBo.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/bo/EasyLearnPageBo.java new file mode 100644 index 0000000..261d559 --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/bo/EasyLearnPageBo.java @@ -0,0 +1,50 @@ +package com.cpop.jambox.business.bo; + +import com.fasterxml.jackson.annotation.JsonFormat; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.experimental.Accessors; + +import javax.validation.constraints.NotBlank; +import javax.validation.constraints.NotNull; +import java.time.LocalDate; +import java.time.LocalDateTime; +import java.util.List; + +/** + * @author DB + * @version 1.0.0 + * @since 2023-12-15 9:26 + */ +@Data +@Accessors(chain = true) +@ApiModel(value = "EasyLearnPageBo对象", description = "放心学分页查询参数") +public class EasyLearnPageBo { + + /** + * 开始与结束时间 + */ + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8") + @ApiModelProperty(value = "开始与结束时间") + private List startAndEnd; + + /** + * 顾问 + */ + @ApiModelProperty(value = "顾问") + private String staffName; + + /** + * 品牌与校区模糊查询 + */ + @ApiModelProperty(value = "品牌与校区模糊查询") + private String brandOrStore; + + /** + * 订单类型(0:先学后付;1:月付;2:微信支付;3:数币支付;4:机构会员) + */ + @NotNull(message = "类型不能为空") + @ApiModelProperty(value = "类型(0:先学后付;1:月付;2:微信支付;3:数币支付;4:机构会员)",required = true) + private Integer orderType; +} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnController.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnController.java new file mode 100644 index 0000000..14ada5d --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnController.java @@ -0,0 +1,89 @@ +package com.cpop.jambox.business.controller; + +import com.alibaba.excel.EasyExcel; +import com.cpop.core.base.R; +import com.cpop.jambox.business.bo.EasyLearnPageBo; +import com.cpop.jambox.business.dto.EasyLearnPageDto; +import com.cpop.jambox.business.service.EasyLearnOrderService; +import com.cpop.jambox.business.vo.EasyLearnPageVo; +import com.mybatisflex.core.paginate.Page; +import io.swagger.annotations.ApiOperation; +import io.swagger.annotations.ApiParam; +import org.springframework.validation.annotation.Validated; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.RestController; +import io.swagger.annotations.Api; + +import javax.servlet.http.HttpServletResponse; +import java.io.IOException; +import java.net.URLEncoder; + +/** + * 果酱-放心学订单表 控制层。 + * + * @author DB + * @since 2023-12-14 + */ +@RestController +@Api(tags = "果酱-放心学订单表接口") +@RequestMapping("/easyLearn") +public class EasyLearnController { + + @Autowired + private EasyLearnOrderService easyLearnOrderService; + + + /** + * 获取放心学分页 + * @author DB + * @since 2023/12/15 + * @param bo 查询参数 + * @return R> + */ + @ApiOperation("查询放心学分页") + @GetMapping("/getEasyLearnPage") + public R> getEasyLearnPage(@Validated EasyLearnPageBo bo) { + Page page = easyLearnOrderService.getEasyLearnPage(bo); + return R.ok(page); + } + + /** + * 导出放心学数据 + * @author DB + * @since 2023/12/15 + * @param response 响应 + * @param bo 请求参数 + */ + @GetMapping("/getEasyLearnXml") + @ApiOperation("导出放心学数据") + public void getEasyLearnXml(HttpServletResponse response, @ApiParam("分页查询条件") @Validated EasyLearnPageBo bo) throws IOException { + // 这里注意 有同学反应使用swagger 会导致各种问题,请直接用浏览器或者用postman + response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); + response.setCharacterEncoding("utf-8"); + // 这里URLEncoder.encode可以防止中文乱码 当然和easyExcel没有关系 + String fileFullName = "放心学"; + switch (bo.getOrderType()) { + case 0: + fileFullName = fileFullName + " 先学后付-次付 "; + break; + case 1: + fileFullName = fileFullName + " 先学后付-月付 "; + break; + case 2: + fileFullName = fileFullName + " 微信支付 "; + break; + case 3: + fileFullName = fileFullName + " 数字人民币 "; + break; + case 4: + fileFullName = fileFullName + " 机构会员 "; + break; + default: + } + String fileName = URLEncoder.encode(fileFullName + "数据", "UTF-8").replaceAll("\\+", "%20"); + response.setHeader("Content-disposition", "attachment;filename*=utf-8''" + fileName + ".xlsx"); + EasyExcel.write(response.getOutputStream(), EasyLearnPageDto.class).sheet("记录").doWrite(easyLearnOrderService.getEasyLearnXml(bo)); + } +} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderDetailController.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderDetailController.java deleted file mode 100644 index eabaa95..0000000 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderDetailController.java +++ /dev/null @@ -1,106 +0,0 @@ -package com.cpop.jambox.business.controller; - -import com.mybatisflex.core.paginate.Page; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.beans.factory.annotation.Autowired; -import com.cpop.jambox.business.entity.EasyLearnOrderDetail; -import com.cpop.jambox.business.service.EasyLearnOrderDetailService; -import org.springframework.web.bind.annotation.RestController; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import java.io.Serializable; -import java.util.List; - -/** - * 果酱-放心学订单详情表 控制层。 - * - * @author DB - * @since 2023-12-14 - */ -@RestController -@Api(tags = "果酱-放心学订单详情表接口") -@RequestMapping("/easyLearnOrderDetail") -public class EasyLearnOrderDetailController { - - @Autowired - private EasyLearnOrderDetailService easyLearnOrderDetailService; - - /** - * 添加果酱-放心学订单详情表。 - * - * @param easyLearnOrderDetail 果酱-放心学订单详情表 - * @return {@code true} 添加成功,{@code false} 添加失败 - */ - @PostMapping("/save") - @ApiOperation("保存果酱-放心学订单详情表") - public boolean save(@RequestBody @ApiParam("果酱-放心学订单详情表") EasyLearnOrderDetail easyLearnOrderDetail) { - return easyLearnOrderDetailService.save(easyLearnOrderDetail); - } - - /** - * 根据主键删除果酱-放心学订单详情表。 - * - * @param id 主键 - * @return {@code true} 删除成功,{@code false} 删除失败 - */ - @DeleteMapping("/remove/{id}") - @ApiOperation("根据主键果酱-放心学订单详情表") - public boolean remove(@PathVariable @ApiParam("果酱-放心学订单详情表主键") Serializable id) { - return easyLearnOrderDetailService.removeById(id); - } - - /** - * 根据主键更新果酱-放心学订单详情表。 - * - * @param easyLearnOrderDetail 果酱-放心学订单详情表 - * @return {@code true} 更新成功,{@code false} 更新失败 - */ - @PutMapping("/update") - @ApiOperation("根据主键更新果酱-放心学订单详情表") - public boolean update(@RequestBody @ApiParam("果酱-放心学订单详情表主键") EasyLearnOrderDetail easyLearnOrderDetail) { - return easyLearnOrderDetailService.updateById(easyLearnOrderDetail); - } - - /** - * 查询所有果酱-放心学订单详情表。 - * - * @return 所有数据 - */ - @GetMapping("/list") - @ApiOperation("查询所有果酱-放心学订单详情表") - public List list() { - return easyLearnOrderDetailService.list(); - } - - /** - * 根据果酱-放心学订单详情表主键获取详细信息。 - * - * @param id 果酱-放心学订单详情表主键 - * @return 果酱-放心学订单详情表详情 - */ - @GetMapping("/getInfo/{id}") - @ApiOperation("根据主键获取果酱-放心学订单详情表") - public EasyLearnOrderDetail getInfo(@PathVariable @ApiParam("果酱-放心学订单详情表主键") Serializable id) { - return easyLearnOrderDetailService.getById(id); - } - - /** - * 分页查询果酱-放心学订单详情表。 - * - * @param page 分页对象 - * @return 分页对象 - */ - @GetMapping("/page") - @ApiOperation("分页查询果酱-放心学订单详情表") - public Page page(@ApiParam("分页信息") Page page) { - return easyLearnOrderDetailService.page(page); - } - -} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderExtendController.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderExtendController.java deleted file mode 100644 index 675cf39..0000000 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrderExtendController.java +++ /dev/null @@ -1,106 +0,0 @@ -package com.cpop.jambox.business.controller; - -import com.mybatisflex.core.paginate.Page; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.beans.factory.annotation.Autowired; -import com.cpop.jambox.business.entity.EasyLearnOrderExtend; -import com.cpop.jambox.business.service.EasyLearnOrderExtendService; -import org.springframework.web.bind.annotation.RestController; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import java.io.Serializable; -import java.util.List; - -/** - * 果酱-放心学-订单拓展 控制层。 - * - * @author DB - * @since 2023-12-14 - */ -@RestController -@Api(tags = "果酱-放心学-订单拓展接口") -@RequestMapping("/easyLearnOrderExtend") -public class EasyLearnOrderExtendController { - - @Autowired - private EasyLearnOrderExtendService easyLearnOrderExtendService; - - /** - * 添加果酱-放心学-订单拓展。 - * - * @param easyLearnOrderExtend 果酱-放心学-订单拓展 - * @return {@code true} 添加成功,{@code false} 添加失败 - */ - @PostMapping("/save") - @ApiOperation("保存果酱-放心学-订单拓展") - public boolean save(@RequestBody @ApiParam("果酱-放心学-订单拓展") EasyLearnOrderExtend easyLearnOrderExtend) { - return easyLearnOrderExtendService.save(easyLearnOrderExtend); - } - - /** - * 根据主键删除果酱-放心学-订单拓展。 - * - * @param id 主键 - * @return {@code true} 删除成功,{@code false} 删除失败 - */ - @DeleteMapping("/remove/{id}") - @ApiOperation("根据主键果酱-放心学-订单拓展") - public boolean remove(@PathVariable @ApiParam("果酱-放心学-订单拓展主键") Serializable id) { - return easyLearnOrderExtendService.removeById(id); - } - - /** - * 根据主键更新果酱-放心学-订单拓展。 - * - * @param easyLearnOrderExtend 果酱-放心学-订单拓展 - * @return {@code true} 更新成功,{@code false} 更新失败 - */ - @PutMapping("/update") - @ApiOperation("根据主键更新果酱-放心学-订单拓展") - public boolean update(@RequestBody @ApiParam("果酱-放心学-订单拓展主键") EasyLearnOrderExtend easyLearnOrderExtend) { - return easyLearnOrderExtendService.updateById(easyLearnOrderExtend); - } - - /** - * 查询所有果酱-放心学-订单拓展。 - * - * @return 所有数据 - */ - @GetMapping("/list") - @ApiOperation("查询所有果酱-放心学-订单拓展") - public List list() { - return easyLearnOrderExtendService.list(); - } - - /** - * 根据果酱-放心学-订单拓展主键获取详细信息。 - * - * @param id 果酱-放心学-订单拓展主键 - * @return 果酱-放心学-订单拓展详情 - */ - @GetMapping("/getInfo/{id}") - @ApiOperation("根据主键获取果酱-放心学-订单拓展") - public EasyLearnOrderExtend getInfo(@PathVariable @ApiParam("果酱-放心学-订单拓展主键") Serializable id) { - return easyLearnOrderExtendService.getById(id); - } - - /** - * 分页查询果酱-放心学-订单拓展。 - * - * @param page 分页对象 - * @return 分页对象 - */ - @GetMapping("/page") - @ApiOperation("分页查询果酱-放心学-订单拓展") - public Page page(@ApiParam("分页信息") Page page) { - return easyLearnOrderExtendService.page(page); - } - -} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrdreController.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrdreController.java deleted file mode 100644 index 5aa24d1..0000000 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/controller/EasyLearnOrdreController.java +++ /dev/null @@ -1,106 +0,0 @@ -package com.cpop.jambox.business.controller; - -import com.mybatisflex.core.paginate.Page; -import org.springframework.web.bind.annotation.DeleteMapping; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.PathVariable; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.PutMapping; -import org.springframework.web.bind.annotation.RequestBody; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.beans.factory.annotation.Autowired; -import com.cpop.jambox.business.entity.EasyLearnOrdre; -import com.cpop.jambox.business.service.EasyLearnOrdreService; -import org.springframework.web.bind.annotation.RestController; -import io.swagger.annotations.Api; -import io.swagger.annotations.ApiOperation; -import io.swagger.annotations.ApiParam; -import java.io.Serializable; -import java.util.List; - -/** - * 果酱-放心学订单表 控制层。 - * - * @author DB - * @since 2023-12-14 - */ -@RestController -@Api(tags = "果酱-放心学订单表接口") -@RequestMapping("/easyLearnOrdre") -public class EasyLearnOrdreController { - - @Autowired - private EasyLearnOrdreService easyLearnOrdreService; - - /** - * 添加果酱-放心学订单表。 - * - * @param easyLearnOrdre 果酱-放心学订单表 - * @return {@code true} 添加成功,{@code false} 添加失败 - */ - @PostMapping("/save") - @ApiOperation("保存果酱-放心学订单表") - public boolean save(@RequestBody @ApiParam("果酱-放心学订单表") EasyLearnOrdre easyLearnOrdre) { - return easyLearnOrdreService.save(easyLearnOrdre); - } - - /** - * 根据主键删除果酱-放心学订单表。 - * - * @param id 主键 - * @return {@code true} 删除成功,{@code false} 删除失败 - */ - @DeleteMapping("/remove/{id}") - @ApiOperation("根据主键果酱-放心学订单表") - public boolean remove(@PathVariable @ApiParam("果酱-放心学订单表主键") Serializable id) { - return easyLearnOrdreService.removeById(id); - } - - /** - * 根据主键更新果酱-放心学订单表。 - * - * @param easyLearnOrdre 果酱-放心学订单表 - * @return {@code true} 更新成功,{@code false} 更新失败 - */ - @PutMapping("/update") - @ApiOperation("根据主键更新果酱-放心学订单表") - public boolean update(@RequestBody @ApiParam("果酱-放心学订单表主键") EasyLearnOrdre easyLearnOrdre) { - return easyLearnOrdreService.updateById(easyLearnOrdre); - } - - /** - * 查询所有果酱-放心学订单表。 - * - * @return 所有数据 - */ - @GetMapping("/list") - @ApiOperation("查询所有果酱-放心学订单表") - public List list() { - return easyLearnOrdreService.list(); - } - - /** - * 根据果酱-放心学订单表主键获取详细信息。 - * - * @param id 果酱-放心学订单表主键 - * @return 果酱-放心学订单表详情 - */ - @GetMapping("/getInfo/{id}") - @ApiOperation("根据主键获取果酱-放心学订单表") - public EasyLearnOrdre getInfo(@PathVariable @ApiParam("果酱-放心学订单表主键") Serializable id) { - return easyLearnOrdreService.getById(id); - } - - /** - * 分页查询果酱-放心学订单表。 - * - * @param page 分页对象 - * @return 分页对象 - */ - @GetMapping("/page") - @ApiOperation("分页查询果酱-放心学订单表") - public Page page(@ApiParam("分页信息") Page page) { - return easyLearnOrdreService.page(page); - } - -} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/dto/EasyLearnPageDto.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/dto/EasyLearnPageDto.java new file mode 100644 index 0000000..bd78a32 --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/dto/EasyLearnPageDto.java @@ -0,0 +1,71 @@ +package com.cpop.jambox.business.dto; + +import com.alibaba.excel.annotation.ExcelProperty; +import lombok.Data; +import org.springframework.format.annotation.DateTimeFormat; + +import java.math.BigDecimal; +import java.time.LocalDateTime; + +/** + * @author DB + * @version 1.0.0 + * @since 2023-12-15 16:14 + */ +@Data +public class EasyLearnPageDto { + + /** + * 品牌名 + */ + @ExcelProperty(value = "品牌") + private String brandName; + /** + * 校区名 + */ + @ExcelProperty(value = "校区") + private String storeName; + /** + * 客户名 + */ + @ExcelProperty(value = "学员姓名") + private String customerName; + /** + * 客户电话 + */ + @ExcelProperty(value = "学员电话") + private String customerPhone; + /** + * 课卡名 + */ + @ExcelProperty(value = "课卡名") + private String productName; + /** + * 期数 + */ + @ExcelProperty(value = "期数") + private Long periodNumber; + /** + * 签约金额 + */ + @ExcelProperty(value = "签约金额") + private BigDecimal totalAmount; + /** + * 支付金额 + */ + @ExcelProperty(value = "已付金额") + private BigDecimal totalPayAmount; + + /** + * 顾问 + */ + @ExcelProperty(value = "顾问") + private String staffName; + /** + * 签约时间 + */ + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @ExcelProperty(value = "签约时间") + private LocalDateTime createTime; + +} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrdre.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrder.java similarity index 93% rename from Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrdre.java rename to Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrder.java index 5dc7c0b..b813de9 100644 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrdre.java +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/entity/EasyLearnOrder.java @@ -26,8 +26,8 @@ import lombok.experimental.Accessors; @NoArgsConstructor @AllArgsConstructor @Accessors(chain = true) -@Table(value = "cp_j_easy_learn_ordre", onInsert = BaseInsertListener.class, onUpdate = BaseUpdateListener.class, mapperGenerateEnable = false) -public class EasyLearnOrdre extends BaseEntity implements Serializable { +@Table(value = "cp_j_easy_learn_order", onInsert = BaseInsertListener.class, onUpdate = BaseUpdateListener.class, mapperGenerateEnable = false) +public class EasyLearnOrder extends BaseEntity implements Serializable { /** * 主键 diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrdreMapper.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrderMapper.java similarity index 57% rename from Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrdreMapper.java rename to Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrderMapper.java index 25830dc..11f75b8 100644 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrdreMapper.java +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/mapper/EasyLearnOrderMapper.java @@ -1,7 +1,7 @@ package com.cpop.jambox.business.mapper; +import com.cpop.jambox.business.entity.EasyLearnOrder; import com.mybatisflex.core.BaseMapper; -import com.cpop.jambox.business.entity.EasyLearnOrdre; /** * 果酱-放心学订单表 映射层。 @@ -9,6 +9,6 @@ import com.cpop.jambox.business.entity.EasyLearnOrdre; * @author DB * @since 2023-12-14 */ -public interface EasyLearnOrdreMapper extends BaseMapper { +public interface EasyLearnOrderMapper extends BaseMapper { } diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrderService.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrderService.java new file mode 100644 index 0000000..b22a60f --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrderService.java @@ -0,0 +1,38 @@ +package com.cpop.jambox.business.service; + +import com.cpop.jambox.business.bo.EasyLearnPageBo; +import com.cpop.jambox.business.dto.EasyLearnPageDto; +import com.cpop.jambox.business.entity.EasyLearnOrder; +import com.cpop.jambox.business.vo.EasyLearnPageVo; +import com.mybatisflex.core.paginate.Page; +import com.mybatisflex.core.service.IService; + +import java.util.Collection; +import java.util.List; + +/** + * 果酱-放心学订单表 服务层。 + * + * @author DB + * @since 2023-12-14 + */ +public interface EasyLearnOrderService extends IService { + + /** + * 获取放心学分页 + * @author DB + * @since 2023/12/15 + * @param bo 查询参数 + * @return Page + */ + Page getEasyLearnPage(EasyLearnPageBo bo); + + /** + * 导出放心学数据 + * @author DB + * @since 2023/12/15 + * @param bo 请求参数 + * @return List + */ + List getEasyLearnXml(EasyLearnPageBo bo); +} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrdreService.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrdreService.java deleted file mode 100644 index c242de8..0000000 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/EasyLearnOrdreService.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.cpop.jambox.business.service; - -import com.mybatisflex.core.service.IService; -import com.cpop.jambox.business.entity.EasyLearnOrdre; - -/** - * 果酱-放心学订单表 服务层。 - * - * @author DB - * @since 2023-12-14 - */ -public interface EasyLearnOrdreService extends IService { - -} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrderServiceImpl.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrderServiceImpl.java new file mode 100644 index 0000000..d754a4e --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrderServiceImpl.java @@ -0,0 +1,303 @@ +package com.cpop.jambox.business.service.impl; + +import com.cpop.common.utils.StringUtils; +import com.cpop.core.base.entity.PageDomain; +import com.cpop.core.utils.sql.SqlUtils; +import com.cpop.jambox.business.bo.EasyLearnPageBo; +import com.cpop.jambox.business.dto.EasyLearnPageDto; +import com.cpop.jambox.business.entity.EasyLearnOrder; +import com.cpop.jambox.business.mapper.EasyLearnOrderMapper; +import com.cpop.jambox.business.service.EasyLearnOrderService; +import com.cpop.jambox.business.vo.EasyLearnPageVo; +import com.mybatisflex.core.FlexGlobalConfig; +import com.mybatisflex.core.datasource.DataSourceKey; +import com.mybatisflex.core.datasource.FlexDataSource; +import com.mybatisflex.core.paginate.Page; +import com.mybatisflex.core.query.QueryWrapper; +import com.mybatisflex.core.row.Db; +import com.mybatisflex.core.row.DbChain; +import com.mybatisflex.core.row.Row; +import com.mybatisflex.core.row.RowUtil; +import com.mybatisflex.spring.service.impl.ServiceImpl; +import com.zaxxer.hikari.HikariDataSource; +import org.apache.poi.util.StringUtil; +import org.springframework.stereotype.Service; + +import java.util.ArrayList; +import java.util.List; + +import static com.mybatisflex.core.query.QueryMethods.column; +import static com.mybatisflex.core.query.QueryMethods.distinct; + +/** + * 果酱-放心学订单表 服务层实现。 + * + * @author DB + * @since 2023-12-14 + */ +@Service("easyLearnOrderService") +public class EasyLearnOrderServiceImpl extends ServiceImpl implements EasyLearnOrderService { + + /** + * 获取放心学分页 + * @author DB + * @since 2023/12/15 + * @param bo 查询参数 + * @return Page + */ + @Override + public Page getEasyLearnPage(EasyLearnPageBo bo) { + //TODO: 后续数据录入后,应该查询新版中的数据 + return getOldEasyLearnPage(bo); + } + + /** + * 导出放心学数据 + * @author DB + * @since 2023/12/15 + * @param bo 请求参数 + * @return List + */ + @Override + public List getEasyLearnXml(EasyLearnPageBo bo) { + //TODO: 后续数据录入后,应该查询新版中的数据 + return getOldEasyLearnXml(bo); + } + + /** + * 获取旧数据 + * @author DB + * @since 2023/12/15 + * @param bo 请求参数 + * @return List + */ + private List getOldEasyLearnXml(EasyLearnPageBo bo) { + //TODO: 暂时不处理顾问 + try { + getJamboxProdDataSource(); + switch (bo.getOrderType()) { + // 先学后付 + case 0: + try { + DataSourceKey.use("jamboxProd"); + return RowUtil.toEntityList(Db.selectListByQuery(getLearnNowPayLaterData(false, bo)), EasyLearnPageDto.class); + } finally { + DataSourceKey.clear(); + } + case 1: + try { + DataSourceKey.use("jamboxProd"); + return RowUtil.toEntityList(Db.selectListByQuery(getLearnNowPayLaterData(true, bo)), EasyLearnPageDto.class); + } finally { + DataSourceKey.clear(); + } + case 2: + return new ArrayList(); + // 数币分页 + case 3: + try { + DataSourceKey.use("jamboxProd"); + return RowUtil.toEntityList(Db.selectListByQuery(getEcppData(bo)), EasyLearnPageDto.class); + } finally { + DataSourceKey.clear(); + } + case 4: + try { + //使用旧库 + DataSourceKey.use("jamboxProd"); + return RowUtil.toEntityList(Db.selectListByQuery( getMemberData(bo)), EasyLearnPageDto.class); + } finally { + DataSourceKey.clear(); + } + default: + return null; + } + } finally { + removeJamboxProdDataSource(); + } + } + + /** + * 获取旧数据分页 + * @author DB + * @since 2023/12/15 + * @param bo 请求参数 + * @return Page + */ + private Page getOldEasyLearnPage(EasyLearnPageBo bo) { + //TODO: 暂时不处理顾问 + try { + getJamboxProdDataSource(); + PageDomain pageDomain = SqlUtils.getInstance().getPageDomain(); + Page page = Page.of(pageDomain.getPageNum(), pageDomain.getPageSize()); + page.setOptimizeCountQuery(false); + switch (bo.getOrderType()) { + // 先学后付 + case 0: + try { + DataSourceKey.use("jamboxProd"); + return Db.paginate("j_commodity_ticket", page, getLearnNowPayLaterData(false, bo)).map(item -> item.toEntity(EasyLearnPageVo.class)); + } finally { + DataSourceKey.clear(); + } + case 1: + try { + DataSourceKey.use("jamboxProd"); + return Db.paginate("j_commodity_ticket", page, getLearnNowPayLaterData(true, bo)).map(item -> item.toEntity(EasyLearnPageVo.class)); + } finally { + DataSourceKey.clear(); + } + case 2: + return Page.of(1, 10, 0); + // 数币分页 + case 3: + try { + DataSourceKey.use("jamboxProd"); + return Db.paginate("j_commodity_ticket", page, getEcppData(bo)).map(item -> item.toEntity(EasyLearnPageVo.class)); + } finally { + DataSourceKey.clear(); + } + case 4: + try { + //使用旧库 + DataSourceKey.use("jamboxProd"); + return Db.paginate("j_commodity_ticket", page, getMemberData(bo)).map(item -> item.toEntity(EasyLearnPageVo.class)); + } finally { + DataSourceKey.clear(); + } + default: + return null; + } + } finally { + removeJamboxProdDataSource(); + } + } + + private QueryWrapper getMemberData(EasyLearnPageBo bo) { + QueryWrapper queryWrapper = QueryWrapper.create(); + queryWrapper + //查询品牌校区 + .select("tbi.name as brandName") + .select("jmt.ticket_id as id", "jmt.wx_order_id as outOrderNo", "jmt.name as customerName", "jmt.price as totalAmount", "jmt.price as totalPayAmount", "jmt.phone as customerPhone", "jmt.creation_time as createTime") + .from("j_membership_ticket").as("jmt") + //品牌 + .leftJoin("t_brand_info").as("tbi").on("tbi.id = jmt.brand_id") + .where("jmt.deleted = 1") + .and("jmt.pay_status = 'PAY'") + .groupBy("jmt.ticket_id") + .orderBy("jmt.creation_time desc"); + //开始时间结束时间 + if (bo.getStartAndEnd() != null) { + queryWrapper.and("jmt.creation_time between ? and ?", bo.getStartAndEnd().get(0), bo.getStartAndEnd().get(1)); + } + //品牌校区模糊查询 + if (StringUtils.isNotBlank(bo.getBrandOrStore())){ + queryWrapper.and("tbi.name like ?", "%" + bo.getBrandOrStore() + "%"); + } + return queryWrapper; + + } + + + /** + * 获取数币数据 + * @author DB + * @since 2023/12/15 + * @return Page + */ + private QueryWrapper getEcppData(EasyLearnPageBo bo) { + QueryWrapper queryWrapper = QueryWrapper.create(); + queryWrapper + //查询品牌校区 + .select("tbi.name as brandName", "tmi.mechanism as storeName") + .select("jct.ticket_id as id", "jct.wx_order_id as outOrderNo", "jct.name as customerName", "jct.price as totalAmount", "jct.price as totalPayAmount", "jct.phone as customerPhone", "jct.creation_time as createTime") + .select("tct.name as productName") + .from("j_commodity_ticket").as("jct") + //品牌 + .leftJoin("t_brand_info").as("tbi").on("tbi.id = jct.brand_id") + //校区 + .leftJoin("t_mechanism_info").as("tmi").on("tmi.store_id = jct.store_id") + //模板 + .leftJoin("t_card_template").as("tct").on("tct.template_id = jct.commodity_id") + .where("jct.deleted = 1") + .and("jct.pay_status = 'PAY'") + .and("jct.is_suda = 1") + .groupBy("jct.ticket_id") + .orderBy("jct.creation_time desc"); + //开始时间结束时间 + if (bo.getStartAndEnd() != null) { + queryWrapper.and("jct.creation_time between ? and ?", bo.getStartAndEnd().get(0), bo.getStartAndEnd().get(1)); + } + //品牌校区模糊查询 + if (StringUtils.isNotBlank(bo.getBrandOrStore())){ + queryWrapper.and("tbi.name like ?", "%" + bo.getBrandOrStore() + "%").or("tmi.mechanism like ?", "%" + bo.getBrandOrStore() + "%"); + } + return queryWrapper; + } + + /** + * 获取先学后付数据 + * @author DB + * @param isMonth 是否是月付 + * @since 2023/12/15 + * @return Page + */ + private QueryWrapper getLearnNowPayLaterData(Boolean isMonth, EasyLearnPageBo bo) { + QueryWrapper queryWrapper = QueryWrapper.create() + //查询品牌校区 + .select("tbi.name as brandName", "tmi.mechanism as storeName") + .select( "jct.ticket_id as id", "jct.wx_order_id as outOrderNo", "jct.name as customerName", "jct.price as totalAmount", "jct.price as totalPayAmount", "jct.phone as customerPhone", "jct.creation_time as createTime") + .select("tct.name as productName") + .from("j_commodity_ticket").as("jct") + //品牌 + .leftJoin("t_brand_info").as("tbi").on("tbi.id = jct.brand_id") + //校区 + .leftJoin("t_mechanism_info").as("tmi").on("tmi.store_id = jct.store_id") + //模板 + .leftJoin("t_card_template").as("tct").on("tct.template_id = jct.commodity_id") + //微信支付 + .leftJoin("j_wechat_pay_plan").as("jwpp").on("jwpp.template_id = jct.commodity_id") + .where("jct.deleted = 1") + .and("jct.pay_status = 'PAY'") + .and("jct.ticket_type = 1") + .and("jwpp.is_month = ?", isMonth) + .groupBy("jct.ticket_id") + .orderBy("jct.creation_time desc"); + //开始时间结束时间 + if (bo.getStartAndEnd() != null) { + queryWrapper.and("jct.creation_time between ? and ?", bo.getStartAndEnd().get(0), bo.getStartAndEnd().get(1)); + } + //品牌校区模糊查询 + if (StringUtils.isNotBlank(bo.getBrandOrStore())){ + queryWrapper.and("tbi.name like ?", "%" + bo.getBrandOrStore() + "%").or("tmi.mechanism like ?", "%" + bo.getBrandOrStore() + "%"); + } + return queryWrapper; + } + + private static final String URL = "jdbc:mysql://sh-cynosdbmysql-grp-fggo83js.sql.tencentcdb.com:20965/jambox_association?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8"; + /** + * 数据库用户名 + */ + private static final String USERNAME = "root"; + /** + * 数据库密码 + */ + private static final String PASSWORD = "Customer0401"; + + @Deprecated + private void getJamboxProdDataSource() { + FlexDataSource flexDataSource = FlexGlobalConfig.getDefaultConfig().getDataSource(); + //新的数据源 + HikariDataSource dataSource = new HikariDataSource(); + dataSource.setJdbcUrl(URL); + dataSource.setUsername(USERNAME); + dataSource.setPassword(PASSWORD); + flexDataSource.addDataSource("jamboxProd", dataSource); + } + + @Deprecated + private void removeJamboxProdDataSource() { + FlexDataSource flexDataSource = FlexGlobalConfig.getDefaultConfig().getDataSource(); + flexDataSource.removeDatasource("jamboxProd"); + } +} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrdreServiceImpl.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrdreServiceImpl.java deleted file mode 100644 index f9dbf14..0000000 --- a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/service/impl/EasyLearnOrdreServiceImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.cpop.jambox.business.service.impl; - -import com.mybatisflex.spring.service.impl.ServiceImpl; -import com.cpop.jambox.business.entity.EasyLearnOrdre; -import com.cpop.jambox.business.mapper.EasyLearnOrdreMapper; -import com.cpop.jambox.business.service.EasyLearnOrdreService; -import org.springframework.stereotype.Service; - -/** - * 果酱-放心学订单表 服务层实现。 - * - * @author DB - * @since 2023-12-14 - */ -@Service("easyLearnOrdreService") -public class EasyLearnOrdreServiceImpl extends ServiceImpl implements EasyLearnOrdreService { - -} diff --git a/Cpop-Jambox/src/main/java/com/cpop/jambox/business/vo/EasyLearnPageVo.java b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/vo/EasyLearnPageVo.java new file mode 100644 index 0000000..9037043 --- /dev/null +++ b/Cpop-Jambox/src/main/java/com/cpop/jambox/business/vo/EasyLearnPageVo.java @@ -0,0 +1,79 @@ +package com.cpop.jambox.business.vo; + +import com.fasterxml.jackson.annotation.JsonFormat; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; +import lombok.experimental.Accessors; + +import java.math.BigDecimal; +import java.time.LocalDateTime; +import java.time.OffsetDateTime; + +/** + * @author DB + * @version 1.0.0 + * @since 2023-12-15 9:32 + */ +@Data +@Accessors(chain = true) +@ApiModel(value = "EasyLearnPageVo对象", description = "分页返回对象") +public class EasyLearnPageVo { + + /** + * 品牌名 + */ + @ApiModelProperty(value = "品牌名") + private String brandName; + /** + * 签约时间 + */ + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8") + @ApiModelProperty(value = "签约时间") + private LocalDateTime createTime; + /** + * 客户名 + */ + @ApiModelProperty(value = "客户名") + private String customerName; + /** + * 客户电话 + */ + @ApiModelProperty(value = "客户电话") + private String customerPhone; + /** + * 主键 + */ + @ApiModelProperty(value = "主键") + private String id; + /** + * 期数 + */ + @ApiModelProperty(value = "期数") + private Long periodNumber; + /** + * 课卡名 + */ + @ApiModelProperty(value = "课卡名") + private String productName; + /** + * 顾问 + */ + @ApiModelProperty(value = "顾问") + private String staffName; + /** + * 校区名 + */ + @ApiModelProperty(value = "校区名") + private String storeName; + /** + * 签约金额 + */ + @ApiModelProperty(value = "签约金额") + private BigDecimal totalAmount; + /** + * 支付金额 + */ + @ApiModelProperty(value = "支付金额") + private BigDecimal totalPayAmount; +} diff --git a/Cpop-Jambox/src/main/resources/mapper/EasyLearnOrdreMapper.xml b/Cpop-Jambox/src/main/resources/mapper/EasyLearnOrderMapper.xml similarity index 70% rename from Cpop-Jambox/src/main/resources/mapper/EasyLearnOrdreMapper.xml rename to Cpop-Jambox/src/main/resources/mapper/EasyLearnOrderMapper.xml index 4e83a73..647ea94 100644 --- a/Cpop-Jambox/src/main/resources/mapper/EasyLearnOrdreMapper.xml +++ b/Cpop-Jambox/src/main/resources/mapper/EasyLearnOrderMapper.xml @@ -2,6 +2,6 @@ - + diff --git a/Cpop-Mall/Cpop-Mall-Web/src/test/java/com/cpop/mall/web/CpopWxPayTests.java b/Cpop-Mall/Cpop-Mall-Web/src/test/java/com/cpop/mall/web/CpopWxPayTests.java index 1e725d2..8e3bcf7 100644 --- a/Cpop-Mall/Cpop-Mall-Web/src/test/java/com/cpop/mall/web/CpopWxPayTests.java +++ b/Cpop-Mall/Cpop-Mall-Web/src/test/java/com/cpop/mall/web/CpopWxPayTests.java @@ -10,6 +10,7 @@ import com.cpop.system.business.entity.Brand; import com.cpop.system.business.entity.ProfitSharing; import com.cpop.system.business.service.BrandService; import com.cpop.system.business.service.ProfitSharingService; +import com.github.binarywang.wxpay.bean.payscore.WxPartnerPayScoreResult; import com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingFinishRequest; import com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingQueryRequest; import com.github.binarywang.wxpay.bean.profitsharing.ProfitSharingQueryResult; @@ -175,4 +176,11 @@ public class CpopWxPayTests { wxPayService.getProfitSharingService().profitSharingFinish(profitSharingFinishRequest); } + @Test + public void getPayPointsUserPlan() throws WxPayException { + wxPayService.getConfig().setServiceId("00003053000000169450961228104460"); + String v3 = wxPayService.getV3("https://api.mch.weixin.qq.com/v3/payscore/sign-plan/partner/user-sign-plans/merchant-sign-plan-no/1735294783081091132?sub_mchid=1618925571"); + System.out.println(v3); + } + } diff --git a/Cpop-Oam/Cpop-Oam-Web/logs/Cpop-Oam-info-20231214.log.2023-12-14 b/Cpop-Oam/Cpop-Oam-Web/logs/Cpop-Oam-info-20231214.log.2023-12-14 new file mode 100644 index 0000000..c801c67 --- /dev/null +++ b/Cpop-Oam/Cpop-Oam-Web/logs/Cpop-Oam-info-20231214.log.2023-12-14 @@ -0,0 +1,1563 @@ +[2023-12-14 15:38:04.768] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:38:04.777] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25248 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:38:04.778] INFO [main] SpringApplication.java:637 - The following 1 profile is active: "prod" +[2023-12-14 15:38:05.866] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:38:05.868] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:38:05.884] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:38:06.065] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:38:06.079] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:38:06.463] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:38:06.729] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:38:06.735] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:38:06.805] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$6ce1beaa] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:38:07.392] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:38:07.401] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:38:07.403] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:38:07.404] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:38:07.562] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:38:07.562] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2755 ms +[2023-12-14 15:38:08.222] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:38:08.774] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:38:10.323] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:38:10.326] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:38:10.339] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:38:10.339] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:38:10.342] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:38:10.344] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:38:10.345] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:38:10.345] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:38:10.345] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:38:10.346] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3ee258 +[2023-12-14 15:38:11.360] INFO [main] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:38:11.360] INFO [main] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:38:11.360] INFO [main] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:38:11.361] INFO [main] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:38:11.366] INFO [main] DirectJDKLog.java:173 - Stopping service [Tomcat] +[2023-12-14 15:38:11.377] INFO [main] ConditionEvaluationReportLoggingListener.java:136 - + +Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. +[2023-12-14 15:41:10.212] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:41:10.220] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 21140 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:41:10.221] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:41:11.290] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:41:11.293] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:41:11.309] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:41:11.489] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:41:11.503] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:41:11.892] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:41:12.159] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:41:12.165] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:41:12.242] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$c8f148da] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:41:12.809] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:41:12.819] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:41:12.821] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:41:12.821] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:41:12.983] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:41:12.984] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2738 ms +[2023-12-14 15:41:13.637] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:41:14.184] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:41:15.744] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:41:15.746] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:41:15.756] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:41:15.756] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:41:15.758] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:41:15.760] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:41:15.761] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:41:15.762] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:41:15.762] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:41:15.762] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@56c6d515 +[2023-12-14 15:41:17.359] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@366b4a7b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@a251135, org.springframework.security.web.context.SecurityContextPersistenceFilter@d65e744, org.springframework.security.web.header.HeaderWriterFilter@6a63ff31, com.cpop.core.filter.JwtAuthenticationFilter@1851c7d2, org.springframework.security.web.authentication.logout.LogoutFilter@4d2bc56a, com.cpop.core.filter.RepeatableFilter@2d07aacc, com.cpop.core.gateway.sys.SysAuthenticationFilter@3a6556b6, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@6141647f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1a85e86e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10724a72, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@70819ba8, org.springframework.security.web.session.SessionManagementFilter@6f36267d, org.springframework.security.web.access.ExceptionTranslationFilter@37083af6, org.springframework.security.web.access.intercept.AuthorizationFilter@4b76251c] +[2023-12-14 15:41:18.583] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:41:18.584] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:41:18.584] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:41:18.584] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:41:18.605] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 55378 (http) with context path '/Cpop-Oam' +[2023-12-14 15:41:18.607] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:41:18.620] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.775 seconds (JVM running for 9.916) +[2023-12-14 15:41:18.853] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:41:19.193] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:41:19.388] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:41:19.389] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:41:19.389] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:41:19.395] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:41:19.396] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:41:19.396] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:41:19.396] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:46:01.186] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:46:01.201] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 5132 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:46:01.202] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:46:02.368] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:46:02.370] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:46:02.386] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:46:02.565] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:46:02.578] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:46:02.958] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:46:03.223] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:46:03.229] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:46:03.305] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$c8f148da] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:46:03.899] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:46:03.908] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:46:03.910] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:46:03.910] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:46:04.057] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:46:04.058] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2821 ms +[2023-12-14 15:46:04.749] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:46:05.370] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:46:06.908] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:46:06.910] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:46:06.920] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:46:06.920] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:46:06.922] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:46:06.924] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:46:06.925] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:46:06.925] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:46:06.926] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:46:06.926] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@56c6d515 +[2023-12-14 15:46:08.563] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b76251c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@20c283b4, org.springframework.security.web.context.SecurityContextPersistenceFilter@6f36267d, org.springframework.security.web.header.HeaderWriterFilter@55e4dd68, com.cpop.core.filter.JwtAuthenticationFilter@1851c7d2, org.springframework.security.web.authentication.logout.LogoutFilter@5690c2a8, com.cpop.core.filter.RepeatableFilter@2d07aacc, com.cpop.core.gateway.sys.SysAuthenticationFilter@3a6556b6, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@6141647f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@d65e744, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1a85e86e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@366b4a7b, org.springframework.security.web.session.SessionManagementFilter@6a63ff31, org.springframework.security.web.access.ExceptionTranslationFilter@253b1cbd, org.springframework.security.web.access.intercept.AuthorizationFilter@446a5aa5] +[2023-12-14 15:46:09.889] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:46:09.890] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:46:09.890] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:46:09.891] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:46:09.914] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 55788 (http) with context path '/Cpop-Oam' +[2023-12-14 15:46:09.916] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:46:09.928] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.12 seconds (JVM running for 10.387) +[2023-12-14 15:46:10.169] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:46:10.473] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:46:10.648] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:46:10.648] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:46:10.648] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:46:10.654] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:46:10.654] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:46:10.654] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:46:10.655] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:48:34.694] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:48:34.702] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25932 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:48:34.704] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:48:35.846] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:48:35.849] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:48:35.866] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:48:36.092] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:48:36.112] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:48:36.557] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:48:36.892] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:48:36.900] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:48:36.991] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$5a916873] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:48:37.572] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:48:37.581] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:48:37.583] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:48:37.583] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:48:37.740] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:48:37.741] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 3003 ms +[2023-12-14 15:48:38.425] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:48:39.049] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:48:40.596] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:48:40.599] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:48:40.609] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:48:40.609] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:48:40.611] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:48:40.613] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:48:40.614] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:48:40.614] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:48:40.615] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:48:40.615] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@66863941 +[2023-12-14 15:48:42.257] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@455d04d2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@998fbd4, org.springframework.security.web.context.SecurityContextPersistenceFilter@3a5e4f32, org.springframework.security.web.header.HeaderWriterFilter@4e9bd2c8, com.cpop.core.filter.JwtAuthenticationFilter@419f0ea, org.springframework.security.web.authentication.logout.LogoutFilter@5dd6f517, com.cpop.core.filter.RepeatableFilter@1a89414e, com.cpop.core.gateway.sys.SysAuthenticationFilter@3e9fb485, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@38dbeb39, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@17c34e62, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6bf28f61, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@30333941, org.springframework.security.web.session.SessionManagementFilter@665b441e, org.springframework.security.web.access.ExceptionTranslationFilter@337cb81d, org.springframework.security.web.access.intercept.AuthorizationFilter@56dde9f7] +[2023-12-14 15:48:43.591] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:48:43.591] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:48:43.592] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:48:43.592] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:48:43.611] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 55938 (http) with context path '/Cpop-Oam' +[2023-12-14 15:48:43.612] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:48:43.624] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.285 seconds (JVM running for 10.457) +[2023-12-14 15:48:43.857] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:48:44.135] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:48:44.392] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:48:44.392] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:48:44.392] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:48:44.400] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:48:44.401] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:48:44.401] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:48:44.401] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:49:09.497] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:49:09.501] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25404 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:49:09.502] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:49:10.527] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:49:10.530] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:49:10.548] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:49:10.747] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:49:10.763] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:49:11.208] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:49:11.488] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:49:11.495] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:49:11.579] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$a6f7d0dd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:49:12.244] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:49:12.255] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:49:12.258] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:49:12.258] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:49:12.446] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:49:12.447] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2917 ms +[2023-12-14 15:49:13.158] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:49:13.825] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:49:15.634] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:49:15.638] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:49:15.652] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:49:15.653] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:49:15.656] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:49:15.658] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:49:15.659] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:49:15.659] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:49:15.659] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:49:15.659] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4172c967 +[2023-12-14 15:49:17.603] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@21cb5648, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@69fa5536, org.springframework.security.web.context.SecurityContextPersistenceFilter@20bf7206, org.springframework.security.web.header.HeaderWriterFilter@7a8e484b, com.cpop.core.filter.JwtAuthenticationFilter@7615666e, org.springframework.security.web.authentication.logout.LogoutFilter@3d84f113, com.cpop.core.filter.RepeatableFilter@5b028f58, com.cpop.core.gateway.sys.SysAuthenticationFilter@16c9f7f0, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@7d75940, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@30b0f674, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@62818ab0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1ee5792a, org.springframework.security.web.session.SessionManagementFilter@65013d71, org.springframework.security.web.access.ExceptionTranslationFilter@6bbd4048, org.springframework.security.web.access.intercept.AuthorizationFilter@6b23897a] +[2023-12-14 15:49:19.120] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:49:19.121] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:49:19.121] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:49:19.122] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:49:19.143] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 55974 (http) with context path '/Cpop-Oam' +[2023-12-14 15:49:19.145] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:49:19.159] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 10.078 seconds (JVM running for 11.441) +[2023-12-14 15:49:19.487] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:49:19.815] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:50:25.367] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 15:50:25.540] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:50:25.540] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:50:25.541] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:50:25.549] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:50:25.550] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:50:25.550] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:50:25.550] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:51:21.532] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:51:21.541] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 22744 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:51:21.543] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:51:22.572] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:51:22.575] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:51:22.597] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 6 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:51:22.797] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:51:22.813] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:51:23.266] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:51:23.552] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:51:23.559] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:51:23.639] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$90591fd5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:51:24.327] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:51:24.351] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:51:24.353] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:51:24.353] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:51:24.534] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:51:24.534] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2962 ms +[2023-12-14 15:51:25.310] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:51:25.866] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:51:27.633] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:51:27.636] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:51:27.646] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:51:27.646] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:51:27.648] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:51:27.650] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:51:27.651] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:51:27.652] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:51:27.652] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:51:27.652] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4516c2ef +[2023-12-14 15:51:29.403] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@25bd68ea, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7915111a, org.springframework.security.web.context.SecurityContextPersistenceFilter@54644470, org.springframework.security.web.header.HeaderWriterFilter@2ab1c7a9, com.cpop.core.filter.JwtAuthenticationFilter@4797023d, org.springframework.security.web.authentication.logout.LogoutFilter@1300112e, com.cpop.core.filter.RepeatableFilter@1cc81ea1, com.cpop.core.gateway.sys.SysAuthenticationFilter@42150951, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@3b0c38f2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@33fc92d6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e2e11ee, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@37aec9b, org.springframework.security.web.session.SessionManagementFilter@3d9c69f8, org.springframework.security.web.access.ExceptionTranslationFilter@570089c4, org.springframework.security.web.access.intercept.AuthorizationFilter@42fc744] +[2023-12-14 15:51:30.876] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:51:30.877] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:51:30.877] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:51:30.878] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:51:30.899] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 56030 (http) with context path '/Cpop-Oam' +[2023-12-14 15:51:30.901] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:51:30.915] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.781 seconds (JVM running for 11.283) +[2023-12-14 15:51:31.179] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:51:31.483] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:51:34.448] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 15:51:35.863] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 15:51:35.967] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 15:51:35.967] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 15:51:36.007] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 15:51:36.036] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:901 - Removed 0 stale fired job entries. +[2023-12-14 15:51:36.100] INFO [Quartz Scheduler [CpopOamScheduler]] QuartzScheduler.java:547 - Scheduler CpopOamScheduler_$_NON_CLUSTERED started. +[2023-12-14 15:51:55.229] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:51:55.336] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:51:55.337] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:51:55.337] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:51:55.343] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:51:55.343] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:51:55.343] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:51:55.344] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 15:58:59.256] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 15:58:59.277] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 23348 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 15:58:59.279] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 15:59:00.371] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 15:59:00.374] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 15:59:00.391] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 15:59:00.586] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 15:59:00.601] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 15:59:00.994] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:59:01.269] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:59:01.275] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:59:01.353] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$56aac625] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 15:59:01.952] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 15:59:01.961] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:59:01.963] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 15:59:01.963] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 15:59:02.122] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 15:59:02.123] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2806 ms +[2023-12-14 15:59:02.809] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 15:59:03.424] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 15:59:05.008] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 15:59:05.011] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 15:59:05.020] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 15:59:05.021] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 15:59:05.023] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 15:59:05.026] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 15:59:05.027] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 15:59:05.027] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 15:59:05.027] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 15:59:05.028] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@48ee3c2d +[2023-12-14 15:59:06.722] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@30333941, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2d5c160e, org.springframework.security.web.context.SecurityContextPersistenceFilter@6bf28f61, org.springframework.security.web.header.HeaderWriterFilter@3a5e4f32, com.cpop.core.filter.JwtAuthenticationFilter@3c544c9, org.springframework.security.web.authentication.logout.LogoutFilter@1b994617, com.cpop.core.filter.RepeatableFilter@c94bd18, com.cpop.core.gateway.sys.SysAuthenticationFilter@538aa83f, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@402a69f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@696105c4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5edd9b4f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@8afce3, org.springframework.security.web.session.SessionManagementFilter@17c34e62, org.springframework.security.web.access.ExceptionTranslationFilter@18f13756, org.springframework.security.web.access.intercept.AuthorizationFilter@455d04d2] +[2023-12-14 15:59:07.943] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:59:07.943] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 15:59:07.944] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:59:07.944] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 15:59:07.964] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 56541 (http) with context path '/Cpop-Oam' +[2023-12-14 15:59:07.965] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 15:59:07.978] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.139 seconds (JVM running for 10.303) +[2023-12-14 15:59:08.208] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 15:59:08.546] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 15:59:08.609] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 15:59:08.689] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 15:59:08.966] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 15:59:09.004] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 15:59:09.004] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 15:59:09.004] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 15:59:09.010] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 15:59:09.011] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 15:59:09.011] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 15:59:09.011] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 16:00:24.876] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 16:00:24.883] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25820 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 16:00:24.884] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 16:00:25.947] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 16:00:25.950] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 16:00:25.970] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 16:00:26.170] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 16:00:26.184] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 16:00:26.597] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:00:26.885] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:00:26.892] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:00:26.981] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$6b3da754] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:00:27.604] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 16:00:27.614] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:00:27.616] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 16:00:27.617] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 16:00:27.790] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 16:00:27.790] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2877 ms +[2023-12-14 16:00:28.569] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 16:00:29.197] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 16:00:30.982] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 16:00:30.985] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 16:00:30.995] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 16:00:30.996] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 16:00:30.998] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 16:00:31.000] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 16:00:31.001] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 16:00:31.002] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 16:00:31.002] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 16:00:31.002] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2c9aeec6 +[2023-12-14 16:00:32.835] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@2c4eda3a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@466bf366, org.springframework.security.web.context.SecurityContextPersistenceFilter@6bb46040, org.springframework.security.web.header.HeaderWriterFilter@113a89c5, com.cpop.core.filter.JwtAuthenticationFilter@4a29a1e6, org.springframework.security.web.authentication.logout.LogoutFilter@381f05a9, com.cpop.core.filter.RepeatableFilter@2552181d, com.cpop.core.gateway.sys.SysAuthenticationFilter@7c5c2b17, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@1cb929a9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41c56930, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@60660d21, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@28be7db5, org.springframework.security.web.session.SessionManagementFilter@3a0f5141, org.springframework.security.web.access.ExceptionTranslationFilter@407ff25f, org.springframework.security.web.access.intercept.AuthorizationFilter@7f922523] +[2023-12-14 16:00:34.396] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:00:34.396] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 16:00:34.397] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:00:34.397] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:00:34.422] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 56637 (http) with context path '/Cpop-Oam' +[2023-12-14 16:00:34.424] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 16:00:34.438] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.947 seconds (JVM running for 11.283) +[2023-12-14 16:00:34.689] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 16:00:34.963] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 16:00:35.005] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 16:00:35.082] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 16:00:49.344] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 16:00:49.536] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 16:00:49.605] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 16:00:49.605] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 16:00:49.626] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:00:49.627] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 16:00:49.627] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:00:49.636] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 16:00:49.637] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 16:00:49.637] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 16:00:49.638] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 16:00:49.638] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 16:32:49.762] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 16:32:50.117] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25320 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 16:32:50.118] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 16:32:52.436] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 16:32:52.442] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 16:32:52.509] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. +[2023-12-14 16:32:52.908] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 16:32:52.986] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 16:32:53.795] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:32:54.355] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:32:54.364] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:32:54.500] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:32:55.426] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 16:32:55.463] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:32:55.466] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 16:32:55.467] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 16:32:55.695] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 16:32:55.695] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 5504 ms +[2023-12-14 16:32:56.957] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 16:32:57.656] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 16:33:00.326] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 16:33:00.333] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 16:33:00.358] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 16:33:00.358] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 16:33:00.362] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 16:33:00.365] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 16:33:00.367] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 16:33:00.368] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 16:33:00.368] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 16:33:00.368] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6454def8 +[2023-12-14 16:33:03.038] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6241542e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3cdca229, org.springframework.security.web.context.SecurityContextPersistenceFilter@15ea3226, org.springframework.security.web.header.HeaderWriterFilter@38cf28ae, com.cpop.core.filter.JwtAuthenticationFilter@6fee1f02, org.springframework.security.web.authentication.logout.LogoutFilter@2a58c759, com.cpop.core.filter.RepeatableFilter@70413cc8, com.cpop.core.gateway.sys.SysAuthenticationFilter@48449efb, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@6b7ecc52, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@66d570da, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@50c8ee5a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@75fef932, org.springframework.security.web.session.SessionManagementFilter@2e4e84e7, org.springframework.security.web.access.ExceptionTranslationFilter@1ce10798, org.springframework.security.web.access.intercept.AuthorizationFilter@79961fa7] +[2023-12-14 16:33:05.197] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:33:05.198] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 16:33:05.198] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:33:05.198] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:33:05.236] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 58888 (http) with context path '/Cpop-Oam' +[2023-12-14 16:33:05.238] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 16:33:05.262] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 16.262 seconds (JVM running for 20.091) +[2023-12-14 16:33:05.761] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 16:33:06.088] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 16:33:06.136] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 16:33:06.176] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 16:33:06.244] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 16:33:06.413] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 16:33:06.471] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 16:33:06.471] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 16:33:06.500] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 16:33:06.529] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:901 - Removed 0 stale fired job entries. +[2023-12-14 16:33:06.585] INFO [Quartz Scheduler [CpopOamScheduler]] QuartzScheduler.java:547 - Scheduler CpopOamScheduler_$_NON_CLUSTERED started. +[2023-12-14 16:33:06.607] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:33:06.607] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 16:33:06.608] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:33:06.626] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 16:33:06.627] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 16:33:06.627] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 16:33:06.695] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 16:43:17.610] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 16:43:17.616] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25472 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 16:43:17.617] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 16:43:18.628] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 16:43:18.631] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 16:43:18.647] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 16:43:18.856] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 16:43:18.870] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 16:43:19.249] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:43:19.521] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:43:19.527] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:43:19.611] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:43:20.194] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 16:43:20.203] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:43:20.204] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 16:43:20.205] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 16:43:20.354] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 16:43:20.355] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2712 ms +[2023-12-14 16:43:21.050] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 16:43:21.658] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 16:43:23.210] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 16:43:23.212] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 16:43:23.222] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 16:43:23.223] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 16:43:23.225] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 16:43:23.227] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 16:43:23.228] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 16:43:23.228] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 16:43:23.228] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 16:43:23.229] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 16:43:24.875] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b2acb12, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@455d04d2, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b0494a8, org.springframework.security.web.header.HeaderWriterFilter@18f13756, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@1e01b195, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@239d73ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64dcf763, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@998fbd4, org.springframework.security.web.session.SessionManagementFilter@2ac3d530, org.springframework.security.web.access.ExceptionTranslationFilter@47772462, org.springframework.security.web.access.intercept.AuthorizationFilter@33bfe6d3] +[2023-12-14 16:43:26.200] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:43:26.201] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 16:43:26.201] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:43:26.202] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:43:26.222] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 59638 (http) with context path '/Cpop-Oam' +[2023-12-14 16:43:26.224] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 16:43:26.238] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.968 seconds (JVM running for 10.192) +[2023-12-14 16:43:26.482] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 16:43:26.783] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 16:43:26.824] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 16:43:26.900] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 16:43:27.209] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:43:27.210] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 16:43:27.210] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:43:27.216] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 16:43:27.216] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 16:43:27.217] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 16:43:27.217] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 16:54:19.005] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 16:54:19.391] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25624 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 16:54:19.392] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 16:54:21.790] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 16:54:21.798] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 16:54:21.871] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. +[2023-12-14 16:54:22.288] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 16:54:22.373] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 16:54:23.227] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:23.857] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:23.868] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:23.978] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:24.899] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 16:54:24.934] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:54:24.937] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 16:54:24.937] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 16:54:25.165] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 16:54:25.165] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 5705 ms +[2023-12-14 16:54:26.491] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 16:54:27.241] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 16:54:29.994] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 16:54:29.999] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 16:54:30.023] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 16:54:30.024] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 16:54:30.027] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 16:54:30.031] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 16:54:30.033] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 16:54:30.033] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 16:54:30.033] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 16:54:30.034] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@60547828 +[2023-12-14 16:54:32.730] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1f24c797, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@33e1b7a8, org.springframework.security.web.context.SecurityContextPersistenceFilter@6fa2d4ea, org.springframework.security.web.header.HeaderWriterFilter@55574f34, com.cpop.core.filter.JwtAuthenticationFilter@4246fe1f, org.springframework.security.web.authentication.logout.LogoutFilter@aa7cbac, com.cpop.core.filter.RepeatableFilter@632bb65c, com.cpop.core.gateway.sys.SysAuthenticationFilter@18ea2c3c, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@236d9e6f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@16879e73, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@61347ddd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7ab48df, org.springframework.security.web.session.SessionManagementFilter@28e8ea15, org.springframework.security.web.access.ExceptionTranslationFilter@6f05237e, org.springframework.security.web.access.intercept.AuthorizationFilter@27c2779c] +[2023-12-14 16:54:34.884] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:54:34.885] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 16:54:34.885] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:54:34.886] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:54:34.931] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 60395 (http) with context path '/Cpop-Oam' +[2023-12-14 16:54:34.934] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 16:54:34.961] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 16.724 seconds (JVM running for 20.332) +[2023-12-14 16:54:35.459] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 16:54:35.793] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 16:54:35.841] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 16:54:35.881] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 16:54:35.949] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 16:54:36.156] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 16:54:36.230] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 16:54:36.230] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 16:54:36.267] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 16:54:36.297] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:54:36.297] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 16:54:36.297] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:54:36.307] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:901 - Removed 0 stale fired job entries. +[2023-12-14 16:54:36.316] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 16:54:36.317] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 16:54:36.317] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 16:54:36.317] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 16:54:52.639] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 16:54:52.642] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 26724 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 16:54:52.643] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 16:54:53.603] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 16:54:53.606] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 16:54:53.622] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 16:54:53.800] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 16:54:53.816] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 16:54:54.206] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:54.488] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:54.494] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:54.582] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 16:54:55.189] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 16:54:55.197] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:54:55.199] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 16:54:55.199] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 16:54:55.350] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 16:54:55.350] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2681 ms +[2023-12-14 16:54:56.045] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 16:54:56.646] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 16:54:58.254] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 16:54:58.257] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 16:54:58.267] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 16:54:58.267] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 16:54:58.269] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 16:54:58.271] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 16:54:58.272] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 16:54:58.272] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 16:54:58.272] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 16:54:58.273] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 16:54:59.991] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@998fbd4, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30333941, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b0494a8, org.springframework.security.web.header.HeaderWriterFilter@18f13756, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@1e01b195, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@239d73ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64dcf763, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2d5c160e, org.springframework.security.web.session.SessionManagementFilter@2ac3d530, org.springframework.security.web.access.ExceptionTranslationFilter@47772462, org.springframework.security.web.access.intercept.AuthorizationFilter@4b2acb12] +[2023-12-14 16:55:01.403] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:55:01.404] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 16:55:01.404] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:55:01.404] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 16:55:01.423] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 60447 (http) with context path '/Cpop-Oam' +[2023-12-14 16:55:01.425] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 16:55:01.437] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.153 seconds (JVM running for 10.334) +[2023-12-14 16:55:01.669] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 16:55:01.966] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 16:55:02.006] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 16:55:02.084] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 16:55:02.414] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 16:55:02.415] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 16:55:02.415] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 16:55:02.421] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 16:55:02.422] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 16:55:02.422] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 16:55:02.422] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:22:06.319] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:22:06.328] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 18372 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:22:06.329] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:22:07.352] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:22:07.355] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:22:07.370] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:22:07.550] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:22:07.565] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:22:07.966] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:08.236] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:08.242] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:08.313] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:08.890] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:22:08.900] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:22:08.902] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:22:08.902] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:22:09.063] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:22:09.063] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2701 ms +[2023-12-14 17:22:09.736] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:22:10.291] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:22:11.960] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:22:11.962] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:22:11.971] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:22:11.972] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:22:11.974] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:22:11.976] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:22:11.977] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:22:11.978] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:22:11.978] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:22:11.978] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:22:13.563] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@54f9326c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5016f1a, org.springframework.security.web.context.SecurityContextPersistenceFilter@18f13756, org.springframework.security.web.header.HeaderWriterFilter@337cb81d, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@3d8fd373, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2ac3d530, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2b0494a8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@33bfe6d3, org.springframework.security.web.session.SessionManagementFilter@59929ac, org.springframework.security.web.access.ExceptionTranslationFilter@76104df5, org.springframework.security.web.access.intercept.AuthorizationFilter@807c1e8] +[2023-12-14 17:22:14.827] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:22:14.827] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:22:14.828] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:22:14.828] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:22:14.847] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 62516 (http) with context path '/Cpop-Oam' +[2023-12-14 17:22:14.848] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:22:14.861] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.916 seconds (JVM running for 10.062) +[2023-12-14 17:22:15.111] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:22:15.399] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:22:15.627] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:22:15.627] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:22:15.628] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:22:15.634] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:22:15.634] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:22:15.634] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:22:15.635] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:22:43.177] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:22:43.189] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 17692 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:22:43.190] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:22:44.254] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:22:44.257] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:22:44.273] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:22:44.464] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:22:44.479] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:22:44.856] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:45.125] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:45.131] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:45.206] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:22:45.764] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:22:45.773] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:22:45.775] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:22:45.775] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:22:45.935] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:22:45.935] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2717 ms +[2023-12-14 17:22:46.608] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:22:47.199] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:22:48.753] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:22:48.756] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:22:48.765] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:22:48.765] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:22:48.768] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:22:48.769] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:22:48.770] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:22:48.770] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:22:48.771] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:22:48.771] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:22:50.335] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@17c34e62, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@239d73ff, org.springframework.security.web.context.SecurityContextPersistenceFilter@5690c2a8, org.springframework.security.web.header.HeaderWriterFilter@21d3d6ec, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@3f9e8af5, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d2bc56a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2c6aa46c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bf28f61, org.springframework.security.web.session.SessionManagementFilter@7ebaf0d, org.springframework.security.web.access.ExceptionTranslationFilter@1ecec098, org.springframework.security.web.access.intercept.AuthorizationFilter@3a5e4f32] +[2023-12-14 17:22:51.507] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:22:51.508] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:22:51.508] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:22:51.508] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:22:51.529] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 62562 (http) with context path '/Cpop-Oam' +[2023-12-14 17:22:51.531] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:22:51.545] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.738 seconds (JVM running for 9.893) +[2023-12-14 17:22:51.786] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:22:52.086] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:22:52.339] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:22:52.340] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:22:52.340] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:22:52.362] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:22:52.362] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:22:52.362] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:22:52.363] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:23:56.911] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:23:56.919] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 28180 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:23:56.920] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:23:57.974] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:23:57.977] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:23:57.991] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:23:58.178] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:23:58.195] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:23:58.590] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:23:58.851] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:23:58.857] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:23:58.930] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:23:59.503] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:23:59.512] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:23:59.514] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:23:59.514] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:23:59.671] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:23:59.671] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2719 ms +[2023-12-14 17:24:00.344] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:24:00.932] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:24:02.485] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:24:02.487] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:24:02.497] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:24:02.497] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:24:02.500] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:24:02.502] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:24:02.502] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:24:02.503] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:24:02.503] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:24:02.503] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:24:04.114] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@17c34e62, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@239d73ff, org.springframework.security.web.context.SecurityContextPersistenceFilter@7ebaf0d, org.springframework.security.web.header.HeaderWriterFilter@6cc44207, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@76104df5, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5690c2a8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d2bc56a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bf28f61, org.springframework.security.web.session.SessionManagementFilter@21d3d6ec, org.springframework.security.web.access.ExceptionTranslationFilter@61b0af9f, org.springframework.security.web.access.intercept.AuthorizationFilter@665b441e] +[2023-12-14 17:24:05.324] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:24:05.324] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:24:05.325] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:24:05.325] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:24:05.344] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 62650 (http) with context path '/Cpop-Oam' +[2023-12-14 17:24:05.345] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:24:05.357] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.817 seconds (JVM running for 9.983) +[2023-12-14 17:24:05.568] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:24:05.900] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:24:06.107] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:24:06.107] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:24:06.108] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:24:06.114] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:24:06.114] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:24:06.114] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:24:06.115] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:31:35.826] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:31:35.834] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 28820 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:31:35.835] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:31:36.795] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:31:36.798] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:31:36.813] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:31:37.010] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:31:37.025] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:31:37.392] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:31:37.649] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:31:37.655] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:31:37.744] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:31:38.314] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:31:38.323] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:31:38.324] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:31:38.325] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:31:38.473] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:31:38.473] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2611 ms +[2023-12-14 17:31:39.156] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:31:39.799] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:31:41.330] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:31:41.332] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:31:41.342] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:31:41.342] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:31:41.344] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:31:41.346] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:31:41.347] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:31:41.347] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:31:41.348] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:31:41.348] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@66863941 +[2023-12-14 17:31:43.004] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b2acb12, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@455d04d2, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b0494a8, org.springframework.security.web.header.HeaderWriterFilter@18f13756, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@1e01b195, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@239d73ff, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64dcf763, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@998fbd4, org.springframework.security.web.session.SessionManagementFilter@2ac3d530, org.springframework.security.web.access.ExceptionTranslationFilter@47772462, org.springframework.security.web.access.intercept.AuthorizationFilter@33bfe6d3] +[2023-12-14 17:31:44.278] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:31:44.279] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:31:44.279] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:31:44.280] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:31:44.299] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 63207 (http) with context path '/Cpop-Oam' +[2023-12-14 17:31:44.300] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:31:44.313] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.827 seconds (JVM running for 9.973) +[2023-12-14 17:31:44.547] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:31:44.889] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:31:45.081] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:31:45.082] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:31:45.082] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:31:45.088] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:31:45.088] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:31:45.088] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:31:45.089] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:32:00.674] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:32:00.690] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 28256 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:32:00.691] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:32:01.752] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:32:01.755] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:32:01.771] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:32:01.957] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:32:01.971] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:32:02.348] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:02.619] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:02.625] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:02.698] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:03.268] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:32:03.277] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:32:03.279] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:32:03.280] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:32:03.443] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:32:03.443] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2721 ms +[2023-12-14 17:32:04.125] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:32:04.701] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:32:06.233] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:32:06.235] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:32:06.257] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:32:06.258] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:32:06.260] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:32:06.263] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:32:06.264] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:32:06.265] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:32:06.265] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:32:06.265] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:32:07.829] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3a5e4f32, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b0494a8, org.springframework.security.web.context.SecurityContextPersistenceFilter@7ebaf0d, org.springframework.security.web.header.HeaderWriterFilter@6cc44207, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@76104df5, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5690c2a8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d2bc56a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17c34e62, org.springframework.security.web.session.SessionManagementFilter@21d3d6ec, org.springframework.security.web.access.ExceptionTranslationFilter@61b0af9f, org.springframework.security.web.access.intercept.AuthorizationFilter@665b441e] +[2023-12-14 17:32:09.062] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:32:09.063] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:32:09.063] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:32:09.063] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:32:09.081] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 63244 (http) with context path '/Cpop-Oam' +[2023-12-14 17:32:09.083] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:32:09.095] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.807 seconds (JVM running for 9.985) +[2023-12-14 17:32:09.309] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:32:09.631] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:32:09.822] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:32:09.822] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:32:09.823] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:32:09.829] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:32:09.829] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:32:09.829] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:32:09.830] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:32:23.755] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:32:23.765] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 26648 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:32:23.766] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:32:24.818] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:32:24.820] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:32:24.835] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:32:25.021] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:32:25.035] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:32:25.417] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:25.671] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:25.677] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:25.750] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:32:26.312] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:32:26.320] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:32:26.322] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:32:26.322] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:32:26.490] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:32:26.490] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2688 ms +[2023-12-14 17:32:27.161] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:32:27.733] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:32:29.275] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:32:29.277] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:32:29.287] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:32:29.288] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:32:29.290] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:32:29.292] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:32:29.293] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:32:29.293] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:32:29.293] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:32:29.293] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:32:30.906] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3a5e4f32, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b0494a8, org.springframework.security.web.context.SecurityContextPersistenceFilter@7ebaf0d, org.springframework.security.web.header.HeaderWriterFilter@6cc44207, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@76104df5, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5690c2a8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d2bc56a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17c34e62, org.springframework.security.web.session.SessionManagementFilter@21d3d6ec, org.springframework.security.web.access.ExceptionTranslationFilter@61b0af9f, org.springframework.security.web.access.intercept.AuthorizationFilter@665b441e] +[2023-12-14 17:32:32.146] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:32:32.147] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:32:32.147] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:32:32.148] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:32:32.168] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 63284 (http) with context path '/Cpop-Oam' +[2023-12-14 17:32:32.170] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:32:32.184] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.797 seconds (JVM running for 9.972) +[2023-12-14 17:32:32.426] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:32:32.751] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:32:32.957] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:32:32.957] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:32:32.957] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:32:32.964] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:32:32.964] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:32:32.964] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:32:32.964] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:34:31.078] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:34:31.088] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 22756 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:34:31.089] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:34:32.127] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:34:32.129] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:34:32.146] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:34:32.336] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:34:32.351] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:34:32.733] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:34:32.996] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:34:33.002] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:34:33.080] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$1cd7f578] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:34:33.648] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:34:33.657] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:34:33.659] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:34:33.660] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:34:33.825] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:34:33.826] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2702 ms +[2023-12-14 17:34:34.492] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:34:35.126] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:34:36.693] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:34:36.695] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:34:36.705] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:34:36.705] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:34:36.707] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:34:36.709] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:34:36.710] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:34:36.710] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:34:36.711] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:34:36.711] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@111fe921 +[2023-12-14 17:34:38.421] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@998fbd4, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30333941, org.springframework.security.web.context.SecurityContextPersistenceFilter@239d73ff, org.springframework.security.web.header.HeaderWriterFilter@2ac3d530, com.cpop.core.filter.JwtAuthenticationFilter@59371066, org.springframework.security.web.authentication.logout.LogoutFilter@718d6b7c, com.cpop.core.filter.RepeatableFilter@44492c06, com.cpop.core.gateway.sys.SysAuthenticationFilter@38dbeb39, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@538aa83f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64dcf763, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21ab919c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2d5c160e, org.springframework.security.web.session.SessionManagementFilter@2b0494a8, org.springframework.security.web.access.ExceptionTranslationFilter@4e9bd2c8, org.springframework.security.web.access.intercept.AuthorizationFilter@4b2acb12] +[2023-12-14 17:34:39.718] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:34:39.718] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:34:39.719] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:34:39.719] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:34:39.738] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 63399 (http) with context path '/Cpop-Oam' +[2023-12-14 17:34:39.739] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:34:39.754] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.058 seconds (JVM running for 10.2) +[2023-12-14 17:34:40.027] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:34:40.336] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:34:40.530] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:34:40.530] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:34:40.530] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:34:40.537] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:34:40.537] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:34:40.537] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:34:40.538] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:43:35.443] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:43:35.459] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25868 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:43:35.461] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:43:36.628] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:43:36.631] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:43:36.647] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:43:36.838] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:43:36.852] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:43:37.244] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:43:37.508] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:43:37.514] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:43:37.607] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:43:38.220] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:43:38.230] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:43:38.231] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:43:38.232] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:43:38.416] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:43:38.416] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2923 ms +[2023-12-14 17:43:39.133] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:43:39.743] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:43:41.303] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:43:41.305] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:43:41.316] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:43:41.316] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:43:41.319] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:43:41.321] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:43:41.321] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:43:41.322] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:43:41.322] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:43:41.322] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@22361e23 +[2023-12-14 17:43:42.995] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@19d9ba89, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@484876a1, org.springframework.security.web.context.SecurityContextPersistenceFilter@998fbd4, org.springframework.security.web.header.HeaderWriterFilter@33bfe6d3, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@2ed35f24, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2d5c160e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4e02f17d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@20163008, org.springframework.security.web.session.SessionManagementFilter@4b2acb12, org.springframework.security.web.access.ExceptionTranslationFilter@4eb5764d, org.springframework.security.web.access.intercept.AuthorizationFilter@dbca149] +[2023-12-14 17:43:44.244] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:43:44.245] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:43:44.245] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:43:44.245] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:43:44.265] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 64103 (http) with context path '/Cpop-Oam' +[2023-12-14 17:43:44.266] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:43:44.279] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.241 seconds (JVM running for 10.476) +[2023-12-14 17:43:44.520] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:43:44.842] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:43:45.221] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:43:45.222] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:43:45.222] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:43:45.228] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:43:45.228] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:43:45.228] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:43:45.229] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:44:57.412] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:44:57.433] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 14152 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:44:57.435] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:44:58.511] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:44:58.514] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:44:58.529] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:44:58.707] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:44:58.721] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:44:59.099] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:44:59.365] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:44:59.371] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:44:59.447] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:45:00.027] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:45:00.037] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:45:00.039] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:45:00.039] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:45:00.198] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:45:00.199] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2731 ms +[2023-12-14 17:45:00.900] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:45:01.560] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:45:03.142] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:45:03.144] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:45:03.153] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:45:03.153] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:45:03.155] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:45:03.157] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:45:03.158] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:45:03.158] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:45:03.158] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:45:03.159] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6cde0c69 +[2023-12-14 17:45:04.922] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b475742, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@323c6f9c, org.springframework.security.web.context.SecurityContextPersistenceFilter@54f9326c, org.springframework.security.web.header.HeaderWriterFilter@718d6b7c, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@3be50b2c, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@33bfe6d3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2acb12, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@dbca149, org.springframework.security.web.session.SessionManagementFilter@807c1e8, org.springframework.security.web.access.ExceptionTranslationFilter@5dd6f517, org.springframework.security.web.access.intercept.AuthorizationFilter@433b546f] +[2023-12-14 17:45:06.126] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:45:06.127] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:45:06.127] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:45:06.127] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:45:06.149] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 64202 (http) with context path '/Cpop-Oam' +[2023-12-14 17:45:06.150] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:45:06.164] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.115 seconds (JVM running for 10.282) +[2023-12-14 17:45:06.424] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:45:06.699] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:45:06.860] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 17:45:06.936] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 17:45:07.103] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:45:07.103] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:45:07.103] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:45:07.110] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:45:07.110] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:45:07.111] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:45:07.111] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:45:56.919] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:45:56.925] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 29388 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:45:56.925] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:45:57.821] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:45:57.824] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:45:57.840] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:45:58.018] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:45:58.031] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:45:58.402] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:45:58.665] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:45:58.671] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:45:58.743] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:45:59.302] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:45:59.310] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:45:59.312] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:45:59.312] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:45:59.468] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:45:59.468] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2518 ms +[2023-12-14 17:46:00.157] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:46:00.751] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:46:02.406] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:46:02.409] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:46:02.421] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:46:02.421] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:46:02.424] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:46:02.426] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:46:02.427] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:46:02.427] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:46:02.428] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:46:02.428] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@22361e23 +[2023-12-14 17:46:04.079] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@163fbbc9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1669f4e5, org.springframework.security.web.context.SecurityContextPersistenceFilter@323c6f9c, org.springframework.security.web.header.HeaderWriterFilter@9de1b85, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@2c4be45f, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@68550d86, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@484876a1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e6c8854, org.springframework.security.web.session.SessionManagementFilter@52c6e959, org.springframework.security.web.access.ExceptionTranslationFilter@2ed35f24, org.springframework.security.web.access.intercept.AuthorizationFilter@4fa6fb7f] +[2023-12-14 17:46:05.371] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:46:05.371] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:46:05.371] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:46:05.372] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:46:05.391] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 64240 (http) with context path '/Cpop-Oam' +[2023-12-14 17:46:05.392] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:46:05.406] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 8.821 seconds (JVM running for 10.014) +[2023-12-14 17:46:05.641] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:46:05.949] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:46:06.125] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 17:46:06.198] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 17:46:06.380] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:46:06.380] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:46:06.380] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:46:06.387] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:46:06.387] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:46:06.387] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:46:06.388] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:46:16.033] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:46:16.043] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 26308 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:46:16.045] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:46:17.164] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:46:17.167] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:46:17.183] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:46:17.387] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:46:17.402] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:46:17.852] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:46:18.147] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:46:18.154] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:46:18.235] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$92077ecb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:46:18.878] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:46:18.887] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:46:18.889] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:46:18.890] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:46:19.049] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:46:19.049] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2969 ms +[2023-12-14 17:46:19.863] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:46:20.502] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:46:22.172] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:46:22.176] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:46:22.186] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:46:22.187] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:46:22.189] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:46:22.191] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:46:22.192] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:46:22.192] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:46:22.192] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:46:22.192] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8a7cd7c +[2023-12-14 17:46:24.022] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@77b0ff24, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3958e148, org.springframework.security.web.context.SecurityContextPersistenceFilter@216c6825, org.springframework.security.web.header.HeaderWriterFilter@232899d1, com.cpop.core.filter.JwtAuthenticationFilter@4a7c72af, org.springframework.security.web.authentication.logout.LogoutFilter@314407dd, com.cpop.core.filter.RepeatableFilter@544300a6, com.cpop.core.gateway.sys.SysAuthenticationFilter@2fc0ad21, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@65d2d3cc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1c4a8c93, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6d3c80bf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6391d34f, org.springframework.security.web.session.SessionManagementFilter@14060410, org.springframework.security.web.access.ExceptionTranslationFilter@2a0d8df8, org.springframework.security.web.access.intercept.AuthorizationFilter@6527f68a] +[2023-12-14 17:46:25.516] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:46:25.517] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:46:25.517] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:46:25.518] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:46:25.540] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 64275 (http) with context path '/Cpop-Oam' +[2023-12-14 17:46:25.542] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:46:25.555] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.909 seconds (JVM running for 11.261) +[2023-12-14 17:46:25.825] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:46:26.159] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:47:27.461] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 17:47:27.473] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 17:47:27.560] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 17:47:27.648] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 17:47:27.719] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 17:47:27.719] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 17:47:27.753] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 17:47:27.781] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:47:27.781] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:47:27.782] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:47:27.786] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:901 - Removed 0 stale fired job entries. +[2023-12-14 17:47:27.791] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:47:27.791] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:47:27.791] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:47:27.792] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 17:48:02.016] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 17:48:02.026] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 28216 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 17:48:02.027] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 17:48:03.083] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 17:48:03.085] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 17:48:03.104] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 17:48:03.295] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 17:48:03.310] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 17:48:03.727] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:48:04.007] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:48:04.015] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:48:04.112] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$cd566b5a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 17:48:04.811] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 17:48:04.822] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:48:04.824] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 17:48:04.825] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 17:48:05.047] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 17:48:05.047] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2989 ms +[2023-12-14 17:48:05.835] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 17:48:06.437] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 17:48:08.167] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 17:48:08.169] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 17:48:08.179] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 17:48:08.180] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 17:48:08.182] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 17:48:08.185] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 17:48:08.186] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 17:48:08.186] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 17:48:08.187] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 17:48:08.187] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@164db8f0 +[2023-12-14 17:48:10.007] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4f93303f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@62c02089, org.springframework.security.web.context.SecurityContextPersistenceFilter@608b74f3, org.springframework.security.web.header.HeaderWriterFilter@2f6f2d91, com.cpop.core.filter.JwtAuthenticationFilter@ca2a03f, org.springframework.security.web.authentication.logout.LogoutFilter@31d09031, com.cpop.core.filter.RepeatableFilter@55e88bc, com.cpop.core.gateway.sys.SysAuthenticationFilter@2a7392a3, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@639cb0c8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5a6f1342, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@650d5a3d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3359217d, org.springframework.security.web.session.SessionManagementFilter@139da216, org.springframework.security.web.access.ExceptionTranslationFilter@3bb6b9ab, org.springframework.security.web.access.intercept.AuthorizationFilter@5a86112a] +[2023-12-14 17:48:11.400] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:48:11.400] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 17:48:11.400] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:48:11.401] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 17:48:11.421] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 64321 (http) with context path '/Cpop-Oam' +[2023-12-14 17:48:11.423] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 17:48:11.438] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.82 seconds (JVM running for 11.283) +[2023-12-14 17:48:11.700] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 17:48:12.008] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 17:49:01.197] INFO [Quartz Scheduler [CpopOamScheduler]] SchedulerFactoryBean.java:750 - Starting Quartz Scheduler now, after delay of 1 seconds +[2023-12-14 17:49:05.390] INFO [main] HikariDataSource.java:110 - HikariPool-3 - Starting... +[2023-12-14 17:49:05.471] INFO [main] HikariDataSource.java:123 - HikariPool-3 - Start completed. +[2023-12-14 17:49:05.507] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:866 - Freed 0 triggers from 'acquired' / 'blocked' state. +[2023-12-14 17:49:05.565] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:876 - Recovering 0 jobs that were in-progress at the time of the last shut-down. +[2023-12-14 17:49:05.566] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:889 - Recovery complete. +[2023-12-14 17:49:05.596] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:896 - Removed 0 'complete' triggers. +[2023-12-14 17:49:05.625] INFO [Quartz Scheduler [CpopOamScheduler]] JobStoreSupport.java:901 - Removed 0 stale fired job entries. +[2023-12-14 17:49:05.641] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 17:49:05.641] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 17:49:05.642] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 17:49:05.649] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 17:49:05.650] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 17:49:05.650] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 17:49:05.650] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 18:14:20.502] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 18:14:20.509] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 27188 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 18:14:20.510] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 18:14:21.617] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 18:14:21.621] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 18:14:21.641] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. +[2023-12-14 18:14:21.872] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 18:14:21.887] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 18:14:22.356] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:14:22.686] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:14:22.693] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:14:22.794] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:14:23.384] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 18:14:23.393] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:14:23.395] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 18:14:23.395] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 18:14:23.554] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 18:14:23.554] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 3018 ms +[2023-12-14 18:14:24.290] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 18:14:24.885] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 18:14:26.451] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 18:14:26.453] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 18:14:26.463] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 18:14:26.463] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 18:14:26.466] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 18:14:26.467] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 18:14:26.468] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 18:14:26.469] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 18:14:26.469] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 18:14:26.469] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@22361e23 +[2023-12-14 18:14:28.232] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@163fbbc9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1669f4e5, org.springframework.security.web.context.SecurityContextPersistenceFilter@52c6e959, org.springframework.security.web.header.HeaderWriterFilter@362b384c, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@5dc9d25a, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@323c6f9c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@68550d86, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e6c8854, org.springframework.security.web.session.SessionManagementFilter@9de1b85, org.springframework.security.web.access.ExceptionTranslationFilter@3dec769, org.springframework.security.web.access.intercept.AuthorizationFilter@4fa6fb7f] +[2023-12-14 18:14:29.574] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:14:29.574] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 18:14:29.575] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:14:29.575] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:14:29.595] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 49530 (http) with context path '/Cpop-Oam' +[2023-12-14 18:14:29.596] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 18:14:29.609] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.438 seconds (JVM running for 10.584) +[2023-12-14 18:14:29.862] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 18:14:30.162] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 18:14:30.337] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:14:30.337] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 18:14:30.337] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:14:30.344] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 18:14:30.344] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 18:14:30.344] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 18:14:30.345] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 18:15:34.988] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 18:15:34.999] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 23584 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 18:15:35.000] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 18:15:36.124] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 18:15:36.127] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 18:15:36.146] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 6 ms. Found 0 Redis repository interfaces. +[2023-12-14 18:15:36.348] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 18:15:36.367] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 18:15:36.745] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:15:37.010] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:15:37.017] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:15:37.089] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:15:37.667] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 18:15:37.676] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:15:37.678] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 18:15:37.678] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 18:15:37.836] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 18:15:37.836] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2799 ms +[2023-12-14 18:15:38.561] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 18:15:39.172] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 18:15:40.785] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 18:15:40.788] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 18:15:40.802] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 18:15:40.802] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 18:15:40.804] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 18:15:40.807] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 18:15:40.808] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 18:15:40.808] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 18:15:40.809] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 18:15:40.809] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6cde0c69 +[2023-12-14 18:15:42.521] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b475742, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@323c6f9c, org.springframework.security.web.context.SecurityContextPersistenceFilter@33bfe6d3, org.springframework.security.web.header.HeaderWriterFilter@807c1e8, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@20a4cba7, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4b2acb12, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@998fbd4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@dbca149, org.springframework.security.web.session.SessionManagementFilter@54f9326c, org.springframework.security.web.access.ExceptionTranslationFilter@59a3eaf7, org.springframework.security.web.access.intercept.AuthorizationFilter@3d405fe5] +[2023-12-14 18:15:43.762] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:15:43.762] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 18:15:43.763] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:15:43.763] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:15:43.782] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 49620 (http) with context path '/Cpop-Oam' +[2023-12-14 18:15:43.783] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 18:15:43.796] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.219 seconds (JVM running for 10.384) +[2023-12-14 18:15:44.040] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 18:15:44.331] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 18:15:44.523] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:15:44.523] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 18:15:44.524] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:15:44.530] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 18:15:44.530] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 18:15:44.530] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 18:15:44.531] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 18:17:37.784] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 18:17:37.792] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 21836 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 18:17:37.793] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 18:17:38.957] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 18:17:38.959] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 18:17:38.975] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 18:17:39.164] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 18:17:39.178] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 18:17:39.567] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:17:39.830] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:17:39.836] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:17:39.915] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:17:40.499] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 18:17:40.509] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:17:40.511] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 18:17:40.511] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 18:17:40.673] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 18:17:40.673] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2847 ms +[2023-12-14 18:17:41.376] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 18:17:41.926] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 18:17:43.496] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 18:17:43.498] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 18:17:43.509] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 18:17:43.509] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 18:17:43.511] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 18:17:43.513] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 18:17:43.514] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 18:17:43.514] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 18:17:43.514] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 18:17:43.515] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6cde0c69 +[2023-12-14 18:17:45.213] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3e63bd6b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@48144f1a, org.springframework.security.web.context.SecurityContextPersistenceFilter@362b384c, org.springframework.security.web.header.HeaderWriterFilter@10f10230, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@f9de1fd, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@9de1b85, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@52c6e959, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f7b8ae1, org.springframework.security.web.session.SessionManagementFilter@282c5075, org.springframework.security.web.access.ExceptionTranslationFilter@3be50b2c, org.springframework.security.web.access.intercept.AuthorizationFilter@58afecfd] +[2023-12-14 18:17:46.466] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:17:46.467] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 18:17:46.467] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:17:46.467] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:17:46.488] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 49762 (http) with context path '/Cpop-Oam' +[2023-12-14 18:17:46.489] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 18:17:46.503] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.105 seconds (JVM running for 10.319) +[2023-12-14 18:17:46.742] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 18:17:47.043] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 18:17:47.246] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:17:47.246] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 18:17:47.247] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:17:47.253] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 18:17:47.254] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 18:17:47.254] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 18:17:47.254] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. +[2023-12-14 18:19:32.239] INFO [background-preinit] Version.java:21 - HV000001: Hibernate Validator 6.2.5.Final +[2023-12-14 18:19:32.247] INFO [main] StartupInfoLogger.java:55 - Starting CpopImportTests using Java 1.8.0_231 on WIN-GBL80BGNMB7 with PID 25224 (started by Administrator in E:\Cpop\Cpop-Union\Cpop-Oam\Cpop-Oam-Web) +[2023-12-14 18:19:32.248] INFO [main] SpringApplication.java:637 - The following 2 profiles are active: "prod", "core" +[2023-12-14 18:19:33.339] INFO [main] RepositoryConfigurationDelegate.java:262 - Multiple Spring Data modules found, entering strict repository configuration mode +[2023-12-14 18:19:33.342] INFO [main] RepositoryConfigurationDelegate.java:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +[2023-12-14 18:19:33.358] INFO [main] RepositoryConfigurationDelegate.java:201 - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. +[2023-12-14 18:19:33.547] INFO [main] LogAccessor.java:292 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. +[2023-12-14 18:19:33.561] INFO [main] LogAccessor.java:292 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. +[2023-12-14 18:19:33.942] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration' of type [com.mybatisflex.spring.boot.FlexTransactionAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:19:34.208] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'mybatis-flex-com.mybatisflex.spring.boot.MybatisFlexProperties' of type [com.mybatisflex.spring.boot.MybatisFlexProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:19:34.214] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration' of type [com.mybatisflex.spring.boot.MultiDataSourceAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:19:34.287] INFO [main] PostProcessorRegistrationDelegate.java:376 - Bean 'redisConfig' of type [com.cpop.core.config.RedisConfig$$EnhancerBySpringCGLIB$$7ba00838] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +[2023-12-14 18:19:34.859] INFO [main] TomcatWebServer.java:108 - Tomcat initialized with port(s): 0 (http) +[2023-12-14 18:19:34.868] INFO [main] DirectJDKLog.java:173 - Initializing ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:19:34.870] INFO [main] DirectJDKLog.java:173 - Starting service [Tomcat] +[2023-12-14 18:19:34.870] INFO [main] DirectJDKLog.java:173 - Starting Servlet engine: [Apache Tomcat/9.0.79] +[2023-12-14 18:19:35.026] INFO [main] DirectJDKLog.java:173 - Initializing Spring embedded WebApplicationContext +[2023-12-14 18:19:35.026] INFO [main] ServletWebServerApplicationContext.java:292 - Root WebApplicationContext: initialization completed in 2749 ms +[2023-12-14 18:19:35.724] INFO [main] HikariDataSource.java:110 - HikariPool-1 - Starting... +[2023-12-14 18:19:36.323] INFO [main] HikariDataSource.java:123 - HikariPool-1 - Start completed. +[2023-12-14 18:19:37.901] INFO [main] StdSchedulerFactory.java:1220 - Using default implementation for ThreadExecutor +[2023-12-14 18:19:37.903] INFO [main] SimpleThreadPool.java:268 - Job execution threads will use class loader of thread: main +[2023-12-14 18:19:37.913] INFO [main] SchedulerSignalerImpl.java:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl +[2023-12-14 18:19:37.913] INFO [main] QuartzScheduler.java:229 - Quartz Scheduler v.2.3.2 created. +[2023-12-14 18:19:37.916] INFO [main] JobStoreSupport.java:672 - Using db table-based data access locking (synchronization). +[2023-12-14 18:19:37.917] INFO [main] JobStoreCMT.java:145 - JobStoreCMT initialized. +[2023-12-14 18:19:37.918] INFO [main] QuartzScheduler.java:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'CpopOamScheduler' with instanceId 'NON_CLUSTERED' + Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. + NOT STARTED. + Currently in standby mode. + Number of jobs executed: 0 + Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. + Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered. + +[2023-12-14 18:19:37.919] INFO [main] StdSchedulerFactory.java:1374 - Quartz scheduler 'CpopOamScheduler' initialized from an externally provided properties instance. +[2023-12-14 18:19:37.919] INFO [main] StdSchedulerFactory.java:1378 - Quartz scheduler version: 2.3.2 +[2023-12-14 18:19:37.919] INFO [main] QuartzScheduler.java:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@22361e23 +[2023-12-14 18:19:39.613] INFO [main] DefaultSecurityFilterChain.java:55 - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4b475742, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@323c6f9c, org.springframework.security.web.context.SecurityContextPersistenceFilter@33bfe6d3, org.springframework.security.web.header.HeaderWriterFilter@807c1e8, com.cpop.core.filter.JwtAuthenticationFilter@603d25db, org.springframework.security.web.authentication.logout.LogoutFilter@20a4cba7, com.cpop.core.filter.RepeatableFilter@6c70b7c3, com.cpop.core.gateway.sys.SysAuthenticationFilter@18483b8b, com.cpop.core.gateway.miniProgram.MiniProgramAuthenticationFilter@965bcbc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4b2acb12, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@998fbd4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@dbca149, org.springframework.security.web.session.SessionManagementFilter@54f9326c, org.springframework.security.web.access.ExceptionTranslationFilter@5dd6f517, org.springframework.security.web.access.intercept.AuthorizationFilter@3d405fe5] +[2023-12-14 18:19:40.839] INFO [main] LogAccessor.java:174 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:19:40.840] INFO [main] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 1 subscriber(s). +[2023-12-14 18:19:40.840] INFO [main] LogAccessor.java:292 - started bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:19:40.840] INFO [main] DirectJDKLog.java:173 - Starting ProtocolHandler ["http-nio-auto-1"] +[2023-12-14 18:19:40.860] INFO [main] TomcatWebServer.java:220 - Tomcat started on port(s): 49880 (http) with context path '/Cpop-Oam' +[2023-12-14 18:19:40.862] INFO [main] SchedulerFactoryBean.java:734 - Will start Quartz Scheduler [CpopOamScheduler] in 1 seconds +[2023-12-14 18:19:40.874] INFO [main] StartupInfoLogger.java:61 - Started CpopImportTests in 9.017 seconds (JVM running for 10.191) +[2023-12-14 18:19:41.115] INFO [main] HikariDataSource.java:110 - HikariPool-2 - Starting... +[2023-12-14 18:19:41.419] INFO [main] HikariDataSource.java:123 - HikariPool-2 - Start completed. +[2023-12-14 18:19:41.620] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel +[2023-12-14 18:19:41.620] INFO [SpringApplicationShutdownHook] LogAccessor.java:174 - Channel 'Cpop-Oam-Prod.errorChannel' has 0 subscriber(s). +[2023-12-14 18:19:41.621] INFO [SpringApplicationShutdownHook] LogAccessor.java:292 - stopped bean '_org.springframework.integration.errorLogger' +[2023-12-14 18:19:41.629] INFO [SpringApplicationShutdownHook] SchedulerFactoryBean.java:847 - Shutting down Quartz Scheduler +[2023-12-14 18:19:41.629] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:666 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutting down. +[2023-12-14 18:19:41.629] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:585 - Scheduler CpopOamScheduler_$_NON_CLUSTERED paused. +[2023-12-14 18:19:41.630] INFO [SpringApplicationShutdownHook] QuartzScheduler.java:740 - Scheduler CpopOamScheduler_$_NON_CLUSTERED shutdown complete. diff --git a/Cpop-Oam/Cpop-Oam-Web/src/test/java/com/cpop/oam/web/CpopImportTests.java b/Cpop-Oam/Cpop-Oam-Web/src/test/java/com/cpop/oam/web/CpopImportTests.java index c8a0773..5ebefa8 100644 --- a/Cpop-Oam/Cpop-Oam-Web/src/test/java/com/cpop/oam/web/CpopImportTests.java +++ b/Cpop-Oam/Cpop-Oam-Web/src/test/java/com/cpop/oam/web/CpopImportTests.java @@ -2,44 +2,35 @@ package com.cpop.oam.web; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; -import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.annotation.JSONField; import com.cpop.common.utils.StringUtils; import com.cpop.common.utils.bean.BeanUtils; import com.cpop.core.base.enums.SourceType; import com.cpop.core.utils.SpringUtils; import com.cpop.jambox.business.entity.BrandExtend; -import com.cpop.jambox.business.entity.EasyLearnOrdre; +import com.cpop.jambox.business.entity.EasyLearnOrder; import com.cpop.jambox.business.entity.StoreExtend; import com.cpop.jambox.business.service.BrandExtendService; -import com.cpop.jambox.business.service.EasyLearnOrdreService; +import com.cpop.jambox.business.service.EasyLearnOrderService; import com.cpop.jambox.business.service.StoreExtendService; import com.cpop.oam.business.entity.BrandManager; import com.cpop.oam.business.entity.BrandManagerStore; import com.cpop.oam.business.service.BrandManagerService; import com.cpop.oam.business.service.BrandManagerStoreService; import com.cpop.system.business.entity.*; -import com.cpop.system.business.mapper.StoreMapper; import com.cpop.system.business.service.*; -import com.mybatisflex.annotation.KeyType; import com.mybatisflex.core.FlexGlobalConfig; import com.mybatisflex.core.datasource.DataSourceKey; import com.mybatisflex.core.datasource.FlexDataSource; -import com.mybatisflex.core.query.QueryWrapper; import com.mybatisflex.core.row.*; import com.zaxxer.hikari.HikariDataSource; import lombok.Data; -import lombok.Value; import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.ActiveProfiles; -import org.springframework.test.context.junit4.SpringRunner; -import org.springframework.transaction.annotation.Transactional; - import java.io.*; import java.time.LocalDate; -import java.time.LocalDateTime; import java.util.*; import java.util.stream.Collectors; @@ -411,8 +402,8 @@ public class CpopImportTests { item.set("storeId",storeMap.get(item.getString("storeCloudId"))); }); DataSourceKey.use("dev"); - List entityList = RowUtil.toEntityList(rowList, EasyLearnOrdre.class); - SpringUtils.getBean(EasyLearnOrdreService.class).saveBatch(entityList); + List entityList = RowUtil.toEntityList(rowList, EasyLearnOrder.class); + SpringUtils.getBean(EasyLearnOrderService.class).saveBatch(entityList); }finally { DataSourceKey.clear(); } diff --git a/Cpop-System/src/main/java/com/cpop/system/business/service/impl/StoreSignServiceImpl.java b/Cpop-System/src/main/java/com/cpop/system/business/service/impl/StoreSignServiceImpl.java index d11a00c..0c87cbb 100644 --- a/Cpop-System/src/main/java/com/cpop/system/business/service/impl/StoreSignServiceImpl.java +++ b/Cpop-System/src/main/java/com/cpop/system/business/service/impl/StoreSignServiceImpl.java @@ -26,8 +26,7 @@ import static com.cpop.system.business.entity.table.StoreLicenseTableDef.STORE_L import static com.cpop.system.business.entity.table.StoreRenewTableDef.STORE_RENEW; import static com.cpop.system.business.entity.table.StoreSignTableDef.STORE_SIGN; import static com.cpop.system.business.entity.table.StoreTableDef.STORE; -import static com.mybatisflex.core.query.QueryMethods.now; -import static com.mybatisflex.core.query.QueryMethods.subDate; +import static com.mybatisflex.core.query.QueryMethods.*; /** * 校区-签约表 服务层实现。 @@ -52,24 +51,27 @@ public class StoreSignServiceImpl extends ServiceImpl2.13.0 2.12.5 2.0.38 - 1.7.2 + 1.7.5 3.3.2 1.21 0.9.1